Commit 568472cdd6c8a329a276a17df717a45296ddb0e9

Authored by Min
1 parent 91e2293d

1.单据前端需要限制拖拽数据,目前可将一个字段的值拖拽到另一个字段

src/components/Common/CommonTable/index.js
... ... @@ -5837,8 +5837,8 @@ class CommonTableRc extends React.Component {
5837 5837 <span
5838 5838 className={linkStyle}
5839 5839 onKeyDown={e => this.onKeyDownDiv(e, sName)}
5840   - suppressContentEditableWarning
5841   - contentEditable="true"
  5840 + // suppressContentEditableWarning
  5841 + // contentEditable="true"
5842 5842 onClick={
5843 5843 commonUtils.isNotEmptyObject(linkStyle)
5844 5844 ? clickEvent === "onViewChoose"
... ...