Commit 204f5ec8 authored by 吴春's avatar 吴春

1

parent 68f24dcd
......@@ -210,7 +210,7 @@
StuIDCard:"",//学员身份证号码
TextbookIncludes:"",//教材包括
ClassHours:0,//课时单价
LegalPerson:"",//法人
LegalPerson:"丁嘉睿",//法人
IDCardAddress:"",//身份证地址
Money: 0
},
......@@ -312,9 +312,8 @@
this.objOption.ClassHours=tempData.ClassHours;
this.objOption.TextbookIncludes=tempData.TextbookIncludes;
this.objOption.IDCardAddress=tempData.IDCardAddress;
this.objOption.LegalPerson=tempData.LegalPerson;
this.objOption.LegalPerson="丁嘉睿";
this.objOption.StuIDCard=tempData.StuIDCard;
this.objOption.Exam ="A";
}
})
......@@ -377,7 +376,7 @@
this.objOption.ClassHours=tempData.ClassHours;
this.objOption.TextbookIncludes=tempData.TextbookIncludes;
this.objOption.IDCardAddress=tempData.IDCardAddress;
this.objOption.LegalPerson=tempData.LegalPerson;
this.objOption.LegalPerson=tempData.Id==0?"丁嘉睿":tempData.LegalPerson;
this.objOption.StuIDCard=tempData.StuIDCard;
}
})
......
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