diff --git a/src/views/release/productioninformation.vue b/src/views/release/productioninformation.vue index d919a2f..5d84fb4 100644 --- a/src/views/release/productioninformation.vue +++ b/src/views/release/productioninformation.vue @@ -383,7 +383,7 @@ }, //驳回 reject(row) { - this.$confirm("是否将数据驳回?", "提示", { + this.$confirm("是否将数据审核?", "提示", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" @@ -440,7 +440,7 @@ this.$message.warning("请选择至少一条数据"); return; } - this.$confirm("是否将选择数据驳回?", { + this.$confirm("是否将选择数据审核?", { confirmButtonText: "确定", cancelButtonText: "取消", type: "warning" 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 + }, + }); } } };