refactor(wms): 优化线圈管理页面查询条件和布局

- 统一原料和成品页面的itemType参数配置
- 调整基础面板的查询表单字段,移除不常用字段
- 优化表格操作按钮的布局和显示条件
- 清理冗余代码并格式化代码样式
This commit is contained in:
砂糖
2025-12-10 13:17:41 +08:00
parent e9a79e4069
commit f79b69b4dd
3 changed files with 33 additions and 29 deletions

View File

@@ -14,8 +14,8 @@ export default {
qrcode: true,
querys: {
dataType: 1,
// itemType: 'raw_material'
materialType: '原料'
itemType: 'raw_material',
materialType: '原料',
},
labelType: '2',
hideType: true