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',