gz_safety_ui/api/init.json

152 lines
4.4 KiB
JSON
Raw Permalink Normal View History

2025-01-16 18:42:07 +08:00
{
"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": "安全系统基础管理",
2025-01-16 18:42:07 +08:00
"href": "",
"icon": "fa fa-cog",
2025-01-16 18:42:07 +08:00
"target": "_self",
"child": [
{
"title": "安全用品物资类型",
2025-01-16 18:42:07 +08:00
"href": "page/aq_basic/type_list.html",
"icon": "fa fa-asterisk",
"target": "_self"
}
]
},
{
"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": "调拨 / 发货",
2025-01-16 18:42:07 +08:00
"href": "page/aq_demand_plan/send_out_list.html",
"icon": "fa fa-shield",
"target": "_self"
},
{
"title": "计划审核人员配置",
"href": "page/system/audit_user_set_list.html",
"icon": "fa fa-shield",
"target": "_self"
2025-01-16 18:42:07 +08:00
}
]
},
{
"title": "安全用品库存管理",
2025-01-16 18:42:07 +08:00
"href": "",
"icon": "fa fa-th",
"target": "_self",
"child": [
2025-12-29 15:24:50 +08:00
{
"title": "安全工器具台账",
"href": "page/aq_inventory/safety_tools_ledger.html",
"icon": "fa fa-th-large",
"target": "_self"
},
2025-01-16 18:42:07 +08:00
{
"title": "工程领退台账",
"href": "page/aq_inventory/project_material_statistics.html",
"icon": "fa fa-th-large",
"target": "_self"
},
{
"title": "安全用品库存统计",
2025-01-16 18:42:07 +08:00
"href": "page/aq_inventory/inventory_count_list.html",
"icon": "fa fa-th-large",
"target": "_self"
},
{
"title": "安全用品库存盘点",
2025-01-16 18:42:07 +08:00
"href": "page/aq_inventory/inventory_take_stock.html",
"icon": "fa fa-th-large",
"target": "_self"
}
]
},
{
"title": "安全用品退料",
2025-01-16 18:42:07 +08:00
"href": "",
"icon": "fa fa-th",
"target": "_self",
"child": [
{
"title": "安全用品退料清点",
2025-01-16 18:42:07 +08:00
"href": "page/aq_back_material/back_material_list.html",
"icon": "fa fa-th-large",
"target": "_self"
},
{
"title": "安全用品退料检验",
2025-01-16 18:42:07 +08:00
"href": "page/aq_back_material/back_check.html",
"icon": "fa fa-th-large",
"target": "_self"
}
]
},
{
"title": "供应商管理",
2025-01-16 18:42:07 +08:00
"href": "",
"icon": "fa fa-th",
"target": "_self",
"child": [
{
"title": "安全用品供应商",
"href": "page/aq_basic/supplier_list.html",
"icon": "fa fa-university",
"target": "_self"
},
{
"title": "供应商框架合同",
"href": "page/aq_basic/framework_contract_list.html",
"icon": "fa fa-file-o",
"target": "_self"
},
2025-01-16 18:42:07 +08:00
{
"title": "供应商结算统计",
"href": "page/aq_settlement/settlement_list.html",
"icon": "fa fa-th-large",
"target": "_self"
},
{
"title": "供应商付款单录入",
"href": "page/aq_settlement/payment_list.html",
"icon": "fa fa-th-large",
"target": "_self"
}
]
}
]
}
]
2025-07-09 15:47:38 +08:00
}