Commit 622369072610a287741b31879fc182714865599c
1 parent
0a006eaa
update...
Showing
1 changed file
with
2 additions
and
0 deletions
src/main/resources/static/real_control_v2/fragments/line_schedule/context_menu/dftz.html
| @@ -154,6 +154,8 @@ | @@ -154,6 +154,8 @@ | ||
| 154 | gb_schedule_table.updateSchedule(rs.ts); | 154 | gb_schedule_table.updateSchedule(rs.ts); |
| 155 | notify_succ('操作成功!'); | 155 | notify_succ('操作成功!'); |
| 156 | UIkit.modal(modal).hide(); | 156 | UIkit.modal(modal).hide(); |
| 157 | + //重新计算应发未发 | ||
| 158 | + gb_schedule_table.calc_yfwf_num(sch.xlBm); | ||
| 157 | }); | 159 | }); |
| 158 | }); | 160 | }); |
| 159 | 161 |