feat(wms): 添加次品标签页并优化钢卷统计表格

refactor(LeftList): 移除表单包装简化对话框结构
feat(Perspective): 新增宽度分类统计组件
perf(TrimStatistics): 优化表格宽度分组和过滤逻辑
This commit is contained in:
砂糖
2026-03-09 17:19:06 +08:00
parent 3f4ee0fce3
commit f5904fa7f3
5 changed files with 337 additions and 70 deletions

View File

@@ -78,19 +78,7 @@ export default {
currentRow: {},
};
},
created() {
this.getList();
},
methods: {
/** 查询钢卷生产统计列表 */
getList() {
this.loading = true;
listCoilStatisticsSummary(this.queryParams).then(response => {
this.coilStatisticsSummaryList = response.rows;
this.total = response.total;
this.loading = false;
});
},
// 取消按钮
cancel() {
this.open = false;