From 9bed7f212945fd0a206580fa34cf77f2c3771610 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Thu, 13 Mar 2025 16:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=9B=98=E7=82=B9=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=9A=84=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 --- .../countadjustRequestMain.data.ts | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts b/src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts index e1381dee9..5aaef1d63 100644 --- a/src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts +++ b/src/views/wms/countManage/countadjust/countadjustRequestMain/countadjustRequestMain.data.ts @@ -35,7 +35,7 @@ export const CountadjustRequestMain = useCrudSchemas(([ field: 'number', sort: 'custom', table: { - width: 180, + width: 200, fixed: 'left' }, isForm: false, @@ -71,17 +71,17 @@ export const CountadjustRequestMain = useCrudSchemas(([ } }, - { - label: '任务拆分值', - field: 'countSplitCode', - dictClass: 'string', - sort: 'custom', - table: { - width: 150 - }, - isTable:true, - isForm: true - }, + // { + // label: '任务拆分值', + // field: 'countSplitCode', + // dictClass: 'string', + // sort: 'custom', + // table: { + // width: 150 + // }, + // isTable:true, + // isForm: true + // }, // { // label: '申请单号', // field: 'requestNumber', @@ -97,7 +97,7 @@ export const CountadjustRequestMain = useCrudSchemas(([ field: 'countRequestNumber', sort: 'custom', table: { - width: 150 + width: 220 }, form: { // labelMessage: '信息提示说明!!!',