Explorar o código

添加排班成功提示

chenrj-PC\chenrj %!s(int64=8) %!d(string=hai) anos
pai
achega
c2e49efc89
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      VisualInspection/js/teamClass/check_team_schedule.js

+ 2 - 0
VisualInspection/js/teamClass/check_team_schedule.js

@@ -252,6 +252,7 @@
             if( $("#save_term_class").data("modify_flag") != 1){
                 post_common_service("teamClass/add/list",data,function(data){
                     updateCalendar();
+                    tip("今日排班成功!");
                     $('#myModal').modal('hide');
                 },function(error){
                     $('#myModal').modal('hide');
@@ -259,6 +260,7 @@
             }else{
                 post_common_service("teamClass/update/list",data,function(data){
                     updateCalendar();
+                     tip("今日排班成功!");
                     $('#myModal').modal('hide');
                 },function(error){
                     $('#myModal').modal('hide');