From 248433c920f935ffcaee52b240f0c162decc1564 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期一, 09 五月 2022 15:16:45 +0800 Subject: [PATCH] NFMUtilUpdate --- force-app/main/default/pages/ViewContactDecryptInfoForApproval.page | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/pages/ViewContactDecryptInfoForApproval.page b/force-app/main/default/pages/ViewContactDecryptInfoForApproval.page index 923265b..82c4ee6 100644 --- a/force-app/main/default/pages/ViewContactDecryptInfoForApproval.page +++ b/force-app/main/default/pages/ViewContactDecryptInfoForApproval.page @@ -26,6 +26,49 @@ <apex:outputField html-data-id="{!encryptedAPIList[4]}" title="{!ApiPrefix}{!encryptedAPIList[4]}" value="{!Contact[encryptedAPIList[4]]}" /> <apex:outputField value="{!Contact.MobilePhone_IsChanged__c}" /> + <!-- Phone --> + <apex:outputField html-data-id="{!encryptedAPIList[5]}" title="{!ApiPrefix}{!encryptedAPIList[5]}" value="{!Contact[encryptedAPIList[5]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[6]}" title="{!ApiPrefix}{!encryptedAPIList[6]}" value="{!Contact[encryptedAPIList[6]]}" /> + + <apex:outputField value="{!Contact.Phone_IsChanged__c}" /> + <!-- Fax --> + <apex:outputField html-data-id="{!encryptedAPIList[7]}" title="{!ApiPrefix}{!encryptedAPIList[7]}" value="{!Contact[encryptedAPIList[7]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[8]}" title="{!ApiPrefix}{!encryptedAPIList[8]}" value="{!Contact[encryptedAPIList[8]]}" /> + + <apex:outputField value="{!Contact.Fax_IsChanged__c}" /> + <!-- OtherPhone --> + <apex:outputField html-data-id="{!encryptedAPIList[9]}" title="{!ApiPrefix}{!encryptedAPIList[9]}" value="{!Contact[encryptedAPIList[9]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[10]}" title="{!ApiPrefix}{!encryptedAPIList[10]}" value="{!Contact[encryptedAPIList[10]]}" /> + + <apex:outputField value="{!Contact.OtherPhone_IsChanged__c}" /> + <!-- Email --> + <apex:outputField html-data-id="{!encryptedAPIList[11]}" title="{!ApiPrefix}{!encryptedAPIList[11]}" value="{!Contact[encryptedAPIList[11]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[12]}" title="{!ApiPrefix}{!encryptedAPIList[12]}" value="{!Contact[encryptedAPIList[12]]}" /> + + <apex:outputField value="{!Contact.Email_IsChanged__c}" /> + <!-- Postcode --> + <apex:outputField html-data-id="{!encryptedAPIList[13]}" title="{!ApiPrefix}{!encryptedAPIList[13]}" value="{!Contact[encryptedAPIList[13]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[14]}" title="{!ApiPrefix}{!encryptedAPIList[14]}" value="{!Contact[encryptedAPIList[14]]}" /> + + <apex:outputField value="{!Contact.Postcode_IsChanged__c}" /> + <!-- Address1 --> + <apex:outputField html-data-id="{!encryptedAPIList[15]}" title="{!ApiPrefix}{!encryptedAPIList[15]}" value="{!Contact[encryptedAPIList[15]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[16]}" title="{!ApiPrefix}{!encryptedAPIList[16]}" value="{!Contact[encryptedAPIList[16]]}" /> + + <apex:outputField value="{!Contact.Address1_IsChanged__c}" /> + <!-- Address2 --> + <apex:outputField html-data-id="{!encryptedAPIList[17]}" title="{!ApiPrefix}{!encryptedAPIList[17]}" value="{!Contact[encryptedAPIList[17]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[18]}" title="{!ApiPrefix}{!encryptedAPIList[18]}" value="{!Contact[encryptedAPIList[18]]}" /> + + <apex:outputField value="{!Contact.Address2_IsChanged__c}" /> + <!-- Address3__c --> + <apex:outputField html-data-id="{!encryptedAPIList[19]}" title="{!ApiPrefix}{!encryptedAPIList[19]}" value="{!Contact[encryptedAPIList[19]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[20]}" title="{!ApiPrefix}{!encryptedAPIList[20]}" value="{!Contact[encryptedAPIList[20]]}" /> + + <apex:outputField value="{!Contact.Address3_IsChanged__c}" /> + <!-- ContactEnglishName --> + <apex:outputField html-data-id="{!encryptedAPIList[21]}" title="{!ApiPrefix}{!encryptedAPIList[21]}" value="{!Contact[encryptedAPIList[21]]}" /> + <apex:outputField html-data-id="{!encryptedAPIList[22]}" title="{!ApiPrefix}{!encryptedAPIList[22]}" value="{!Contact[encryptedAPIList[22]]}" /> </apex:pageBlockSection> <script> var config = { -- Gitblit v1.9.1