Commit 642688ac authored by 黄奎's avatar 黄奎

页面修改

parent f2e99ac2
...@@ -132,7 +132,8 @@ ...@@ -132,7 +132,8 @@
} }
this.OrderMsg.LinkMan = this.saveObj.LinkMan this.OrderMsg.LinkMan = this.saveObj.LinkMan
this.OrderMsg.LinkTel = this.saveObj.LinkTel this.OrderMsg.LinkTel = this.saveObj.LinkTel
this.OrderMsg.Remark = this.saveObj.Remark this.OrderMsg.Remark = this.saveObj.Remark;
this.OrderMsg.TeacherId = this.saveObj.TeacherId;
} }
this.getStu(); this.getStu();
}, },
...@@ -156,14 +157,10 @@ ...@@ -156,14 +157,10 @@
saveOrderInfo() { saveOrderInfo() {
this.$refs.LinkMan.validate(); this.$refs.LinkMan.validate();
this.$refs.LinkTel.validate(); this.$refs.LinkTel.validate();
// this.$refs.Remark.validate();
if (!this.$refs.LinkMan.hasError && if (!this.$refs.LinkMan.hasError &&
!this.$refs.LinkTel.hasError !this.$refs.LinkTel.hasError
) { ) {
// if(this.saveObj.LnsideLimit===1&&!this.OrderMsg.EduStudentId){
// this.Error("请选择学员");
// return
// }
if (this.OrderMsg.EduStudentId === null || !this.OrderMsg.EduStudentId) { if (this.OrderMsg.EduStudentId === null || !this.OrderMsg.EduStudentId) {
this.OrderMsg.EduStudentId = 0 this.OrderMsg.EduStudentId = 0
} }
......
This diff is collapsed.
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