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