refactor(wms): 统一物料类型字段并添加操作状态开关
- 将各页面中的itemType字段替换为materialType,使用中文显示物料类型 - 在actflow页面添加待操作状态切换开关 - 移除废弃的warehouseId字段
This commit is contained in:
@@ -14,7 +14,8 @@ export default {
|
||||
qrcode: true,
|
||||
querys: {
|
||||
dataType: 1,
|
||||
itemType: 'raw_material'
|
||||
// itemType: 'raw_material'
|
||||
materialType: '原料'
|
||||
},
|
||||
labelType: '2',
|
||||
hideType: true
|
||||
|
||||
Reference in New Issue
Block a user