From 60ec5745773a90363784a7fb261016de45699674 Mon Sep 17 00:00:00 2001 From: zhaoxuebing <1291173720@qq.com> Date: Mon, 6 Jan 2025 13:08:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7:FWHL-171?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRecordMain.data.ts | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index 486bafab0..81a21929f 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -601,6 +601,30 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, + { + label: '制品单价', + field: 'singlePrice', + sort: 'custom', + isTable: true, + table: { + width: 150 + }, + form: { + component: 'InputNumber', + } + }, + { + label: '制品金额', + field: 'amount', + sort: 'custom', + isTable: true, + table: { + width: 150 + }, + form: { + component: 'InputNumber', + } + }, { label: '原料物料代码', field: 'itemCodeThird',