Commit 5f1d7d9baa7e70f758efb96725796030609c9423

Authored by 潘钊
1 parent 1c9229d6

update...

src/main/resources/static/pages/control/lineallot/allot.html
1 <style> 1 <style>
2 .line-select { 2 .line-select {
3 border: 1px solid #ddd; 3 border: 1px solid #ddd;
4 - height: 350px; 4 + height: 310px;
5 margin-top: 15px; 5 margin-top: 15px;
6 box-shadow: 0 2px 5px 0 rgba(221, 221, 221, 0.24), 0 2px 10px 0 rgba(221, 221, 221, 0.24); 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,7 +35,7 @@
35 .line-select-cont { 35 .line-select-cont {
36 text-align: left; 36 text-align: left;
37 overflow: auto; 37 overflow: auto;
38 - height: 270px; 38 + height: 230px;
39 padding-right: 0px; 39 padding-right: 0px;
40 } 40 }
41 41
@@ -267,7 +267,7 @@ @@ -267,7 +267,7 @@
267 var htmlStr = template('line_select_cont_temp', {list: newArray}); 267 var htmlStr = template('line_select_cont_temp', {list: newArray});
268 $('.line-select-body').html(htmlStr) 268 $('.line-select-body').html(htmlStr)
269 .slimscroll({//滚动条 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,8 +218,8 @@
218 } 218 }
219 if(this.checked){ 219 if(this.checked){
220 //烂班2 烂全程 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 $f('mileage', df2).val(nextSch.jhlcOrig); 223 $f('mileage', df2).val(nextSch.jhlcOrig);
224 $f('startDate', df2).val(nextSch.dfsj); 224 $f('startDate', df2).val(nextSch.dfsj);
225 $f('endDate', df2).val(nextSch.zdsj); 225 $f('endDate', df2).val(nextSch.zdsj);