From ae04ca74c59e34875ab14e8af7b242086ff729c5 Mon Sep 17 00:00:00 2001 From: "YEJIAXING-PC\\lenovo" <591141169@qq.com> Date: Thu, 22 May 2025 10:21:31 +0800 Subject: [PATCH] =?UTF-8?q?YT-2619=20=E3=80=8A=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E6=A8=A1=E5=85=B7=E8=B4=B9=E7=94=A8=E3=80=8B=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20=E2=80=9C=E5=93=81=E5=8F=B7=E2=80=9D=20=E7=9A=84=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=A1=B9=EF=BC=9B=E4=B8=BB=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=20=E2=80=9C=E6=A8=A1=E5=85=B7=E8=B4=B9?= =?UTF-8?q?=E6=80=BB=E9=87=91=E9=A2=9D=E2=80=9D=EF=BC=8C=E6=A8=A1=E5=85=B7?= =?UTF-8?q?=E8=B4=B9=E6=80=BB=E9=87=91=E9=A2=9D=3D=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E9=87=91=E9=A2=9D=E4=B9=8B=E5=92=8C=EF=BC=8C?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E4=B8=A4=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierMoldCostMain.data.ts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts index 10f64b546..1deff8ee3 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts @@ -68,12 +68,26 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ } } }, + { + label: '物料品号', + field: 'articleNumber', + sort: 'custom', + isTable: false, + isForm: false, + isSearch: true, + }, { label: '版本号', field: 'versionNumber', sort: 'custom', isTable: true }, + { + label: '模具费总金额', + field: 'allAmount', + sort: 'custom', + isTable: true + }, { label: '创建者', field: 'creator', @@ -156,7 +170,9 @@ export const SupplierMoldCostDetail = useCrudSchemas(reactive([ label: '物料品号', field: 'articleNumber', sort: 'custom', - isForm: false, + isForm: true, + isSearch: true, + isTable: true, }, { label: '车型',