diff --git a/src/components/Common/CommonTable/index.js b/src/components/Common/CommonTable/index.js index 36c776c..6330382 100644 --- a/src/components/Common/CommonTable/index.js +++ b/src/components/Common/CommonTable/index.js @@ -4860,7 +4860,7 @@ class CommonTableRc extends React.Component { const { [this.rowKey]: rowKeyId } = record; const { selectedRowKeys = [] } = props; if (sControlName?.includes('BtnTableCopyTo.tmpInfoBySqlActProduceReport')) { - const copyToConfig = props?.config?.gdsconfigformslave.filter(x=>x.sControlName.includes('BtnTableCopyTo.tmpInfoBySqlActProduceReport')) + const copyToConfig = props?.config?.gdsconfigformslave.filter(x => x.sControlName.includes('BtnTableCopyTo.tmpInfoBySqlActProduceReport')) props.onCopyTo(props.name, config.sActiveId, config, copyToConfig, record) return } @@ -12282,29 +12282,68 @@ const useGetTableBtnOprSetting = props => { ); }; } else if (btnType.includes("del")) { - resultTemp.mesDel = params => { - const { record } = params; - const { sDefault: str } = btnTableDelConfig; - let disabled = props.getBtnDisabled({ - str, - defaultValue: false, - record - }); - if (props.parentProps.bMesBill && !str) { - disabled = !props.enabled; - } - return ( - + */} @@ -604,7 +605,7 @@ const TeamInfo = baseProps => {
- + */}