From 3ab330b8aefb3cd781c9b8730b4ab7ac65e7e9d7 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期五, 07 三月 2025 09:14:08 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
---
north-glass-erp/northglass-erp/src/router/index.js | 127 ++++++++++++++++++++++++++++++++++++-----
1 files changed, 110 insertions(+), 17 deletions(-)
diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index 3497bf5..3c1527e 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -84,6 +84,34 @@
]
},
+ {
+ path:'glassPrice',
+ name: 'glassPrice',
+ component: () => import('../views/sd/glassPrice/GlassPrice.vue'),
+ children:[
+ {
+ path: 'producePriceCompute',
+ name: 'producePriceCompute',
+ component: () => import('../views/sd/glassPrice/ProducePriceCompute.vue')
+ },
+ {
+ path: 'glassPriceSet',
+ name: 'glassPriceSet',
+ component: () => import('../views/sd/glassPrice/GlassPriceSet.vue')
+ },
+ {
+ path: 'glassPriceList',
+ name: 'glassPriceList',
+ component: () => import('../views/sd/glassPrice/GlassPriceList.vue')
+ },
+ {
+ name: 'GlassPrice1',
+ path: '',
+ redirect:'/main/glassPrice/producePriceCompute'
+ }
+ ]
+ },
+
//sd妯″潡
{
@@ -293,6 +321,38 @@
//pp妯″潡
{
+ //鐜荤拑浼樺寲
+ path: 'glassOptimize',
+ name: 'glassOptimize',
+ component: () => import('../views/pp/glassOptimize/Optimize.vue'),
+ children:[
+ {
+ path: 'optimizeProject',
+ name: 'optimizeProject',
+ component: () => import('../views/pp/glassOptimize/OptimizeProject.vue'),
+ },
+ {
+ path: 'optimizePrint',
+ name: 'optimizePrint',
+ component: () => import('../views/pp/glassOptimize/OptimizePrint.vue'),
+ },
+ {
+ path: 'optimizeMove',
+ name: 'optimizeMove',
+ component: () => import('../views/pp/glassOptimize/OptimizeMove.vue'),
+ },
+ {
+ path: '/optimizeProject/:projectNo/:thickNess/:model',
+ name: 'optimizeInfo',
+ component: () => import('../views/pp/glassOptimize/OptimizeProject.vue')
+ },
+ {
+ path: '',
+ redirect:'/main/glassOptimize/optimizeProject'
+ }
+ ]
+ },
+ {
//宸ュ崟绠$悊
path: 'workOrder',
name: 'workOrder',
@@ -442,6 +502,11 @@
path: 'selectSortTable',
name: 'selectSortTable',
component: () => import('../components/pp/SelectSortTable.vue'),
+ },
+ {
+ path: 'printProjectDetails',
+ name: 'printProjectDetails',
+ component: () => import('../views/pp/processCard/PrintProjectDetails.vue'),
},
{
path: '',
@@ -674,6 +739,12 @@
component: () => import('../views/pp/report/OrderPlanDecomposition.vue'),
},
{
+ //璁㈠崟鎶ュ伐
+ path: 'orderReportingWorks',
+ name: 'orderReportingWorks',
+ component: () => import('../views/pp/report/OrderReportingWorks.vue'),
+ },
+ {
//宸ュ簭寰呭畬鎴�
path: 'processToBeCompleted',
name: 'processToBeCompleted',
@@ -864,6 +935,12 @@
name: 'storageRecord',
component:()=>import('../views/mm/productStock/StorageRecord.vue'),
},
+ {
+ // 瑁呯鎵撳嵃
+ path: 'storageRecordPint',
+ name: 'storageRecordPint',
+ component:()=>import('../views/mm/productStock/StorageRecordPint.vue'),
+ },
{
path: '',
@@ -993,27 +1070,43 @@
name: 'stockReport',
component: () => import('../views/mm/stockReport/StockReport.vue'),
children:[
- {
- path: 'warehouseReport',
- name: 'warehouseReport',
- component: () => import('../views/mm/stockReport/WarehouseReport.vue'),
- }, {
- path: 'stockMonthReport',
- name: 'stockMonthReport',
- component: () => import('../views/mm/stockReport/StockMonthReport.vue'),
- }, {
- path: 'subsidiaryMonthReport',
- name: 'subsidiaryMonthReport',
- component: () => import('../views/mm/stockReport/SubsidiaryMonthReport.vue'),
- },
/*----------- 鏂板 ----------------*/
{
- path: 'StockWarehouseReport',
- name: 'StockWarehouseReport',
- component: () => import('../views/mm/stockReport/StockWarehouseReport.vue'),
+ path: 'finishedProductDeliveryReport',
+ name: 'finishedProductDeliveryReport',
+ component: () => import('../views/mm/stockReport/FinishedProductDeliveryReport.vue'),
+ },
+ {
+ path: 'finishedProductInventoryReport',
+ name: 'finishedProductInventoryReport',
+ component: () => import('../views/mm/stockReport/FinishedProductInventoryReport.vue'),
+ },
+ {
+ path: 'finishedProductOutboundReport',
+ name: 'finishedProductOutboundReport',
+ component: () => import('../views/mm/stockReport/FinishedProductOutboundReport.vue'),
+ },
+ {
+ path: 'finishedProductTransferReport',
+ name: 'finishedProductTransferReport',
+ component: () => import('../views/mm/stockReport/FinishedProductTransferReport.vue'),
+ },{
+ path: 'materialAdditionReport',
+ name: 'materialAdditionReport',
+ component: () => import('../views/mm/stockReport/MaterialAdditionReport.vue'),
+ },
+ {
+ path: 'materialOutboundReport',
+ name: 'materialOutboundReport',
+ component: () => import('../views/mm/stockReport/MaterialOutboundReport.vue'),
+ },
+ {
+ path: 'materialReturnReport',
+ name: 'materialReturnReport',
+ component: () => import('../views/mm/stockReport/MaterialReturnReport.vue'),
}, {
path: '',
- redirect: '/main/stockReport/warehouseReport'
+ redirect: '/main/stockReport/finishedProductInventoryReport'
}
]
},
--
Gitblit v1.8.0