gz_car_ui/api/init.json

158 lines
4.5 KiB
JSON

{
"homeInfo": {
"title": "首页",
"href": "page/welcome/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-cog",
"target": "_self",
"child": [
{
"title": "车辆类型管理",
"href": "page/car_basic/type_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "车辆管理",
"href": "page/car_basic/car_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "驾驶员管理",
"href": "page/car_basic/driver_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "驾驶员白名单",
"href": "page/car_basic/driver_white_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
}
]
},
{
"title": "供应商管理",
"href": "",
"icon": "fa fa-cog",
"target": "_self",
"child": [
{
"title": "供应商管理",
"href": "page/car_basic/supplier_list.html",
"icon": "fa fa-university",
"target": "_self"
},
{
"title": "框架合同",
"href": "page/car_basic/framework_contract_list.html",
"icon": "fa fa-university",
"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-cog",
"target": "_self",
"child": [
{
"title": "派车管理",
"href": "page/car_demand_plan/dispatch_car_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "派车录入",
"href": "page/car_demand_plan/dispatch_input_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "车辆到货确认单",
"href": "page/car_demand_plan/arrival_confirm_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
}
]
},
{
"title": "结算及付款管理",
"href": "",
"icon": "fa fa-cog",
"target": "_self",
"child": [
{
"title": "分公司结算统计",
"href": "page/car_settlement/branch_settlement_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "供应商结算统计",
"href": "page/car_settlement/sup_settlement_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "付款单申请",
"href": "page/car_application_audit/payment_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
},
{
"title": "付款单审核",
"href": "page/car_application_audit/car_audit_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
}
]
}
]
}
]
}