diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..7d05e99 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# 依赖于环境的 Maven 主目录路径 +/mavenHomeManager.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/api/init.json b/api/init.json index 4d68f27..2d29882 100644 --- a/api/init.json +++ b/api/init.json @@ -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": "", diff --git a/index.html b/index.html index 895c169..2518517 100644 --- a/index.html +++ b/index.html @@ -240,6 +240,7 @@ // layer.msg(result.msg, { icon: 2 }); } }, function (xhr, status, error) { + console.log(xhr, status, error) errorFn(xhr, status, error) }, null); }