From f7b119ea4b8e27e4ce79c834faaf55d291cb15b0 Mon Sep 17 00:00:00 2001 From: XingCheng3 <1773407212@qq.com> Date: Fri, 22 May 2026 17:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=9D=99=E7=BD=AE=E6=89=8B?= =?UTF-8?q?=E5=8A=A8=E5=87=BA=E7=AB=99=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 7 + src/views/index.vue | 20 +- src/views/manualStaticOut.vue | 1023 +++++++++++++++++++++++++++++++++ 3 files changed, 1049 insertions(+), 1 deletion(-) create mode 100644 src/views/manualStaticOut.vue diff --git a/src/router/index.js b/src/router/index.js index 2f4fea0..339f46a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -37,6 +37,13 @@ const routes = [ meta: { title: "电检工艺路线返修上线" }, children: [], }, + { + // 手动静置出库 + path: "/manualStaticOut", + component: () => import("@/views/manualStaticOut.vue"), + meta: { title: "手动静置出库" }, + children: [], + }, { // 返修记录查询 path: "/repairOnlineSearch", diff --git a/src/views/index.vue b/src/views/index.vue index 88a4792..840061f 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -84,6 +84,24 @@ + + +