From bc22dfae3b498966241454806e854d1d8fa9b5a9 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Fri, 14 Mar 2025 11:17:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9:YT-2142=20=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E4=BB=BB=E5=8A=A1=E6=8B=86=E5=88=86=E6=96=B9?= =?UTF-8?q?=E5=BC=8F=E4=B8=8E=E4=BB=BB=E5=8A=A1=E6=8B=86=E5=88=86=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../countadjustRecordMain.data.ts | 53 +++++++++---------- 1 file changed, 26 insertions(+), 27 deletions(-) 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',