Commit e75c69394b86277fe5682828c69e6fa4861fe88a

Authored by 王通
1 parent 757cb156

青浦行车路单链接与浦东不一样

src/main/resources/static/pages/permission/authorize_all/user_auth.html
... ... @@ -41,7 +41,7 @@
41 41 <div>
42 42 <h4>报表管理</h4>
43 43 <ul class="uk-list uk-list-large uk-list-divider">
44   - <li><label><input class="uk-checkbox" type="checkbox" data-event="form_waybill"> 行车路单</label></li>
  44 + <li><label><input class="uk-checkbox" type="checkbox" data-event="form_waybillQp"> 行车路单</label></li>
45 45 <li><label><input class="uk-checkbox" type="checkbox" data-event="form_history_message"> 调度历史消息</label></li>
46 46 <li><label><input class="uk-checkbox" type="checkbox" data-event="form_account"> 驾驶员请求台账</label></li>
47 47 <li><label><input class="uk-checkbox" type="checkbox" data-event="form_correctForm"> 修正报表</label></li>
... ...
src/main/resources/static/real_control_v2/js/data/json/north_toolbar.json
... ... @@ -42,7 +42,7 @@
42 42 {
43 43 "id": 2.7,
44 44 "text": "行车路单",
45   - "event": "form_waybill",
  45 + "event": "form_waybillQb",
46 46 "icon": "uk-icon-table"
47 47 },
48 48 {
... ...