refactor(wms): 统一物料类型字段并添加操作状态开关

- 将各页面中的itemType字段替换为materialType,使用中文显示物料类型
- 在actflow页面添加待操作状态切换开关
- 移除废弃的warehouseId字段
This commit is contained in:
砂糖
2025-11-11 15:04:12 +08:00
parent b0a9fae314
commit 66e852e985
5 changed files with 27 additions and 6 deletions

View File

@@ -14,8 +14,9 @@ export default {
qrcode: false,
querys: {
// itemType: 'rubbish',
// dataType: 2
warehouseId: 111,
dataType: 1,
materialType: '废品'
// warehouseId: 111,
},
hideWarehouseQuery: true,
labelType: '3',