| | |
| | | this.updateNoDiscountPricetotal(); |
| | | // chenjingwu |
| | | this.updateExPricetotal() |
| | | this.calGuranteeAllFields(); |
| | | // chenjingwu |
| | | this.EstimationListPrice(); |
| | | this.calUnitPriceTotal(); |
| | |
| | | item.exPrice = 0; |
| | | } |
| | | }else{ |
| | | item.Learning_Community = item.multiYearWarrantyList[item.multiYearWarrantyList.length -1].AgeLimit__c; |
| | | item.exPrice = item.multiYearWarrantyList[item.multiYearWarrantyList.length -1].MultiOneYearWarrantyPrice__c; |
| | | if(item.multiYearWarrantyList.length > 0){ |
| | | item.Learning_Community = item.multiYearWarrantyList[item.multiYearWarrantyList.length -1].AgeLimit__c; |
| | | item.exPrice = item.multiYearWarrantyList[item.multiYearWarrantyList.length -1].MultiOneYearWarrantyPrice__c; |
| | | }else{ |
| | | item.Learning_Community = '0'; |
| | | item.exPrice = 0; |
| | | } |
| | | |
| | | } |
| | | } |
| | | }); |