refactor(wms): 重构钢卷管理模块,优化代码结构
- 将钢卷管理页面拆分为基础组件和多个视图组件 - 新增历史数据和产品数据专用视图 - 重构钢卷追溯功能,支持更详细的操作记录展示 - 移除首页和订单看板中不再使用的组件 - 优化产品选择组件,默认类型改为undefined - 修改钢卷溯源API,支持更灵活的查询参数
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
productName: undefined,
|
||||
owner: undefined,
|
||||
unit: undefined,
|
||||
type: 'product'
|
||||
type: undefined,
|
||||
},
|
||||
addDialogVisible: false,
|
||||
rules: {
|
||||
|
||||
Reference in New Issue
Block a user