| | |
| | | public class StartTradingController { |
| | | public without sharing class StartTradingController { |
| | | |
| | | /** リードID */ |
| | | public String leadId{get;set;} |
| | |
| | | /** リードOnwer */ |
| | | public User leadOnwer{get; set;} |
| | | |
| | | public String staticResource {get; set;} |
| | | |
| | | /** コンストラクタ */ |
| | | public StartTradingController(ApexPages.StandardController controller){ |
| | | // リードID設定 |
| | | this.leadId = system.currentPageReference().getParameters().get('leadId'); |
| | | System.debug('this.leadId'+this.leadId); |
| | | this.SI_Flg = false; |
| | | staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Contact')); |
| | | } |
| | | |
| | | /** 引合ID */ |
| | |
| | | |
| | | /** 販売店から引合をConvertするフラグ **/ |
| | | private Boolean isAgencyOpp = false; |
| | | |
| | | |
| | | |
| | | /** 初期処理 */ |
| | | public void init(){ |
| | |
| | | /** 診療科選択リスト変更イベント */ |
| | | public void depChange(){ |
| | | // 診療科選択値によって、担当者選択リストを入れ替える |
| | | this.conList = this.conMap.get(sltDep); |
| | | this.conList = this.conMap.get(sltDep); |
| | | } |
| | | |
| | | /** キャンセルボタン **/ |
| | |
| | | |
| | | /** 取引の開始ボタン **/ |
| | | public PageReference start(){ |
| | | system.debug('进入start()'); |
| | | |
| | | // LHJ 20181012 CHAN-B5G6EZ 购买意向转询价报错 Start |
| | | try { |