diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts index 3a122e857..d73aa5e0a 100644 --- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts +++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordMain/purchasereceiptRecordMain.data.ts @@ -388,6 +388,15 @@ export const PurchasereceiptRecordMainRules = reactive({ * @returns {Array} 采购收货记录子表 */ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive([ + { + label: '单据号', + field: 'number', + sort: 'custom', + table: { + width: 150, + fixed: 'left' + }, + }, { label: '订单号', field: 'poNumber', @@ -778,15 +787,6 @@ export const PurchasereceiptRecordDetail = useCrudSchemas(reactive width: 150 }, }, - - { - label: '单据号', - field: 'number', - sort: 'custom', - table: { - width: 150 - }, - }, // { // label: '代码', // field: 'code',