From a247560fd6631a1e8a726cc4e11d99b4e52a0927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 10 Jul 2026 15:47:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms=20anneal=20report):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=87=BA=E7=82=89=E5=BA=93=E5=8C=BA=E5=92=8C=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=BA=93=E5=8C=BA=E6=9F=A5=E8=AF=A2=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=8F=8A=E5=B1=95=E7=A4=BA=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整查询表单的库区标签为出炉库区,新增逻辑库区筛选组件,同时在表格中添加入炉库区展示列,完善查询参数初始化 --- klp-ui/src/views/wms/anneal/performance/report.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/klp-ui/src/views/wms/anneal/performance/report.vue b/klp-ui/src/views/wms/anneal/performance/report.vue index 1e1499b5f..08c43731f 100644 --- a/klp-ui/src/views/wms/anneal/performance/report.vue +++ b/klp-ui/src/views/wms/anneal/performance/report.vue @@ -21,9 +21,12 @@ - + + + + 查询 重置 @@ -56,6 +59,7 @@ + @@ -100,9 +104,12 @@ export default { queryParams: { startTime, endTime, + currentCoilNo: undefined, targetFurnaceId: undefined, planNo: undefined, enterCoilNo: undefined, + warehouseId: undefined, + coilWarehouseId: undefined, }, summary: {}, detailList: [], @@ -142,7 +149,6 @@ export default { } }) || [] }).flat(); - console.log(this.detailList); this.loading = false; }).catch(() => { this.loading = false;