Browse Source

喜婷提

hella_online_20240829
wangyufei 2 months ago
parent
commit
3fe7399469
  1. 35
      src/views/wms/inventoryManage/balance/balance.data.ts

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

@ -32,6 +32,22 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([
},
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<CrudSchema[]>([
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',

Loading…
Cancel
Save