| | |
| | | console.log('result==========',result); |
| | | this.IsLoading = false; |
| | | if(result!=null){ |
| | | if (result.DealerTypeSum == '特约经销商') { |
| | | if (result.MonthlyPayment == true) { |
| | | if (result.dealerTypeSum == '特约经销商') { |
| | | if (result.monthlyPayment == true) { |
| | | if (result.records.length > 0) { |
| | | if (result.records[0].Status__c == '草案中') { |
| | | if (result.records[0].status__c == '草案中') { |
| | | this.showToast('已提交草稿请尽快提交审批','error'); |
| | | } else { |
| | | this.showToast('无法创建!已有未最终批准的数据','error'); |
| | |
| | | }, |
| | | state:{ |
| | | defaultFieldValues:defaultFieldValues, |
| | | recordTypeId:result.RecordTypeId |
| | | recordTypeId:result.recordTypeId |
| | | } |
| | | }); |
| | | } |