Browse Source

库存余额修改

master
李胜楠 1 year ago
parent
commit
670bd06bf6
  1. 2
      src/views/wms/inventoryManage/balance/balance.data.ts

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

@ -12,6 +12,7 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([
table: { table: {
width: 150 width: 150
}, },
isSearch: true,
}, },
{ {
label: '批次', label: '批次',
@ -270,7 +271,6 @@ export const Balance = useCrudSchemas(reactive<CrudSchema[]>([
activeValue: 'TRUE' activeValue: 'TRUE'
} }
}, },
isSearch: true,
}, },
{ {
label: '冻结原因', label: '冻结原因',

Loading…
Cancel
Save