| | |
| | | console.log('result==========',result); |
| | | this.IsLoading = false; |
| | | if(result!=null){ |
| | | if(result.AccSize.length > 0){ |
| | | if(result.accSize.length > 0){ |
| | | this.showToast('存在申请中的客户变更申请,无法再次提交变更申请。','error') |
| | | return |
| | | } |
| | |
| | | Hospital__c:this.recordId, |
| | | Grade__c:result.accgrade, |
| | | HospitalName__c:result.accname, |
| | | Alias_Name2__c:result.AliasName2, |
| | | Abbreviation_old__c:result.Abbreviation, |
| | | Abbreviation__c:result.AttributeType, |
| | | Postal_Code__c:result.PostalCode, |
| | | Speciality_Type__c:result.SpecialityType, |
| | | Alias_Name2__c:result.aliasName2, |
| | | Abbreviation_old__c:result.abbreviation, |
| | | Abbreviation__c:result.attributeType, |
| | | Postal_Code__c:result.postalCode, |
| | | Speciality_Type__c:result.specialityType, |
| | | State_Master__c:result.shengId, |
| | | Town__c:result.Town, |
| | | Town__c:result.town, |
| | | City_Master__c:result.shiId, |
| | | Street__c:result.Street, |
| | | Field3_companyname__c:result.Field3companyname, |
| | | Site__c:result.Site |
| | | Street__c:result.street, |
| | | Field3_companyname__c:result.field3companyname, |
| | | Site__c:result.site |
| | | }); |
| | | this[NavigationMixin.Navigate]({ |
| | | type: 'standard__objectPage', |