|
@@ -241,7 +241,7 @@
|
|
|
this.customeName=e.CompanyName
|
|
|
this.CreditCode=e.CreditCode
|
|
|
this.ServiceType=e.ContractType
|
|
|
- this.UseCompanyName=e.CompanyName
|
|
|
+ this.UseCompanyName=e.ContractBusinessType=='代付合同'?e.UseCompanyName:e.CompanyName
|
|
|
this.ContractId=e.ContractId
|
|
|
// this.ContractfileUrl=e.FileUrl
|
|
|
this.handleFile(e.FileUrl)
|