diff --git a/api/init.json b/api/init.json index 3a14dda..4d68f27 100644 --- a/api/init.json +++ b/api/init.json @@ -4,7 +4,7 @@ "href": "page/welcome-1.html?t=1" }, "logoInfo": { - "title": "工器具、配件", + "title": "配件管理系统", "image": "images/logo.png", "href": "" }, @@ -15,32 +15,6 @@ "href": "", "target": "_self", "child": [ - { - "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" - } - ] - }, { "title": "配件管理", "href": "", diff --git a/api/initback.json b/api/initback.json new file mode 100644 index 0000000..2d29882 --- /dev/null +++ b/api/initback.json @@ -0,0 +1,117 @@ +{ + "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-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" + } + ] + }, + { + "title": "配件管理", + "href": "", + "icon": "fa fa-home", + "target": "_self", + "child": [ + { + "title": "配件类型管理", + "href": "page/basic/fit_type_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件入库", + "href": "page/accessory/accessory_store_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件领用", + "href": "page/accessory/accessory_apply_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件出库", + "href": "page/accessory/accessory_out_bound_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件退回", + "href": "page/accessory/accessory_return_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件报废", + "href": "page/accessory/accessory_scrap_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + } + ] + }, + { + "title": "配件库存统计", + "href": "", + "icon": "fa fa-home", + "target": "_self", + "child": [ + { + "title": "工程领用统计", + "href": "page/accessory/pro_count_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件库存查询", + "href": "page/accessory/inventory_statistics_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + }, + { + "title": "配件库存盘点", + "href": "page/accessory/inventory_count_list.html", + "icon": "fa fa-tachometer", + "target": "_self" + } + ] + } + ] + } + ] +} \ No newline at end of file