From 6082f939a0b869db7957473e2792501c1ff57a43 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 06 五月 2026 17:05:07 +0800
Subject: [PATCH] 1.报工调整修改、打印模板修改

---
 src/router/index.js |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index ef55f11..4ec6ca2 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,6 +48,10 @@
     component: () => import('@/views/kanbanManager/jghjcj'),
     hidden: true
   }, {
+    path: '/jghjcj2',
+    component: () => import('@/views/kanbanManager/jghjcj2'),
+    hidden: true
+  }, {
     path: '/ckgl',
     component: () => import('@/views/kanbanManager/ckgl'),
     hidden: true
@@ -506,6 +510,13 @@
         code: '0605',
         component: () => import('@/views/produce/warehouseRecord'),
         meta: { code: '0605', title: '鍏ュ簱璁板綍', icon: '', keepAlive: true }
+      },
+      {
+        path: 'warehouseEntryIdCard',
+        name: 'warehouseEntryIdCard',
+        code: '0606',
+        component: () => import('@/views/produce/warehouseEntryIdCard'),
+        meta: { code: '0606', title: '鍏ュ簱鏍囪瘑鍗�', icon: '', keepAlive: true }
       }
 
     ]
@@ -523,9 +534,9 @@
       {
         path: 'reportList',
         name: 'ReportList',
-        code: '1040',
+        code: '0700',
         component: () => import('@/views/statistic/reportList'),
-        meta: { code: '1040', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
+        meta: { code: '0700', title: '鎶ュ伐璁板綍', icon: '', keepAlive: true }
       },
       {
         path: 'monthReport',

--
Gitblit v1.9.3