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
| @@ -116,6 +116,12 @@ | @@ -116,6 +116,12 @@ | ||
| 116 | "text": "换人换车情况统计表", | 116 | "text": "换人换车情况统计表", |
| 117 | "event": "form_changetochange", | 117 | "event": "form_changetochange", |
| 118 | "icon": "uk-icon-table" | 118 | "icon": "uk-icon-table" |
| 119 | + }, | ||
| 120 | + { | ||
| 121 | + "id": 2.6, | ||
| 122 | + "text": "班次车辆人员日统计", | ||
| 123 | + "event": "form_shifday", | ||
| 124 | + "icon": "uk-icon-table" | ||
| 119 | } | 125 | } |
| 120 | ] | 126 | ] |
| 121 | }, | 127 | }, |
src/main/resources/static/real_control_v2/js/north/toolbar.js
| @@ -226,6 +226,9 @@ var gb_northToolbar = (function () { | @@ -226,6 +226,9 @@ var gb_northToolbar = (function () { | ||
| 226 | }, | 226 | }, |
| 227 | sch_edit_info: function () { | 227 | sch_edit_info: function () { |
| 228 | open_modal('/real_control_v2/fragments/north/nav/sch_edit_info/list.html', {}, modal_opts); | 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 |