From cdcd7ebced39e63ebbca5295ed8e34b66d515130 Mon Sep 17 00:00:00 2001 From: Liu Cheng <liucheng@prec-tech.com> Date: 星期四, 09 六月 2022 09:47:32 +0800 Subject: [PATCH] XLIU-CF6DL4【委托】RS-202206-609790 直返地址无法选择 --- force-app/main/default/pages/CM_SearchContact.page | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/pages/CM_SearchContact.page b/force-app/main/default/pages/CM_SearchContact.page index afa740a..02af455 100644 --- a/force-app/main/default/pages/CM_SearchContact.page +++ b/force-app/main/default/pages/CM_SearchContact.page @@ -124,7 +124,7 @@ let parentNode = document.getElementById(awsDataId); let createDiv = document.createElement("div"); createDiv.id = awsDataId+"_PI"; - let piInformation = 'Name:'+contact[awsDataId].lastName +'\n' +'Phone:'+contact[awsDataId].phone + let piInformation = '濮撳悕:'+contact[awsDataId].lastName +'\n' +'鐢佃瘽:'+contact[awsDataId].phone //let piInformation = 'Name:'+contact['943114607025717249'].lastName +'\n' +'Phone:'+contact['943114607025717249'].phone createDiv.innerText = piInformation; let x=window.event.x; @@ -134,6 +134,7 @@ createDiv.style.background="#dddddd"; createDiv.style.position = "absolute"; parentNode.appendChild(createDiv); + parentNode.style.position = "relative"; } function hidePIDiv(awsDataId){ -- Gitblit v1.9.1