Merge remote-tracking branch 'origin/main'

This commit is contained in:
jiang 2025-07-13 21:50:50 +08:00
commit 7d46f8ded7
2 changed files with 118 additions and 27 deletions

View File

@ -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": "",

117
api/initback.json Normal file
View File

@ -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"
}
]
}
]
}
]
}