|  |  | 
 |  |  |             if (mso.containsKey(System.Label.Sales_Method)) { //经销商询价--招标方式 | 
 |  |  |                 controller.getRecord().put('Sales_Method__c', mso.get(System.Label.Sales_Method)); | 
 |  |  |             } | 
 |  |  |             if (mso.containsKey(System.Label.Request)) { | 
 |  |  |                 controller.getRecord().put('Request__c', mso.get(System.Label.Request)); | 
 |  |  |             } | 
 |  |  |             if (mso.containsKey(System.Label.Request_Detail)) {  | 
 |  |  |                 controller.getRecord().put('Request_Detail__c', mso.get(System.Label.Request_Detail)); | 
 |  |  |             } | 
 |  |  |             // 2022-04-13 来源 jz end 0414 lt | 
 |  |  |             rtTypeId = ApexPages.currentPage().getParameters().get('RecordType'); | 
 |  |  |             // 20220420 lt OBSAP start |