廖井涛
8 天以前 ceb1dea2b24d5c3216816f42fd0e514613656416
north-glass-erp/northglass-erp/src/router/index.js
@@ -83,6 +83,23 @@
            }
          ]
        },
        {
          path:'userLog',
          name: 'userLog',
          component: () => import('../views/system/userLog/UserLog.vue'),
          children:[
            {
              path: 'userListLog',
              name: 'userListLog',
              component: () => import('../views/system/userLog/UserListLog.vue'),
            },
            {
              name:'userLog',
              path: '',
              redirect:'/main/userLog/userListLog'
            }
          ]
        },
        {
          path:'glassPrice',
@@ -157,6 +174,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 +237,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',
@@ -551,6 +578,16 @@
              component: () => import('../views/pp/processCard/PrintProjectDetails.vue'),
            },
            {
              path: 'TagStyleDesigner',
              name: 'TagStyleDesigner',
              component: () => import('../components/pp/TagStyleDesigner.vue'),
            },
            {
              path: 'printProjectDetailSmallPiece',
              name: 'printProjectDetailSmallPiece',
              component: () => import('../views/pp/processCard/PrintProjectDetailSmallPiece.vue'),
            },
            {
              path: '',
              redirect:'/main/processCard/selectProcessCard'
            }
@@ -735,11 +772,7 @@
              name: 'selectMachine',
              component: () => import('../views/pp/machine/SelectMachine.vue'),
            },
            {
              path: 'addMachine',
              name: 'addMachine',
              component: () => import('../views/pp/machine/AddMachine.vue'),
            },
            {
              path: 'maintenanceAndRepair',
              name: 'maintenanceAndRepair',
@@ -793,6 +826,12 @@
              component: () => import('../views/pp/report/ProcessToBeCompleted.vue'),
            },
            {
              //工序待完成汇总
              path: 'processCompletedSummarize',
              name: 'processCompletedSummarize',
              component: () => import('../views/pp/report/ProcessCompletedSummarize.vue'),
            },
            {
              //生产进度
              path: 'productionSchedule',
              name: 'productionSchedule',
@@ -841,10 +880,22 @@
              component: () => import('../views/pp/report/WorkInProgress.vue'),
            },
            {
              //在制品汇总报表
              path: 'workInProgressCombination',
              name: 'workInProgressCombination',
              component: () => import('../views/pp/report/WorkInProgressCombination.vue'),
            },
            {
              //成品率报表
              path: 'yield',
              name: 'yield',
              component: () => import('../views/pp/report/Yield.vue'),
            },
            {
              //成品率报表
              path: 'yieldProcess',
              name: 'yieldProcess',
              component: () => import('../views/pp/report/yieldProcess.vue'),
            },
            {
              //次破报表
@@ -853,13 +904,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'),
@@ -895,6 +952,11 @@
              path: 'addTeamGroup',
              name: 'addTeamGroup',
              component: () => import('../views/pp/productionBasicData/AddTeamGroup.vue'),
            },
            {
              path: 'addMachine',
              name: 'addMachine',
              component: () => import('../views/pp/productionBasicData/AddMachine.vue'),
            },
            {
              path: '',
@@ -1157,6 +1219,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'
@@ -1263,6 +1334,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',
@@ -1325,6 +1446,11 @@
      path: '/app',
      name: 'app',
      component: () => import('../views/system/app/appDownload.vue')
    },
    {
      path: '/productionScheduleCollect',
      name: 'productionScheduleCollect',
      component: () => import('../views/pp/report/WorkInProgressCombination.vue'),
    }
    
  ]