Browse Source

库存余额加受入号

intex_online20250327
叶佳兴 2 weeks ago
parent
commit
cee1efcc24
  1. 21
      src/views/wms/inventoryManage/balance/balance.data.ts

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

@ -43,16 +43,17 @@ export const Balance = useCrudSchemas(
hiddenSearchHigh: true,// 高级筛选中隐藏
isSearch: true
},
// {
// label: '背番',
// field: 'itemDesc1',
// sort: 'custom',
// table: {
// width: 150
// },
// hiddenSearchHigh: true,// 高级筛选中隐藏
// isSearch: true
// },
{
label: '受入号',
field: 'receivedNumber',
sort: 'custom',
isSearch: true,
isTable: true,
hiddenSearchHigh: true,// 高级筛选中隐藏
table: {
width: 150
},
},
{
label: '描述',
field: 'itemDesc2',

Loading…
Cancel
Save