配件菜单同步产线

This commit is contained in:
syruan 2025-12-04 10:28:23 +08:00
parent 3f26c2a106
commit e9a6115470
3 changed files with 37 additions and 0 deletions

10
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# 依赖于环境的 Maven 主目录路径
/mavenHomeManager.xml
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

View File

@ -15,6 +15,32 @@
"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": "",

View File

@ -240,6 +240,7 @@
// layer.msg(result.msg, { icon: 2 });
}
}, function (xhr, status, error) {
console.log(xhr, status, error)
errorFn(xhr, status, error)
}, null);
}