| | |
| | | if (mso.containsKey('00N10000002CpF9')) { |
| | | controller.getRecord().put('Purchase_Type__c', mso.get('00N10000002CpF9')); |
| | | } |
| | | //20220427 |
| | | if (mso.containsKey('01I1m000000I61a')) { //招标项目Id |
| | | controller.getRecord().put('Id', mso.get('01I1m000000I61a')); |
| | | } |
| | | if (mso.containsKey('01I10000000er3i')) { //经销商询价Id |
| | | controller.getRecord().put('Id', mso.get('01I10000000er3i')); |
| | | } |
| | | if (mso.containsKey('00N10000008rqHj')) { //经销商询价--招标方式 |
| | | controller.getRecord().put('Sales_Method__c', mso.get('00N10000008rqHj')); |
| | | } |
| | | // 2022-04-13 来源 jz end 0414 lt |
| | | rtTypeId = ApexPages.currentPage().getParameters().get('RecordType'); |
| | | // 20220420 lt OBSAP start |