19626
2023-10-09 25f056535350a0b80bad50d2cc45311998e5d1cd
force-app/main/default/pages/LostCreatePage1.page
@@ -65,7 +65,7 @@
        // 这是询价的ID;
        var opportunityid = getParam('CF00N10000004lbGT_lkid');
        console.log(opportunityid);
         var str = '/apex/PCLLostReportPage?pageStatus=Create'  +'&oppId='+opportunityid +'&lostType=' +  '失单';
         var str = '/lightning/n/PCLLostReportPage#pageStatus=Create'  +'&oppId='+opportunityid +'&lostType=' +  '失单';
        window.open(str,'_self');
    }
@@ -74,7 +74,7 @@
        // 这是询价的ID;
        var opportunityid = getParamFromUrl('CF00N10000004lbGT_lkid');
        console.log(opportunityid);
        var str = '/apex/PCLLostReportPage?pageStatus=Create'  +'&oppId='+opportunityid +'&lostType=' + '部分失单';
        var str = '/lightning/n/PCLLostReportPage#pageStatus=Create'  +'&oppId='+opportunityid +'&lostType=' + '部分失单';
        window.open(str,'_self');
        
    }