From e20c8cf7ad6d2a85817c5627fc9ee7c755884d5b Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 02 十一月 2023 09:22:53 +0800
Subject: [PATCH] 1.统计报表  加上车间名称的查询条件

---
 src/router/index.js |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 7affa09..eb9b923 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -347,6 +347,12 @@
         code: '0910',
         component: () => import('@/views/mouldManager/mouldOutInRecord'),
         meta: { code: '0910', title: '妯″叿鍑哄叆搴撹褰�', icon: '', keepAlive: true }
+      }, {
+        path: 'mouldCirculateRecord',
+        name: 'mouldCirculateRecordCancel',
+        code: '0911',
+        component: () => import('@/views/mouldManager/mouldCirculateRecord'),
+        meta: { code: '0911', title: '妯″叿鍊熻繕璁板綍', icon: '', keepAlive: true }
       }
     ]
   },
@@ -516,6 +522,24 @@
         code: '0703',
         component: () => import('@/views/statistic/personSalaryList'),
         meta: { code: '0703', title: '浜哄憳宸ヨ祫缁熻鎶ヨ〃', icon: '', keepAlive: true }
+      }, {
+        path: 'subcontractingOperation',
+        name: 'subcontractingOperationCancel',
+        code: '0704',
+        component: () => import('@/views/statistic/subcontractingOperation'),
+        meta: { code: '0704', title: '濮斿宸ュ簭鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+      }, {
+        path: 'defectDetailList',
+        name: 'defectDetailListCancel',
+        code: '0705',
+        component: () => import('@/views/statistic/defectDetailList'),
+        meta: { code: '0705', title: '涓嶈壇鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
+      }, {
+        path: 'repairDetailList',
+        name: 'repairDetailListCancel',
+        code: '0706',
+        component: () => import('@/views/statistic/repairDetailList'),
+        meta: { code: '0706', title: '缁翠慨鏄庣粏鎶ヨ〃', icon: '', keepAlive: true }
       }
 
     ]

--
Gitblit v1.9.3