diff --git a/src/views/wms/inventoryManage/balance/balance.data.ts b/src/views/wms/inventoryManage/balance/balance.data.ts index 3422b7831..ce8f33660 100644 --- a/src/views/wms/inventoryManage/balance/balance.data.ts +++ b/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',