From daeed16deef6588c17c69bef1ec5a640da965c81 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Tue, 9 Jul 2024 11:27:12 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D=20HL-3897=EF=BC=8CHL-3908?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../count/countPlanMain/countPlanMain.data.ts | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts index defc2b3f5..4247edc61 100644 --- a/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts +++ b/src/views/wms/countManage/count/countPlanMain/countPlanMain.data.ts @@ -106,20 +106,20 @@ export const CountPlanMain = useCrudSchemas(reactive([ value: 'BY_INEVNEOTY' } }, - { - label: '限值', - field: 'limitedValue', - sort: 'custom', - table: { - width: 150 - }, - form: { - component: 'InputNumber', - componentProps:{ - disabled:false - } - } - }, + // { + // label: '限值', + // field: 'limitedValue', + // sort: 'custom', + // table: { + // width: 150 + // }, + // form: { + // component: 'InputNumber', + // componentProps:{ + // disabled:false + // } + // } + // }, { label: '物料忽略名单', field: 'ignoreListOfItem',