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