From d9744242c72f74a7df5a4621f9261283159214ed Mon Sep 17 00:00:00 2001 From: gaojs <757918719@qq.com> Date: Tue, 13 Aug 2024 16:43:22 +0800 Subject: [PATCH] =?UTF-8?q?WMS=20=E9=9C=80=E6=B1=82=EF=BC=9A=E5=88=B6?= =?UTF-8?q?=E5=93=81=E5=AD=90=E4=BB=B6=E6=8A=A5=E5=BA=9F=E4=B8=89=E7=BA=A7?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=20=20=20=20=20bug=EF=BC=9A=E7=89=A9=E6=96=99?= =?UTF-8?q?=E5=BA=93=E5=8C=BA=E5=AF=BC=E5=85=A5=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRecordMain.data.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index 9274b2073..76301b377 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -498,14 +498,14 @@ export const ProductscrapRecordDetail = useCrudSchemas(reactive([ width: 150 }, }, - // { - // label: 'Bom版本', - // field: 'bomVersion', - // sort: 'custom', - // table: { - // width: 150 - // }, - // }, + { + label: 'Bom版本', + field: 'bomVersion', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '批次', field: 'batch',