Commit f603bc3dddc3ba28847a55935ce4326c682ae548

Authored by 王通
1 parent 0df3b520

1.嘉定班次日报链接变更

src/main/resources/static/real_control_v2/js/north/toolbar.js
... ... @@ -147,7 +147,7 @@ var gb_northToolbar = (function () {
147 147 gb_embed_form_hanlde.open_modal_form_fragment('/pages/forms/statement/account.html', '驾驶员请求台账');
148 148 },
149 149 form_daily: function () {
150   - gb_embed_form_hanlde.open_modal_form_fragment('/pages/forms/statement/daily.html', '班次日报表');
  150 + gb_embed_form_hanlde.open_modal_form_fragment('/pages/forms/statement/jd_daily.html', '班次日报表');
151 151 },
152 152 form_correctForm: function () {
153 153 gb_embed_form_hanlde.open_modal_form_fragment('/pages/forms/statement/correctForm.html', '修正报表');
... ...