Commit 19fb5e05 authored by youjie's avatar youjie

no message

parent ab38abdc
......@@ -1834,11 +1834,14 @@
this.msg.SigningCustomerId = data.SigningCustomerId ? Number(data.SigningCustomerId) : ''
this.msg.DepositCustomerId = data.DepositCustomerId ? Number(data.DepositCustomerId) : ''
this.msg.PayReceipt_No = data.PayReceipt_No
this.msg.Course_Name = data.Course_Name
if(data.Course_Name=='银行卡') this.msg.CourseId = 1
if(data.Course_Name=='平台') this.msg.CourseId = 4
this.msg.TemplateId = data.TemplateId
if(data.TemplateId==27&&data.Course_Name){
this.msg.Course_Name = data.Course_Name
this.msg.CourseId = data.Course_Name=='银行卡'?1:4
this.msg.PayReceipt_No = data.PayReceipt_No
}
if (this.msg.DepositCustomerId) this.isDepositCustomer = true
if (this.orderObj&&(this.msg.SigningCustomerId||this.msg.DepositCustomerId)) this.$set(this.orderObj, 'isPrestore', true)
......
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