配件菜单同步产线
This commit is contained in:
parent
3f26c2a106
commit
e9a6115470
|
|
@ -0,0 +1,10 @@
|
||||||
|
# 默认忽略的文件
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# 基于编辑器的 HTTP 客户端请求
|
||||||
|
/httpRequests/
|
||||||
|
# 依赖于环境的 Maven 主目录路径
|
||||||
|
/mavenHomeManager.xml
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
||||||
|
|
@ -15,6 +15,32 @@
|
||||||
"href": "",
|
"href": "",
|
||||||
"target": "_self",
|
"target": "_self",
|
||||||
"child": [
|
"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": "配件管理",
|
"title": "配件管理",
|
||||||
"href": "",
|
"href": "",
|
||||||
|
|
|
||||||
|
|
@ -240,6 +240,7 @@
|
||||||
// layer.msg(result.msg, { icon: 2 });
|
// layer.msg(result.msg, { icon: 2 });
|
||||||
}
|
}
|
||||||
}, function (xhr, status, error) {
|
}, function (xhr, status, error) {
|
||||||
|
console.log(xhr, status, error)
|
||||||
errorFn(xhr, status, error)
|
errorFn(xhr, status, error)
|
||||||
}, null);
|
}, null);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue