Commit 2684f2c3 authored by zhengke's avatar zhengke

修改

parent 897e5714
...@@ -701,6 +701,8 @@ ...@@ -701,6 +701,8 @@
} }
//变更类型课程时间 变更范围 全局 //变更类型课程时间 变更范围 全局
if (this.msg.ChangeType == 1 && this.msg.MoveType == 2) { if (this.msg.ChangeType == 1 && this.msg.MoveType == 2) {
this.msg.OldChangePlanItemList = [];
this.msg.NewChangePlanItemList = [];
this.msg.AllChangePlanItem.WeekDayList = this.checkedDays; this.msg.AllChangePlanItem.WeekDayList = this.checkedDays;
this.msg.AllChangePlanItem.DefaultTimeList = this.DefaultPlanTimeList; this.msg.AllChangePlanItem.DefaultTimeList = this.DefaultPlanTimeList;
} }
...@@ -778,6 +780,8 @@ ...@@ -778,6 +780,8 @@
} }
//变更类型老师 变更范围 单全局 //变更类型老师 变更范围 单全局
if (this.msg.ChangeType == 2 && this.msg.MoveType == 2) { if (this.msg.ChangeType == 2 && this.msg.MoveType == 2) {
this.msg.OldChangePlanItemList = [];
this.msg.NewChangePlanItemList = [];
this.msg.AllChangePlanItem.TeacherId = this.msg.TeacherId; this.msg.AllChangePlanItem.TeacherId = this.msg.TeacherId;
} }
//变更类型教室 变更范围单个或多个 //变更类型教室 变更范围单个或多个
...@@ -854,6 +858,8 @@ ...@@ -854,6 +858,8 @@
} }
//变更类型教室 变更范围全局 //变更类型教室 变更范围全局
if (this.msg.ChangeType == 3 && this.msg.MoveType == 2) { if (this.msg.ChangeType == 3 && this.msg.MoveType == 2) {
this.msg.OldChangePlanItemList = [];
this.msg.NewChangePlanItemList = [];
this.msg.AllChangePlanItem.ClassRoomId = this.msg.ClassRoomId; this.msg.AllChangePlanItem.ClassRoomId = this.msg.ClassRoomId;
} }
//变更类型 取消上课 变更范围单个或多个 //变更类型 取消上课 变更范围单个或多个
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment