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