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 @@