add设备管理页面
This commit is contained in:
@@ -96,6 +96,12 @@ const EquipRepair = r => require.ensure([], () => r(require('../pages/xinrui/equ
|
||||
const EquipRepairExecute = r => require.ensure([], () => r(require('../pages/xinrui/equipment/EquipRepairExecute')), 'EquipRepairExecute')
|
||||
const MaintainResultFill = r => require.ensure([], () => r(require('../pages/xinrui/equipment/MaintainResultFill')), 'MaintainResultFill')
|
||||
const EquipRepairConfirm = r => require.ensure([], () => r(require('../pages/xinrui/equipment/EquipRepairConfirm')), 'EquipRepairConfirm')
|
||||
const SparePartInstore = r => require.ensure([], () => r(require('../pages/xinrui/equipment/SparePartInstore')), 'SparePartInstore')
|
||||
const ScanInStore = r => require.ensure([], () => r(require('../pages/xinrui/equipment/ScanInStore')), 'ScanInStore')
|
||||
const SparePartOutstore = r => require.ensure([], () => r(require('../pages/xinrui/equipment/SparePartOutstore')), 'SparePartOutstore')
|
||||
const UseReturn = r => require.ensure([], () => r(require('../pages/xinrui/equipment/UseReturn')), 'UseReturn')
|
||||
const RunLogFill = r => require.ensure([], () => r(require('../pages/xinrui/equipment/RunLogFill')), 'RunLogFill')
|
||||
|
||||
// 公用
|
||||
const EquipSearchRadio = r => require.ensure([], () => r(require('../pages/xinrui/common/EquipSearchRadio')), 'common')
|
||||
const EquipSearchCheckbox = r => require.ensure([], () => r(require('../pages/xinrui/common/EquipSearchCheckbox')), 'common')
|
||||
@@ -472,6 +478,26 @@ export default new Router({
|
||||
{
|
||||
path: '/EquipRepairConfirm', // 设备维修确认
|
||||
component: EquipRepairConfirm
|
||||
},
|
||||
{
|
||||
path: '/SparePartInstore', // 备件入库
|
||||
component: SparePartInstore
|
||||
},
|
||||
{
|
||||
path: '/ScanInStore', // 扫码入库
|
||||
component: ScanInStore
|
||||
},
|
||||
{
|
||||
path: '/SparePartOutstore', // 备件出库
|
||||
component: SparePartOutstore
|
||||
},
|
||||
{
|
||||
path: '/UseReturn', // 领用还回
|
||||
component: UseReturn
|
||||
},
|
||||
{
|
||||
path: '/RunLogFill', // 运行记录填报
|
||||
component: RunLogFill
|
||||
}
|
||||
],
|
||||
scrollBehavior (to, from, savedPosition) {
|
||||
|
||||
Reference in New Issue
Block a user