From 2a5daa00047f316ffd99f9038b09650ef18bf965 Mon Sep 17 00:00:00 2001 From: yangzhicheng Date: Mon, 22 Jul 2024 14:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=A3=80=E4=BB=BB=E5=8A=A1=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=8F=82=E6=95=B0=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wel/index.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 747e1f4..4a9366c 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -21,7 +21,7 @@
-
☆巡检任务:{{item.taskName}}
+
☆巡检任务:{{item.taskName}}
@@ -148,6 +148,7 @@ }, }); }, + // 入库出库路用 skip2(path, materialNo, mode){ this.$router.push({ path: path, @@ -157,6 +158,17 @@ mode: mode }, }); + }, + // 巡检任务用 + skip3(path, id, taskNo){ + this.$router.push({ + path: path, + query: { + frameMode:"search", + id: id, + taskNo: taskNo + }, + }); } } };