gz_safety_ui/api/initPlan.json

99 lines
2.7 KiB
JSON

{
"homeInfo": {
"title": "首页",
"href": "page/welcome-1.html?t=1"
},
"logoInfo": {
"title": "需求计划管理",
"image": "images/logo.png",
"href": ""
},
"menuInfo": [
{
"title": "常规管理",
"icon": "fa fa-address-book",
"href": "",
"target": "_self",
"child": [
{
"title": "需求计划管理",
"href": "",
"icon": "fa fa-book",
"target": "_self",
"child": [
{
"title": "需求计划申请",
"href": "page/aq_demand_plan/apply_plan_list.html",
"icon": "fa fa-navicon",
"target": "_self"
},
{
"title": "需求计划审核",
"href": "page/aq_demand_plan/apply_plan_audit_list.html",
"icon": "fa fa-shield",
"target": "_self"
},
{
"title": "采购发货",
"href": "page/aq_demand_plan/send_out_list.html",
"icon": "fa fa-shield",
"target": "_self"
}
]
},{
"title": "车辆需求计划管理",
"href": "",
"icon": "fa fa-cog",
"target": "_self",
"child": [
{
"title": "用车计划申请",
"href": "page/car_demand_plan/apply_plan_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "用车计划审核",
"href": "page/car_demand_plan/apply_plan_audit_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "紧急及内部用车",
"href": "page/car_demand_plan/emerg_internal_car_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
}
]
},
{
"title": "工器具需求计划",
"href": "",
"icon": "fa fa-home",
"target": "_self",
"child": [
{
"title": "工器具计划申请",
"href": "page/demandPlan/apply_plan_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "工器具计划审核",
"href": "page/demandPlan/plan_check_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "工器具发货统计",
"href": "page/demandPlan/delivery_list.html",
"icon": "fa fa-tachometer",
"target": "_self"
}
]
}
]
}
]
}