refactor(wms): 重构钢卷管理模块,优化代码结构

- 将钢卷管理页面拆分为基础组件和多个视图组件
- 新增历史数据和产品数据专用视图
- 重构钢卷追溯功能,支持更详细的操作记录展示
- 移除首页和订单看板中不再使用的组件
- 优化产品选择组件,默认类型改为undefined
- 修改钢卷溯源API,支持更灵活的查询参数
This commit is contained in:
砂糖
2025-10-29 14:33:26 +08:00
parent 128700da0f
commit 2c49f4d600
8 changed files with 878 additions and 404 deletions

View File

@@ -87,7 +87,7 @@ export default {
productName: undefined,
owner: undefined,
unit: undefined,
type: 'product'
type: undefined,
},
addDialogVisible: false,
rules: {