Commit 607a08df6a0857cd6c5999ca26ec9f370abc3913
1 parent
283ad9e5
update...
Showing
2 changed files
with
9 additions
and
0 deletions
src/main/resources/static/real_control_v2/js/data/json/north_toolbar.json
src/main/resources/static/real_control_v2/js/north/toolbar.js
| ... | ... | @@ -226,6 +226,9 @@ var gb_northToolbar = (function () { |
| 226 | 226 | }, |
| 227 | 227 | sch_edit_info: function () { |
| 228 | 228 | open_modal('/real_control_v2/fragments/north/nav/sch_edit_info/list.html', {}, modal_opts); |
| 229 | + }, | |
| 230 | + form_shifday: function () { | |
| 231 | + gb_embed_form_hanlde.open_modal_form_fragment('/pages/mforms/shifdays/shifday.html', '班次车辆人员日统计'); | |
| 229 | 232 | } |
| 230 | 233 | }; |
| 231 | 234 | ... | ... |