feat(wms): 新增库存统计模块并优化钢卷选择器逻辑
新增库存统计相关组件,包括物料汇总、仓库统计和树形统计视图,提供可视化数据展示和钻取功能。优化钢卷选择器显示逻辑,移除审核状态判断。调整钻取表格组件,支持实际仓库ID参数传递。 - 新增itemSummary.vue、warehouseBox.vue和warehouseTree.vue组件 - 移除钢卷选择器的审核状态条件判断 - 扩展钻取表格组件支持实际仓库ID参数 - 添加数据汇总展示和图表可视化功能
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
</div>
|
||||
|
||||
<div v-else>
|
||||
<coil-selector v-if="currentPlan.auditStatus != 1" ref="coilSelector" placeholder="请选择钢卷添加至计划" @change="handleCoilChange"></coil-selector>
|
||||
<coil-selector ref="coilSelector" placeholder="请选择钢卷添加至计划" @change="handleCoilChange"></coil-selector>
|
||||
<div v-if="selectedCoilList.length > 0 && currentPlan.planId">
|
||||
<el-table :data="selectedCoilList" highlight-current-row height="400px" style="width: 100%">
|
||||
<el-table-column type="index" width="50" align="center" label="序号" />
|
||||
|
||||
Reference in New Issue
Block a user