From cdff37596ef14a95a3e557b0d978f50140410308 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期二, 10 五月 2022 16:17:59 +0800
Subject: [PATCH] 【委托】URF限次修理合同的最高价格修改

---
 force-app/main/default/pages/ViewEventDecryptInfo.page |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/ViewEventDecryptInfo.page b/force-app/main/default/pages/ViewEventDecryptInfo.page
index 043e210..686da95 100644
--- a/force-app/main/default/pages/ViewEventDecryptInfo.page
+++ b/force-app/main/default/pages/ViewEventDecryptInfo.page
@@ -1,13 +1,19 @@
 <apex:page standardController="Event" extensions="NewAndEditEventController" id="page">
     <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/>
-    <script src="../../soap/ajax/53.0/connection.js" type="text/javascript"></script>
+    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
+    <!-- <script src="../../soap/ajax/53.0/connection.js" type="text/javascript"></script> -->
     <apex:form id="form">
         <apex:pageblock id="pageBlock">
             <apex:pageBlockSection showHeader="false" title="" collapsible="true" columns="2" id="pageBlockSection">
                 <!--Each section has layoutFields, let's iterate them as well-->
-                <apex:repeat value="{!layoutEncryptedAPIList}" var="encryptedAPI">
+                <!-- <apex:repeat value="{!layoutEncryptedAPIList}" var="encryptedAPI">
                     <apex:outputField html-data-id="{!encryptedAPI}" title="{!ApiPrefix}{!encryptedAPI}" value="{!Event[encryptedAPI]}" />
-                </apex:repeat>
+                </apex:repeat> -->
+                <apex:outputField html-data-id="Visitor1__c" title="{!ApiPrefix}Visitor1__c" value="{!Event['Visitor1__c']}" />
+                <apex:outputField html-data-id="Visitor2__c" title="{!ApiPrefix}Visitor2__c" value="{!Event['Visitor2__c']}" />
+                <apex:outputField html-data-id="Visitor3__c" title="{!ApiPrefix}Visitor3__c" value="{!Event['Visitor3__c']}" />
+                <apex:outputField html-data-id="Visitor4__c" title="{!ApiPrefix}Visitor4__c" value="{!Event['Visitor4__c']}" />
+                <apex:outputField html-data-id="Visitor5__c" title="{!ApiPrefix}Visitor5__c" value="{!Event['Visitor5__c']}" />
             </apex:pageBlockSection>
             <script>
                 // var config = {
@@ -17,7 +23,7 @@
                 //     AWSToSobjectNonEncryptedMap:{!AWSToSobjectNonEncryptedMapJson},
                 //     AWSToSobjectEncryptedMap:{!AWSToSobjectEncryptedMapJson}
                 // };
-                AWSService.sfSessionId = '{!GETSESSIONID()}';
+                
                 var staticResources = JSON.parse('{!staticResources}');
                 var contactAWSIds = JSON.parse('{!contactAWSIds}'); //AWS ContactId
                 var sfIdToContactInfo = {};

--
Gitblit v1.9.1