Commit 5f1d7d9baa7e70f758efb96725796030609c9423
1 parent
1c9229d6
update...
Showing
2 changed files
with
5 additions
and
5 deletions
src/main/resources/static/pages/control/lineallot/allot.html
| 1 | 1 | <style> |
| 2 | 2 | .line-select { |
| 3 | 3 | border: 1px solid #ddd; |
| 4 | - height: 350px; | |
| 4 | + height: 310px; | |
| 5 | 5 | margin-top: 15px; |
| 6 | 6 | box-shadow: 0 2px 5px 0 rgba(221, 221, 221, 0.24), 0 2px 10px 0 rgba(221, 221, 221, 0.24); |
| 7 | 7 | } |
| ... | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | .line-select-cont { |
| 36 | 36 | text-align: left; |
| 37 | 37 | overflow: auto; |
| 38 | - height: 270px; | |
| 38 | + height: 230px; | |
| 39 | 39 | padding-right: 0px; |
| 40 | 40 | } |
| 41 | 41 | |
| ... | ... | @@ -267,7 +267,7 @@ |
| 267 | 267 | var htmlStr = template('line_select_cont_temp', {list: newArray}); |
| 268 | 268 | $('.line-select-body').html(htmlStr) |
| 269 | 269 | .slimscroll({//滚动条 |
| 270 | - height: '270px' | |
| 270 | + height: '230px' | |
| 271 | 271 | }); |
| 272 | 272 | |
| 273 | 273 | //映射 | ... | ... |
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/sub_task_v2/add_range_turn.html
| ... | ... | @@ -218,8 +218,8 @@ |
| 218 | 218 | } |
| 219 | 219 | if(this.checked){ |
| 220 | 220 | //烂班2 烂全程 |
| 221 | - $f('startStation', df2).val(sch.zdzCode); | |
| 222 | - $f('endStation', df2).val(sch.qdzCode); | |
| 221 | + $f('startStation', df2).val(nextSch.qdzCode); | |
| 222 | + $f('endStation', df2).val(nextSch.zdzCode); | |
| 223 | 223 | $f('mileage', df2).val(nextSch.jhlcOrig); |
| 224 | 224 | $f('startDate', df2).val(nextSch.dfsj); |
| 225 | 225 | $f('endDate', df2).val(nextSch.zdsj); | ... | ... |