| | |
| | | |
| | | // 询价id |
| | | oppid = System.currentPageReference().getParameters().get('oppid'); |
| | | //lastbuy 2022/3/10 fy start |
| | | QuoteIrai__c quoteiraiobj = new QuoteIrai__c(); |
| | | if(oppid==null&&tenderid==null&&quoId!=null&&leadid==null&&agencyoppid==null){ |
| | | quoteiraiobj = [select id,Note__c from QuoteIrai__c where id=:quoId]; |
| | | String[] quosub=quoteiraiobj.Note__c.split('/'); |
| | | oppid=quosub[quosub.size()-1]; |
| | | if(quoteiraiobj.Note__c!=null){ |
| | | String[] quosub=quoteiraiobj.Note__c.split('/'); |
| | | oppid=quosub[quosub.size()-1]; |
| | | } |
| | | } |
| | | //lastbuy 2022/3/10 fy start |
| | | system.debug('oppid:++++'+oppid); |
| | | // 报价id |
| | | String oppquoid = System.currentPageReference().getParameters().get('oppquoid'); |