From 60b5d7e7d7cb1b90d349facc1f75ea561563f59e Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Tue, 15 Oct 2024 15:42:21 +0800 Subject: [PATCH] =?UTF-8?q?YT-381=E5=88=B6=E5=93=81=E5=AD=90=E4=BB=B6?= =?UTF-8?q?=E6=8A=A5=E5=BA=9F=E8=AE=B0=E5=BD=95=EF=BC=8C=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E6=88=90=E6=9C=AC=E4=B8=AD=E5=BF=83=E4=BB=A3=E7=A0=81=E3=80=81?= =?UTF-8?q?=E5=8E=9F=E5=9B=A0=E4=BB=A3=E7=A0=81=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productscrapRecordMain.data.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts index 2261f19a7..11b35d13f 100644 --- a/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts +++ b/src/views/wms/productionManage/productscrap/productscrapRecordMain/productscrapRecordMain.data.ts @@ -128,6 +128,22 @@ export const ProductscrapRecordMain = useCrudSchemas( width: 150 }, }, + { + label: '成本中心代码', + field: 'costCenterCode', + sort: 'custom', + table: { + width: 150 + } + }, + { + label: '原因代码', + field: 'reasonCodeRequisition', + sort: 'custom', + table: { + width: 150 + } + }, { label: '任务单号', field: 'jobNumber',