| | |
| | | if(awsDataId.length == 0){ |
| | | return |
| | | } |
| | | if(TrialUser[awsDataId.substring(0,18)] == null){ |
| | | let index = awsDataId.indexOf('_'); |
| | | console.log('show index = ' + index); |
| | | if(TrialUser[awsDataId.substring(0,index)] == null){ |
| | | return |
| | | } |
| | | console.log('awsDataId Value:'+awsDataId); |
| | | let parentNode = document.getElementById(awsDataId); |
| | | let createDiv = document.createElement("div"); |
| | | createDiv.id = awsDataId+"_PI"; |
| | | let piInformation = TrialUser[awsDataId.substring(0,18)].trialUser |
| | | let piInformation = TrialUser[awsDataId.substring(0,index)].trialUser |
| | | //let piInformation = 'Name:'+contact['943114607025717249'].lastName +'\n' +'Phone:'+contact['943114607025717249'].phone |
| | | createDiv.innerText = piInformation; |
| | | let x=window.event.x; |
| | |
| | | if(awsDataId.length == 0){ |
| | | return |
| | | } |
| | | if(TrialUser[awsDataId.substring(0,18)] == null){ |
| | | let index = awsDataId.indexOf('_'); |
| | | console.log('hide index = ' + index); |
| | | if(TrialUser[awsDataId.substring(0,index)] == null){ |
| | | return |
| | | } |
| | | document.getElementById(awsDataId+'_PI').remove(); |
| | |
| | | |
| | | function q4(){ |
| | | debugger |
| | | let b = false; |
| | | for(var i=0;i<rowBList.length;i++){ |
| | | if(document.getElementById('allPage:allForm:dataBlock:dataline_L:'+i+':rowCheck').checked == true){ |
| | | b = true; |
| | | } |
| | | } |
| | | if(!b){ |
| | | //unblockUI(); |
| | | refopener(); |
| | | return; |
| | | } |
| | | saveRecord(); |
| | | } |
| | | function saveRecordJS(){ |
| | | if('{!pageB.fixMode}' != 'true'){ |
| | | unblockUI(); |
| | | return |
| | | } |
| | | // q3().then(function(data){ |