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,7 +14,8 @@ export default {
qrcode: true,
querys: {
dataType: 1,
itemType: 'raw_material'
// itemType: 'raw_material'
materialType: '原料'
},
labelType: '2',
hideType: true