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

@@ -13,8 +13,9 @@ export default {
return {
qrcode: false,
querys: {
itemType: 'product',
dataType: 1
// itemType: 'product',
dataType: 1,
materialType: '产品'
},
labelType: '3',
showStatus: true,