Commit a12545af7cc9e56669193707d4b128717ee9346e
1 parent
d044b837
update...
Showing
1 changed file
with
6 additions
and
0 deletions
src/main/resources/static/real_control_v2/js/north/toolbar.js
| @@ -179,6 +179,12 @@ var gb_northToolbar = (function () { | @@ -179,6 +179,12 @@ var gb_northToolbar = (function () { | ||
| 179 | }, | 179 | }, |
| 180 | curr_date_schedule: function () { | 180 | curr_date_schedule: function () { |
| 181 | open_modal('/real_control_v2/fragments/north/nav/curr_date_schedule.html', {}, modal_opts); | 181 | open_modal('/real_control_v2/fragments/north/nav/curr_date_schedule.html', {}, modal_opts); |
| 182 | + }, | ||
| 183 | + form_schedule_daily_qp: function () { | ||
| 184 | + gb_embed_form_hanlde.open_modal_form_fragment('/pages/forms/statement/scheduleDailyQp.html', '调度工作日报表'); | ||
| 185 | + }, | ||
| 186 | + form_schedule_daily: function () { | ||
| 187 | + gb_embed_form_hanlde.open_modal_form_fragment('/pages/forms/statement/scheduleDaily.html', '调度工作日报表'); | ||
| 182 | } | 188 | } |
| 183 | }; | 189 | }; |
| 184 | 190 |