Commit addf73ad83874a758f3d0d0660562ccd8446b94a
1 parent
ffba519e
时刻类型显示不正常
Showing
7 changed files
with
9 additions
and
7 deletions
src/main/resources/static/pages/forms/statement/busInterval.html
src/main/resources/static/pages/forms/statement/lbStatuAnaly.html
src/main/resources/static/pages/forms/statement/lineTimeAnaly.html
| ... | ... | @@ -317,11 +317,11 @@ |
| 317 | 317 | } |
| 318 | 318 | initPinYinSelect2('#line',data,''); |
| 319 | 319 | fage=true; |
| 320 | - | |
| 320 | + | |
| 321 | + line = data[0].id; | |
| 321 | 322 | updateModel(); |
| 322 | 323 | |
| 323 | 324 | var params = {}; |
| 324 | - line = data[0].id; | |
| 325 | 325 | params['line'] = line; |
| 326 | 326 | $get('/busInterval/getDir', params, function(result){ |
| 327 | 327 | dirData = createTreeData(result); | ... | ... |
src/main/resources/static/pages/forms/statement/scheduleAnaly.html
src/main/resources/static/pages/forms/statement/timeAndSpeed.html
src/main/resources/static/pages/mforms/operationservices/operationservice.html
| ... | ... | @@ -36,7 +36,7 @@ |
| 36 | 36 | class="form-control" name="company" id="gsdmOperat" |
| 37 | 37 | style="width: 140px;"></select> |
| 38 | 38 | </div> |
| 39 | - <div style="display: inline-block; margin-left: 24px;" | |
| 39 | + <div style="display: inline-block; margin-left: 25px;" | |
| 40 | 40 | id="fgsdmDiv_operat"> |
| 41 | 41 | <span class="item-label" style="width: 80px;">分公司: </span> <select |
| 42 | 42 | class="form-control" name="subCompany" id="fgsdmOperat" |
| ... | ... | @@ -47,7 +47,7 @@ |
| 47 | 47 | <span class="item-label" style="width: 80px;">线路: </span> <select |
| 48 | 48 | class="form-control" name="line" id="line" style="width: 140px;"></select> |
| 49 | 49 | </div> |
| 50 | - <div style="display: inline-block; margin-left: 15px;"> | |
| 50 | + <div style="display: inline-block; margin-left: 11px;"> | |
| 51 | 51 | <span class="item-label" style="width: 80px;">开始时间: </span> <input |
| 52 | 52 | class="form-control" type="text" id="startDate" |
| 53 | 53 | style="width: 140px;" /> | ... | ... |
src/main/resources/static/pages/mforms/shiftuehiclemanths/shiftuehiclemanth.html
| ... | ... | @@ -52,7 +52,7 @@ |
| 52 | 52 | <input class="form-control" type="text" id="endDate" style="width: 140px;"/> |
| 53 | 53 | </div> |
| 54 | 54 | <div style="display: inline-block;margin-left: 10px"> |
| 55 | - <span class="item-label" style="width: 80px;">统计: </span> | |
| 55 | + <span class="item-label" style="width: 80px;">统计: </span> | |
| 56 | 56 | <select class="form-control" style="width: 136px;" id='empnames'> |
| 57 | 57 | <option value="驾驶员">驾驶员</option> |
| 58 | 58 | <option value="售票员">售票员</option> | ... | ... |