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,// 高级筛选中隐藏 hiddenSearchHigh: true,// 高级筛选中隐藏
isSearch: true isSearch: true
}, },
// { {
// label: '背番', label: '受入号',
// field: 'itemDesc1', field: 'receivedNumber',
// sort: 'custom', sort: 'custom',
// table: { isSearch: true,
// width: 150 isTable: true,
// }, hiddenSearchHigh: true,// 高级筛选中隐藏
// hiddenSearchHigh: true,// 高级筛选中隐藏 table: {
// isSearch: true width: 150
// }, },
},
{ {
label: '描述', label: '描述',
field: 'itemDesc2', field: 'itemDesc2',

Loading…
Cancel
Save