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

@@ -15,11 +15,12 @@ export default {
querys: {
dataType: 1,
materialType: '成品',
itemType: 'product',
status: 0
},
labelType: '3',
showStatus: true,
hideType: false,
hideType: true,
}
}
}