Commit a9c4e09e66b6ba5d970f163ea54ecc5b16ed9b34

Authored by 潘钊
1 parent 2422f724

update...

src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/add_temp_sch.html
... ... @@ -705,7 +705,7 @@
705 705 data.jName = data.jsy.split('/')[1];
706 706 delete data.jsy;
707 707 //拆分售票员工号和姓名
708   - if (data.sGh != null) {
  708 + if (data.spy != '') {
709 709 data.sGh = data.spy.split('/')[0];
710 710 data.sName = data.spy.split('/')[1];
711 711 delete data.spy;
... ...
src/main/resources/static/real_control_v2/fragments/north/nav/history_sch/h_add_temp_sch.html
... ... @@ -707,7 +707,7 @@
707 707 data.jName = data.jsy.split('/')[1];
708 708 delete data.jsy;
709 709 //拆分售票员工号和姓名
710   - if (data.sGh != null) {
  710 + if (data.spy != null) {
711 711 data.sGh = data.spy.split('/')[0];
712 712 data.sName = data.spy.split('/')[1];
713 713 delete data.spy;
... ...