From 54089a78972752aef5e9fd4660c11666a2fd6150 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 22 Jul 2024 13:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E6=A0=BC=E6=95=B0=E9=87=8F=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=20=E5=AE=8C=E5=B7=A5=E6=95=B0?= =?UTF-8?q?=E9=87=8F=EF=BC=8C=E4=B8=8D=E5=90=88=E6=A0=BC=E6=95=B0=E9=87=8F?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionMainAssemble.data.ts | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts b/src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts index 5b6cb43d4..6ba9cca28 100644 --- a/src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts +++ b/src/views/wms/productionManage/productionplan/productionMainAssemble/productionMainAssemble.data.ts @@ -846,7 +846,7 @@ export const ProductionDetail = useCrudSchemas(reactive([ } }, { - label: '合格数量', + label: '完工数量', field: 'goodQty', sort: 'custom', table: { @@ -868,29 +868,29 @@ export const ProductionDetail = useCrudSchemas(reactive([ isTableForm: false, isForm: false }, - { - label: '不合格数量', - field: 'notGoodQty', - sort: 'custom', - table: { - width: 150 - }, - hiddenInMain: true, - form: { - component: 'InputNumber', - componentProps: { - min: 1, - precision: 6 - } - }, - tableForm: { - type: 'InputNumber', - min: 1, - precision: 6 - }, - isTableForm: false, - isForm: false - }, + // { + // label: '不合格数量', + // field: 'notGoodQty', + // sort: 'custom', + // table: { + // width: 150 + // }, + // hiddenInMain: true, + // form: { + // component: 'InputNumber', + // componentProps: { + // min: 1, + // precision: 6 + // } + // }, + // tableForm: { + // type: 'InputNumber', + // min: 1, + // precision: 6 + // }, + // isTableForm: false, + // isForm: false + // }, { label: '创建者', field: 'creator',