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 247 var stp;
248 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 251 return;
252 252 var qdzName=qdSelect.options[qdSelect.options.selectedIndex].text,
253 253 zdzName=zdSelect.options[zdSelect.options.selectedIndex].text,
... ...