From eda206a4d5f41be6727f313297858fd10dcaef73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= <2178503051@qq.com> Date: Mon, 22 Jun 2026 14:48:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(wms/coil/materialWarning):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=89=A9=E6=96=99=E5=91=8A=E8=AD=A6=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E6=93=8D=E4=BD=9C=E6=9D=83=E9=99=90=E5=92=8C=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 新增表格行选择校验,仅未处理告警可被选中 2. 给处理、忽略按钮新增未处理状态校验,仅未处理告警显示操作按钮 3. 优化批量处理/忽略逻辑,过滤已处理的选中项并更新提示文案 4. 移除单条处理的确认弹窗逻辑 --- .../views/wms/coil/materialWarning/index.vue | 77 ++++++++++--------- 1 file changed, 41 insertions(+), 36 deletions(-) diff --git a/klp-ui/src/views/wms/coil/materialWarning/index.vue b/klp-ui/src/views/wms/coil/materialWarning/index.vue index aaf30c0d..859055c5 100644 --- a/klp-ui/src/views/wms/coil/materialWarning/index.vue +++ b/klp-ui/src/views/wms/coil/materialWarning/index.vue @@ -92,7 +92,7 @@ - +