From fcbce36f8734813b13c8f9c5b26b4bd192274534 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 17 十一月 2025 16:30:28 +0800
Subject: [PATCH] 工程打印明细新增玻璃编号显示
---
north-glass-erp/northglass-erp/src/router/index.js | 78 ++++++++++++++++++++++++++++++++++++++
1 files changed, 77 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index b219f22..ede174d 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -561,6 +561,11 @@
component: () => import('../components/pp/TagStyleDesigner.vue'),
},
{
+ path: 'printProjectDetailSmallPiece',
+ name: 'printProjectDetailSmallPiece',
+ component: () => import('../views/pp/processCard/PrintProjectDetailSmallPiece.vue'),
+ },
+ {
path: '',
redirect:'/main/processCard/selectProcessCard'
}
@@ -803,6 +808,12 @@
component: () => import('../views/pp/report/ProcessToBeCompleted.vue'),
},
{
+ //宸ュ簭寰呭畬鎴愭眹鎬�
+ path: 'processCompletedSummarize',
+ name: 'processCompletedSummarize',
+ component: () => import('../views/pp/report/ProcessCompletedSummarize.vue'),
+ },
+ {
//鐢熶骇杩涘害
path: 'productionSchedule',
name: 'productionSchedule',
@@ -875,13 +886,19 @@
component: () => import('../views/pp/report/DamageReport.vue'),
},
{
+ //闈炶法宸ュ簭娆$牬鎶ヨ〃
+ path: 'notCrossProcessBreaking',
+ name: 'notCrossProcessBreaking',
+ component: () => import('../views/pp/report/NotCrossProcessBreaking.vue'),
+ },
+ {
//璁㈠崟鎺掍骇璁″垝
path: 'scheduleProductionSchedule',
name: 'scheduleProductionSchedule',
component: () => import('../views/pp/report/ScheduleProductionSchedule.vue'),
},
{
- //鎺掍骇璁″垝
+ //璺ㄥ伐搴忔鐮�
path: 'crossProcessBreaking',
name: 'crossProcessBreaking',
component: () => import('../views/pp/report/crossProcessBreaking.vue'),
@@ -1179,6 +1196,15 @@
path: 'materialReturnReport',
name: 'materialReturnReport',
component: () => import('../views/mm/stockReport/MaterialReturnReport.vue'),
+ },{
+ path: 'finishedGlassShelfEmitReport',
+ name: 'finishedGlassShelfEmitReport',
+ component: () => import('../views/mm/stockReport/FinishedGlassShelfEmitReport.vue'),
+ },
+ {
+ path: 'finishedGlassShelfWithdrawReport',
+ name: 'finishedGlassShelfWithdrawReport',
+ component: () => import('../views/mm/stockReport/FinishedGlassShelfWithdrawReport.vue'),
}, {
path: '',
redirect: '/main/stockReport/finishedProductInventoryReport'
@@ -1285,6 +1311,56 @@
}
]
},
+
+ {
+ path: 'finishedGlassShelf',
+ name: 'finishedGlassShelf',
+ component: () => import('../views/mm/finishedGlassShelf/FinishedGlassShelf.vue'),
+ children:[
+ {
+ // 鏂欐灦搴撳瓨
+ path: 'finishedGlassShelfInformation',
+ name: 'finishedGlassShelfInformation',
+ component: () => import('../views/mm/finishedGlassShelf/FinishedGlassShelfInformation.vue'),
+ },
+ {
+ // 鏂欐灦搴撳瓨
+ path: 'createFinishedGlassShelf',
+ name: 'createFinishedGlassShelf',
+ component: () => import('../views/mm/finishedGlassShelf/CreateFinishedGlassShelf.vue'),
+ },
+ {
+ // 鏂欐灦鍑哄簱鏌ヨ
+ path: 'finishedGlassShelfEmit',
+ name: 'finishedGlassShelfEmit',
+ component: () => import('../views/mm/finishedGlassShelf/FinishedGlassShelfEmit.vue'),
+ },
+ {
+ // 鏂欐灦鍑哄簱鏄庣粏鏌ヨ
+ path: 'createFinishedGlassShelfEmit',
+ name: 'createFinishedGlassShelfEmit',
+ component: () => import('../views/mm/finishedGlassShelf/CreateFinishedGlassShelfEmit.vue'),
+ },
+ {
+ // 鏂欐灦鍏ュ簱鏌ヨ
+ path: 'finishedGlassShelfWithdraw',
+ name: 'finishedGlassShelfWithdraw',
+ component: () => import('../views/mm/finishedGlassShelf/FinishedGlassShelfWithdraw.vue'),
+ },
+ {
+ // 鏂欐灦鍏ュ簱鏄庣粏鏌ヨ
+ path: 'createFinishedGlassShelfWithdraw',
+ name: 'createFinishedGlassShelfWithdraw',
+ component: () => import('../views/mm/finishedGlassShelf/CreateFinishedGlassShelfWithdraw.vue'),
+ },
+
+
+ {
+ path: '',
+ redirect:'/main/finishedGlassShelf/finishedGlassShelfInformation'
+ }
+ ]
+ },
/*{
//绗笁鏂圭幓鐠冧紭鍖�
path: 'glassOptimizeThirdParty',
--
Gitblit v1.8.0