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',