From df58ddd8080155219deba08a62aac8a03edd8c4d Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Thu, 10 Jul 2025 14:43:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E5=8F=AA=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E9=85=8D=E4=BB=B6=E8=8F=9C=E5=8D=95=EF=BC=8C=E9=9C=80=E6=B1=82?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E5=89=A5=E7=A6=BB=E5=87=BA=E6=9D=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/init.json | 28 +---------- api/initback.json | 117 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+), 27 deletions(-) create mode 100644 api/initback.json 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