Browse Source

库位容量查询条件优化

master_hella_20240701
songguoqiang 4 months ago
parent
commit
4704553fe0
  1. 2
      src/views/wms/inventoryManage/locationcapacity/locationcapacity.data.ts

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

@ -20,7 +20,7 @@ export const Locationcapacity = useCrudSchemas(reactive<CrudSchema[]>([
label: '已用容量百分比', label: '已用容量百分比',
field: 'usedCapacity', field: 'usedCapacity',
sort: 'custom', sort: 'custom',
isSearch: true, isSearch: false,
}, },
{ {
label: '可用容量百分比', label: '可用容量百分比',

Loading…
Cancel
Save