Commit c1b44e4620060c643796499c51ea17dd9ddc3797
1 parent
44183274
1.采购收货-采购入库复制多列,不需要复制条码号和批次流水号
Showing
1 changed file
with
7 additions
and
1 deletions
src/components/Common/CommonSubBillEvent.js
| @@ -57,7 +57,7 @@ export default (ChildComponent) => { | @@ -57,7 +57,7 @@ export default (ChildComponent) => { | ||
| 57 | const BtnDesignFunctionConfig = commonUtils.isNotEmptyObject(masterConfig) ? masterConfig.gdsconfigformslave.filter(item => item.sControlName === 'BtnBsOperation.BtnDesignFunction') : {}; | 57 | const BtnDesignFunctionConfig = commonUtils.isNotEmptyObject(masterConfig) ? masterConfig.gdsconfigformslave.filter(item => item.sControlName === 'BtnBsOperation.BtnDesignFunction') : {}; |
| 58 | const reportDesign = commonFunc.showMessage(app.commonConst, 'reportDesign');/* 报表设计 */ | 58 | const reportDesign = commonFunc.showMessage(app.commonConst, 'reportDesign');/* 报表设计 */ |
| 59 | if (commonUtils.isEmptyObject(BtnDesignFunctionConfig)) { | 59 | if (commonUtils.isEmptyObject(BtnDesignFunctionConfig)) { |
| 60 | - masterConfig.gdsconfigformslave.push({ | 60 | + masterConfig?.gdsconfigformslave.push({ |
| 61 | bCanInput: false, | 61 | bCanInput: false, |
| 62 | bEntireLine: false, | 62 | bEntireLine: false, |
| 63 | bFilter: false, | 63 | bFilter: false, |
| @@ -3237,6 +3237,12 @@ export default (ChildComponent) => { | @@ -3237,6 +3237,12 @@ export default (ChildComponent) => { | ||
| 3237 | if (commonUtils.isNotEmptyObject(tableDataRow.sProcessMemo)) { | 3237 | if (commonUtils.isNotEmptyObject(tableDataRow.sProcessMemo)) { |
| 3238 | tableDataRow.sProcessMemo = ''; | 3238 | tableDataRow.sProcessMemo = ''; |
| 3239 | } | 3239 | } |
| 3240 | + if (commonUtils.isNotEmptyObject(tableDataRow.sDefineNo)) { | ||
| 3241 | + tableDataRow.sDefineNo = ''; | ||
| 3242 | + } | ||
| 3243 | + if (commonUtils.isNotEmptyObject(tableDataRow.sDefineNo2)) { | ||
| 3244 | + tableDataRow.sDefineNo2 = ''; | ||
| 3245 | + } | ||
| 3240 | if (sModelsType === 'sales/salesOrderPack' && isTree) { /* 树形 */ | 3246 | if (sModelsType === 'sales/salesOrderPack' && isTree) { /* 树形 */ |
| 3241 | const sAllOldId = tableData[tableDataIndex].sAllId; | 3247 | const sAllOldId = tableData[tableDataIndex].sAllId; |
| 3242 | const arr = sAllOldId.split(','); | 3248 | const arr = sAllOldId.split(','); |