refactor(wms): 优化线圈管理页面查询条件和布局
- 统一原料和成品页面的itemType参数配置 - 调整基础面板的查询表单字段,移除不常用字段 - 优化表格操作按钮的布局和显示条件 - 清理冗余代码并格式化代码样式
This commit is contained in:
@@ -15,11 +15,12 @@ export default {
|
||||
querys: {
|
||||
dataType: 1,
|
||||
materialType: '成品',
|
||||
itemType: 'product',
|
||||
status: 0
|
||||
},
|
||||
labelType: '3',
|
||||
showStatus: true,
|
||||
hideType: false,
|
||||
hideType: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user