From 3a59297df06b93c05a60cd39c8eeea6bf4632965 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 7 Apr 2025 17:31:35 +0800 Subject: [PATCH] =?UTF-8?q?YT-2327:=E3=80=8A=E5=8F=B7=E5=8F=A3=E5=93=81?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=94=B3=E8=AF=B7=E3=80=8B=E3=80=8A=E8=A1=A5?= =?UTF-8?q?=E7=BB=99=E5=93=81=E7=94=9F=E4=BA=A7=E7=94=B3=E8=AF=B7=E3=80=8B?= =?UTF-8?q?=E5=9C=A8=E6=96=B0=E5=A2=9E=E6=B7=BB=E5=8A=A0=E6=98=8E=E7=BB=86?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E5=93=81?= =?UTF-8?q?=E5=90=8D=EF=BC=8C=E7=AD=9B=E9=80=89=E4=B8=AD=E4=B9=9F=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=93=81=E5=90=8D=E7=9A=84=E7=AD=9B=E9=80=89=EF=BC=9B?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=A0=87=E7=AD=BE=E6=97=B6=E4=B9=9F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=93=81=E5=90=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../productionlineitem.data.ts | 15 +++++++++++++++ .../productreceiptRequestMain.data.ts | 16 ++++++++++++++++ .../productreceiptAssembleRequestMain.data.ts | 15 +++++++++++++++ .../supplierdeliverRequestMain.data.ts | 8 ++++++++ 4 files changed, 54 insertions(+) diff --git a/src/views/wms/basicDataManage/itemManage/productionlineitem/productionlineitem.data.ts b/src/views/wms/basicDataManage/itemManage/productionlineitem/productionlineitem.data.ts index e3a9c0bd9..62a6087cf 100644 --- a/src/views/wms/basicDataManage/itemManage/productionlineitem/productionlineitem.data.ts +++ b/src/views/wms/basicDataManage/itemManage/productionlineitem/productionlineitem.data.ts @@ -151,6 +151,21 @@ export const Productionlineitem = useCrudSchemas(reactive([ } } }, + { + label: '品名', + field: 'itemName', + sort: 'custom', + isSearch: true, + //hiddenSearchHigh:true, + table: { + width: 150 + }, + form:{ + componentProps:{ + disabled: true, + } + } + }, { label: '背番', field: 'itemDesc1', diff --git a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts index 75a7d5a70..944c9e269 100644 --- a/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceipt/productreceiptRequestMain/productreceiptRequestMain.data.ts @@ -1745,6 +1745,22 @@ export const ProductreceiptRequestLabel = useCrudSchemas(reactive( } } }, + { + label: '品名', + field: 'itemName', + sort: 'custom', + table: { + width: 150 + }, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } + }, // { // label: '背番', // field: 'backNumber', diff --git a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts index 3b4ec361f..526719b21 100644 --- a/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts +++ b/src/views/wms/productionManage/productreceiptAssemble/productreceiptAssembleRequestMain/productreceiptAssembleRequestMain.data.ts @@ -1777,6 +1777,21 @@ export const ProductreceiptRequestLabel = useCrudSchemas( disabled: true } } + },{ + label: '品名', + field: 'itemName', + sort: 'custom', + table: { + width: 150 + }, + tableForm: { + disabled: true + }, + form: { + componentProps: { + disabled: true + } + } }, { label: '批次', diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts index fe3ece1f8..998d344ba 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/supplierdeliverRequestMain/supplierdeliverRequestMain.data.ts @@ -2085,6 +2085,14 @@ export const SupplierdeliverRequestPackage2 = useCrudSchemas(reactive