From e6dc07c54a7678bdc7cc3562378ab4fa0f84116b Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Wed, 10 Jul 2024 15:35:48 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=20=E7=9B=98=E7=82=B9?= =?UTF-8?q?=E5=AD=90=E8=A1=A8=E5=A2=9E=E5=8A=A0=E4=BB=93=E5=BA=93=E3=80=81?= =?UTF-8?q?=E5=BA=93=E5=8C=BA=E3=80=81=E5=BA=93=E4=BD=8D=E7=BB=84=E3=80=81?= =?UTF-8?q?=E5=BA=93=E4=BD=8D=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../countadjustRecordMain.data.ts | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts b/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts index baa353828..3c7f73c51 100644 --- a/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts +++ b/src/views/wms/countManage/countadjust/countadjustRecordMain/countadjustRecordMain.data.ts @@ -51,22 +51,22 @@ export const CountadjustRecordMain = useCrudSchemas(reactive([ isTable:true, isForm: true }, - { - label: '出库事务类型', - field: 'outTransactionType', - sort: 'custom', - table: { - width: 150 - }, - }, - { - label: '入库事务类型', - field: 'inTransactionType', - sort: 'custom', - table: { - width: 150 - }, - }, + // { + // label: '出库事务类型', + // field: 'outTransactionType', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, + // { + // label: '入库事务类型', + // field: 'inTransactionType', + // sort: 'custom', + // table: { + // width: 150 + // }, + // }, { label: '申请时间', field: 'requestTime',