Browse Source

YT-1342库存余额列表隐藏“供应商批次”列

intex_online20241228
zhaoyiran 2 months ago
parent
commit
bc8e1dedc5
  1. 1
      src/views/wms/inventoryManage/balance/balance.data.ts

1
src/views/wms/inventoryManage/balance/balance.data.ts

@ -74,6 +74,7 @@ export const Balance = useCrudSchemas(
label: '供应商批次', label: '供应商批次',
field: 'altBatch', field: 'altBatch',
sort: 'custom', sort: 'custom',
isTable: false,
table: { table: {
width: 150 width: 150
}, },

Loading…
Cancel
Save