From 06261aac8d460e278f9a01a8a177fa4735f11385 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 24 Jul 2024 14:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=93=E5=AD=98=E4=BD=99=E9=A2=9D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5-=E5=96=9C=E5=A9=B7=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wms/inventoryManage/balance/balance.data.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index ed21c8de7..641bd55dd 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/src/views/wms/inventoryManage/balance/balance.data.ts @@ -101,6 +101,7 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, + sortTableDefault:999 }, { label: '包装数量', @@ -109,6 +110,7 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, + sortTableDefault:999 }, { label: '仓库代码', @@ -139,7 +141,7 @@ export const Balance = useCrudSchemas(reactive([ field: 'erpLocationCode', dictType: DICT_TYPE.ERP_LOCATION, dictClass: 'string', - isTable: true, + isTable: false, sort: 'custom', table: { width: 150 @@ -152,6 +154,7 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, + isTable: false, }, { label: '到货日期', @@ -226,6 +229,7 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, + isTable: false, }, { label: '锁定数量', @@ -234,6 +238,7 @@ export const Balance = useCrudSchemas(reactive([ table: { width: 150 }, + isTable: false, form: { component: 'InputNumber', }