From aa68958ffccc48e05fbc41c1939986d2095dfcf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Thu, 25 Jan 2024 16:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=AD=90=20=E5=8D=95=E6=8D=AE=E5=8F=B7=E6=94=BE?= =?UTF-8?q?=E7=AC=AC=E4=B8=80=E4=BD=8D=E5=B7=A6=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../purchasereceiptRecordMain.data.ts | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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',