diff --git a/js/aq_demand_plan/apply_plan_list.js b/js/aq_demand_plan/apply_plan_list.js index 1988c19..d4d9763 100644 --- a/js/aq_demand_plan/apply_plan_list.js +++ b/js/aq_demand_plan/apply_plan_list.js @@ -243,4 +243,8 @@ function editApplyPlan(obj) { // 详情 function applyPlanDetail(obj) { openIframeByParamObj("apply_plan_detail", "详情", "./child/apply_plan_detail.html", "92%", "95%", obj); +} + +function showHelp(type){ + openIframeByParamObj("show_help", "功能说明", "../show_help.html", "50%", "75%", type); } \ No newline at end of file diff --git a/js/demandPlan/apply_plan_list.js b/js/demandPlan/apply_plan_list.js index 46e84be..480a08c 100644 --- a/js/demandPlan/apply_plan_list.js +++ b/js/demandPlan/apply_plan_list.js @@ -248,3 +248,7 @@ function editApplyPlan(obj) { function applyPlanDetail(obj) { openIframeByParamObj("apply_plan_detail", "详情", "./child/apply_plan_detail.html", "92%", "95%", obj); } + +function showHelp(type){ + openIframeByParamObj("show_help", "功能说明", "../show_help.html", "50%", "75%", type); +} diff --git a/page/aq_demand_plan/apply_plan_list.html b/page/aq_demand_plan/apply_plan_list.html index 94cd73a..547fdcc 100644 --- a/page/aq_demand_plan/apply_plan_list.html +++ b/page/aq_demand_plan/apply_plan_list.html @@ -19,8 +19,8 @@ 搜索信息
-
-
+
+
@@ -36,7 +36,9 @@
-
+
+ +
+
+ +
+ +
diff --git a/page/demandPlan/apply_plan_list.html b/page/demandPlan/apply_plan_list.html index b265698..d5072f7 100644 --- a/page/demandPlan/apply_plan_list.html +++ b/page/demandPlan/apply_plan_list.html @@ -19,14 +19,16 @@ 搜索信息
-
-
+
+
-
+
+ +
+
+ +
+ +
diff --git a/page/show_help.html b/page/show_help.html new file mode 100644 index 0000000..86ffe44 --- /dev/null +++ b/page/show_help.html @@ -0,0 +1,117 @@ + + + + + + 功能说明 + + + + + + + + + + +
+
+
+ + 功能说明 +
+ +
+
+
+
+
+ + + + + + + + + + + \ No newline at end of file