From 2bdd525d521205f0106c6008f4e8e14d7b8051f6 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期一, 01 十二月 2025 09:17:50 +0800
Subject: [PATCH] 订单工艺属性提交

---
 north-glass-erp/northglass-erp/src/router/index.js |   99 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 98 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 2c23e8b..ee9bfc6 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -157,6 +157,11 @@
               component: () => import('../views/sd/basicData/SearchGlassType.vue')
             },
             {
+              path: 'searchProcessAttributeConfig',
+              name: 'searchProcessAttributeConfig',
+              component: () => import('../views/sd/basicData/SearchProcessAttributeConfig.vue')
+            },
+            {
               name: 'OrderBasicData',
               path: '',
               redirect:'/main/orderBasicData/searchBasicData'
@@ -215,6 +220,11 @@
               path: 'createOrder',
               name: 'createOrder',
               component: () => import('../views/sd/order/CreateOrder.vue'),
+            },
+            {
+              path: 'createOrder2',
+              name: 'createOrder2',
+              component: () => import('../views/sd/order/CreateOrder2.vue'),
             },
             {
               path: 'updateOrderCraft',
@@ -556,6 +566,11 @@
               component: () => import('../components/pp/TagStyleDesigner.vue'),
             },
             {
+              path: 'printProjectDetailSmallPiece',
+              name: 'printProjectDetailSmallPiece',
+              component: () => import('../views/pp/processCard/PrintProjectDetailSmallPiece.vue'),
+            },
+            {
               path: '',
               redirect:'/main/processCard/selectProcessCard'
             }
@@ -798,6 +813,12 @@
               component: () => import('../views/pp/report/ProcessToBeCompleted.vue'),
             },
             {
+              //宸ュ簭寰呭畬鎴愭眹鎬�
+              path: 'processCompletedSummarize',
+              name: 'processCompletedSummarize',
+              component: () => import('../views/pp/report/ProcessCompletedSummarize.vue'),
+            },
+            {
               //鐢熶骇杩涘害
               path: 'productionSchedule',
               name: 'productionSchedule',
@@ -858,10 +879,22 @@
               component: () => import('../views/pp/report/Yield.vue'),
             },
             {
+              //鎴愬搧鐜囨姤琛�
+              path: 'yieldProcess',
+              name: 'yieldProcess',
+              component: () => import('../views/pp/report/yieldProcess.vue'),
+            },
+            {
               //娆$牬鎶ヨ〃
               path: 'damageReport',
               name: 'damageReport',
               component: () => import('../views/pp/report/DamageReport.vue'),
+            },
+            {
+              //闈炶法宸ュ簭娆$牬鎶ヨ〃
+              path: 'notCrossProcessBreaking',
+              name: 'notCrossProcessBreaking',
+              component: () => import('../views/pp/report/NotCrossProcessBreaking.vue'),
             },
             {
               //璁㈠崟鎺掍骇璁″垝
@@ -870,7 +903,7 @@
               component: () => import('../views/pp/report/ScheduleProductionSchedule.vue'),
             },
             {
-              //鎺掍骇璁″垝
+              //璺ㄥ伐搴忔鐮�
               path: 'crossProcessBreaking',
               name: 'crossProcessBreaking',
               component: () => import('../views/pp/report/crossProcessBreaking.vue'),
@@ -1168,6 +1201,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'
@@ -1274,6 +1316,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',
@@ -1336,6 +1428,11 @@
       path: '/app',
       name: 'app',
       component: () => import('../views/system/app/appDownload.vue')
+    },
+    {
+      path: '/productionScheduleCollect',
+      name: 'productionScheduleCollect',
+      component: () => import('../views/pp/report/WorkInProgressCombination.vue'),
     }
     
   ]

--
Gitblit v1.8.0