feat(发货计划): 新增钢卷选择功能并优化界面布局
- 在发货计划页面添加钢卷选择器组件,支持从列表中选择钢卷 - 优化发货计划卡片布局,增加审批状态显示 - 新增钢卷列表查询API接口 - 调整分页大小和查询条件 - 重构CoilSelector组件,增加更多钢卷信息展示 - 添加钢卷转移组件框架
This commit is contained in:
@@ -211,9 +211,10 @@ export default {
|
||||
selectedPlan: null,
|
||||
planQueryParams: {
|
||||
pageNum: 1,
|
||||
pageSize: 100, // 增大分页大小以确保树形结构显示足够数据
|
||||
pageSize: 20, // 增大分页大小以确保树形结构显示足够数据
|
||||
planName: undefined,
|
||||
planType: 0,
|
||||
auditStatus: 1,
|
||||
}
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user