李彤
2022-04-27 4fbd1acf07ab353bfa75001059e155583515584d
OBSAP
1个文件已修改
10 ■■■■■ 已修改文件
force-app/main/default/classes/NewAndEditLeadController.cls 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/classes/NewAndEditLeadController.cls
@@ -160,6 +160,16 @@
            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