From cd00b9562da3e3b23455c8964a56fe6d2da76db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Fri, 27 Mar 2026 16:37:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor(wms/report):=20=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E6=A8=A1=E5=9D=97=E6=95=B0=E6=8D=AE=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E9=80=BB=E8=BE=91=EF=BC=8C=E6=8F=90=E5=8F=96=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E6=96=B9=E6=B3=95=E5=88=B0fetch.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(wms/report): 新增报表结果存储页面,支持JSON数据横向对比 style(wms/coil/do): 调整钢卷修正页面样式和代码格式 fix(wms/coil/do): 修复操作记录查询参数传递问题,优化钢卷选择逻辑 --- klp-ui/src/views/wms/coil/do/correntAll.vue | 141 ++++---- klp-ui/src/views/wms/report/snap/index.vue | 324 ++++++++++++++++++ klp-ui/src/views/wms/report/template/loss.vue | 47 +-- .../src/views/wms/report/template/month.vue | 18 +- klp-ui/src/views/wms/report/template/out.vue | 47 +-- klp-ui/src/views/wms/report/template/team.vue | 100 +----- klp-ui/src/views/wms/report/template/year.vue | 84 +---- 7 files changed, 448 insertions(+), 313 deletions(-) diff --git a/klp-ui/src/views/wms/coil/do/correntAll.vue b/klp-ui/src/views/wms/coil/do/correntAll.vue index 90ec48b5..3e074631 100644 --- a/klp-ui/src/views/wms/coil/do/correntAll.vue +++ b/klp-ui/src/views/wms/coil/do/correntAll.vue @@ -181,13 +181,11 @@ 回滚 + style="position: absolute; bottom: 10px; right: 10px;" type="success" icon="el-icon-refresh" size="mini" + @click="handleRestoreMaterial(item)" :loading="item.cancelling" class="action-btn">回滚 强制入库 + style="position: absolute; bottom: 10px; right: 10px;" type="success" icon="el-icon-refresh" size="mini" + @click="handleForceInMaterial(item)" :loading="item.cancelling" class="action-btn">强制入库 @@ -215,7 +214,8 @@ - + @@ -249,7 +249,8 @@