From e8e7caaefb88488c55859651a84f43c92b86e6c3 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Tue, 11 Nov 2025 14:31:56 +0800 Subject: [PATCH] =?UTF-8?q?app=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- klp-ui/src/views/wms/coil/actflow.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/klp-ui/src/views/wms/coil/actflow.vue b/klp-ui/src/views/wms/coil/actflow.vue index 30acdce3..16a34736 100644 --- a/klp-ui/src/views/wms/coil/actflow.vue +++ b/klp-ui/src/views/wms/coil/actflow.vue @@ -468,16 +468,14 @@ export default { path = '/wms/split'; } // 合卷操作:200-299 - else if (actionType >= 200 && actionType <= 299) { + else if (actionType == 200) { path = '/wms/merge'; } // 其他操作类型 - else if (actionType === 3) { + else{ path = '/wms/typing'; } - console.log('跳转路径:', path); - if (!path) { this.$message.error('未知的操作类型: ' + row.actionType); return;