diff --git a/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts b/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts index 554eda0b0..422c0c2cc 100644 --- a/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts +++ b/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts @@ -24,33 +24,32 @@ export const CountadjustRecordMain = useCrudSchemas(reactive([ }, isSearch: true }, - { - label: '任务拆分方式', - field: 'countSplitType', - dictType: DICT_TYPE.COUNT_SPLIT_TYPE, - dictClass: 'string', - sort: 'custom', - table: { - width: 150 - }, - isTable:true, - isForm: true, - form: { - value: 'locationCode' - } - - }, - { - label: '任务拆分值', - field: 'countSplitCode', - dictClass: 'string', - sort: 'custom', - table: { - width: 150 - }, - isTable:true, - isForm: true - }, + // { + // label: '任务拆分方式', + // field: 'countSplitType', + // dictType: DICT_TYPE.COUNT_SPLIT_TYPE, + // dictClass: 'string', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable:true, + // isForm: true, + // form: { + // value: 'locationCode' + // } + // }, + // { + // label: '任务拆分值', + // field: 'countSplitCode', + // dictClass: 'string', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable:true, + // isForm: true + // }, // { // label: '出库事务类型', // field: 'outTransactionType',