From 3fe7399469e96c4af0c79444f2566c42a3b50bb6 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 24 Jul 2024 15:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=96=9C=E5=A9=B7=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventoryManage/balance/balance.data.ts | 35 +++++++++---------- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 641bd55dd..620e7535b 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -32,6 +32,22 @@ export const Balance = useCrudSchemas(reactive([ }, isSearch: true, }, + { + label: '包装规格', + field: 'packUnit', + sort: 'custom', + table: { + width: 150 + }, + }, + { + label: '包装数量', + field: 'packQty', + sort: 'custom', + table: { + width: 150 + }, + }, { label: '器具代码', field: 'containerNumber', @@ -94,24 +110,7 @@ export const Balance = useCrudSchemas(reactive([ width: 150 }, }, - { - label: '包装规格', - field: 'packUnit', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:999 - }, - { - label: '包装数量', - field: 'packQty', - sort: 'custom', - table: { - width: 150 - }, - sortTableDefault:999 - }, + { label: '仓库代码', field: 'warehouseCode',