小小儁爺
2024-11-08 582fc0831a659d1c9e90ac9f84a779e4eaeebd77
src/router/index.js
@@ -224,6 +224,18 @@
        code: '0203',
        component: () => import('@/views/materialManager/materialList'),
        meta: { code: '0203', title: '物料清单', icon: '', keepAlive: true }
      }, {
        path: 'unitList2',
        name: 'UnitList2',
        code: '0204',
        component: () => import('@/views/materialManager/unitList2'),
        meta: { code: '0204', title: '计量单位', icon: '', keepAlive: true }
      }, {
        path: 'inventoryList2',
        name: 'InventoryList2',
        code: '0205',
        component: () => import('@/views/materialManager/inventoryList2'),
        meta: { code: '0205', title: '存货档案', icon: '', keepAlive: true }
      }
    ]
@@ -477,6 +489,13 @@
        meta: { code: '0601', title: '工序报工', icon: '', keepAlive: true }
      },
      {
        path: 'stepReport2',
        name: 'StepReport2',
        code: '0606',
        component: () => import('@/views/produce/stepReport2'),
        meta: { code: '0606', title: '工序报工', icon: '', keepAlive: true }
      },
      {
        path: 'reportCorrect',
        name: 'ReportCorrect',
        code: '0602',
@@ -488,6 +507,18 @@
        code: '0603',
        component: () => import('@/views/produce/reportVerify'),
        meta: { code: '0603', title: '报工审核', icon: '', keepAlive: true }
      }, {
        path: 'productWarehouse',
        name: 'productWarehouse',
        code: '0604',
        component: () => import('@/views/produce/productWarehouse'),
        meta: { code: '0604', title: 'T8生产入库', icon: '', keepAlive: true }
      }, {
        path: 'productWarehouse2',
        name: 'productWarehouse2',
        code: '0605',
        component: () => import('@/views/produce/productWarehouse2'),
        meta: { code: '0605', title: 'T+生产入库', icon: '', keepAlive: true }
      }
    ]
@@ -559,13 +590,20 @@
        code: '0706',
        component: () => import('@/views/statistic/repairDetailList'),
        meta: { code: '0706', title: '维修明细报表', icon: '', keepAlive: true }
      },,
      },
      {
        path: 'installationLampList',
        name: 'InstallationLampList',
        code: '0707',
        component: () => import('@/views/statistic/installationLampList'),
        meta: { code: '0707', title: '安灯报表', icon: '', keepAlive: true }
      },
      {
        path: 'storageRecord',
        name: 'storageRecord',
        code: '0708',
        component: () => import('@/views/statistic/storageRecord'),
        meta: { code: '0708', title: '入库记录', icon: '', keepAlive: true }
      }
    ]