| | |
| | | // 这是询价的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'); |
| | | |
| | | } |
| | |
| | | // 这是询价的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'); |
| | | |
| | | } |