From 4eea36991f0d03c8c5400e3452e1a47eed701e8a Mon Sep 17 00:00:00 2001 From: chenfang Date: Tue, 9 Apr 2024 14:33:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=E5=B1=95?= =?UTF-8?q?=E7=A4=BAqad=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../factoryModeling/location/location.data.ts | 8 ++++++++ .../purchasereceiptRecordMain.data.ts | 8 ++++++++ .../purchasePlanMain/purchasePlanMain.data.ts | 9 +++++++++ 3 files changed, 25 insertions(+) diff --git a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts index 6f2fab3dc..d4662694f 100644 --- a/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts +++ b/src/views/wms/basicDataManage/factoryModeling/location/location.data.ts @@ -143,6 +143,14 @@ export const Location = useCrudSchemas(reactive([ // width: 150 // }, // }, + { + label: 'QAD库位代码', + field: 'qadLocationCode', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '巷道', field: 'aisle', diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index b75a66b14..0f1e1d79a 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -50,6 +50,14 @@ export const PurchasereceiptRecordMain = useCrudSchemas(reactive([ width: 180 }, }, + { + label: 'qad采购收货记录单号', + field: 'qadNumber', + sort: 'custom', + table: { + width: 200 + }, + }, { label: '要货计划单号', field: 'ppNumber', diff --git a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts index 596f7a406..b8b3a3df3 100644 --- a/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts +++ b/src/views/wms/purchasereceiptManage/supplierdeliver/purchasePlanMain/purchasePlanMain.data.ts @@ -48,6 +48,15 @@ export const PurchasePlanMain = useCrudSchemas(reactive([ } } }, + { + label: '订单号', + field: 'poNumber', + sort: 'custom', + table: { + width: 150 + }, + isForm: false, + }, { label: '送达日期', field: 'deliveryDate',