| | |
| | | , Gurantee_Period__c , multiYearWarranty__c, MultiYearWarrantyTotalPrice__c |
| | | , Preferential_Gurantee_Period__c |
| | | ,IsQuoteTrial__c |
| | | ,HasType2Machine__c //20240416 DB202312560765 you 是否有EndoRapid资质 |
| | | ,HasType2Machine__c //20240416 DB202312560765 you 是否有EndoRapid资质 |
| | | From Quote Where Id = :quoId]; |
| | | if (qs.size() > 0) { |
| | | q = qs[0]; |
| | |
| | | o.Installation_location__c = q.Installation_location__c; |
| | | o.HasType3Machine__c = q.HasType3Machine__c; |
| | | |
| | | o.HasType2Machine__c = q.HasType2Machine__c;//20240416 DB202312560765 you 是否有EndoRapid资质 |
| | | o.HasType2Machine__c = q.HasType2Machine__c;//20240416 DB202312560765 you 是否有EndoRapid资质 |
| | | o.AgencyDiscount__c = quo.AgencyDiscount__c; |
| | | o.Gurantee_Period__c = quo.Gurantee_Period__c ; |
| | | o.multiYearWarranty__c = quo.multiYearWarranty__c ; |