From e9a611547011cdf84b8ca0f9911fea97cd429d8b Mon Sep 17 00:00:00 2001 From: syruan <15555146157@163.com> Date: Thu, 4 Dec 2025 10:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E8=8F=9C=E5=8D=95=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E4=BA=A7=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/.gitignore | 10 ++++++++++ api/init.json | 26 ++++++++++++++++++++++++++ index.html | 1 + 3 files changed, 37 insertions(+) create mode 100644 .idea/.gitignore 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); }