Commit 71c3e232e562b161c655ce4037e8521584147601

Authored by 王通
1 parent 6a9d557b

1.临加班次中场到场异常修复

src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/temp_sch_v2/main.html
@@ -247,7 +247,7 @@ @@ -247,7 +247,7 @@
247 var stp; 247 var stp;
248 var qdSelect=$f('qdzCode', f)[0],zdSelect=$f('zdzCode', f)[0]; 248 var qdSelect=$f('qdzCode', f)[0],zdSelect=$f('zdzCode', f)[0];
249 249
250 - if(qdSelect.options.selectedIndex < 0) 250 + if(qdSelect.options.selectedIndex < 0 || zdSelect.options.selectedIndex < 0)
251 return; 251 return;
252 var qdzName=qdSelect.options[qdSelect.options.selectedIndex].text, 252 var qdzName=qdSelect.options[qdSelect.options.selectedIndex].text,
253 zdzName=zdSelect.options[zdSelect.options.selectedIndex].text, 253 zdzName=zdSelect.options[zdSelect.options.selectedIndex].text,