From a1b500c74db7ed741ab4bebbd42530fd30b89bf9 Mon Sep 17 00:00:00 2001
From: yangjieke <yangjieke@prec-tech.com>
Date: 星期五, 01 四月 2022 10:07:17 +0800
Subject: [PATCH] SWAG-CCL6R7 补充

---
 force-app/main/default/pages/ViewRepairEncrypt.page |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/pages/ViewRepairEncrypt.page b/force-app/main/default/pages/ViewRepairEncrypt.page
index 133195a..d5d7b67 100644
--- a/force-app/main/default/pages/ViewRepairEncrypt.page
+++ b/force-app/main/default/pages/ViewRepairEncrypt.page
@@ -1,5 +1,15 @@
+<!--
+  @description       : 
+  @author            : ChangeMeIn@UserSettingsUnder.SFDoc
+  @group             : 
+  @last modified on  : 03-30-2022
+  @last modified by  : ChangeMeIn@UserSettingsUnder.SFDoc
+-->
 <apex:page standardController="Repair__c" extensions="NewRepairController" id="page">
     <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }" />
+    <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
+    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
+    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
     <apex:form id="form">
         <apex:pageblock id="pageBlock">
             <apex:pageBlockSection showHeader="false" title="" collapsible="true" columns="2" id="pageBlockSection">
@@ -9,12 +19,12 @@
                 </apex:repeat>
             </apex:pageBlockSection>
             <script>
-                debugger;
                 var staticResources = JSON.parse('{!staticResource}');
                 var staticResourceContact = JSON.parse('{!staticResourceContact}');
                 var staticResourceAddress = JSON.parse('{!staticResourceAddress}');
                 function QueryConsumApplyFromAWS() {
-                        AWSService.query(staticResources.queryUrl, '{!AWSDataId}', queryBack, staticResources.token);
+                    debugger;
+                    AWSService.query(staticResources.queryUrl, '{!AWSDataId}', queryBack, staticResources.token);
                 }
                 var queryBack = function queryBack(data) {
                     console.log(data);
@@ -38,7 +48,6 @@
                 }
                 sfdcPage.appendToOnloadQueue(function () {
                     console.log('sfdcPage.appendToOnloadQueue');
-                    debugger;
                     QueryConsumApplyFromAWS();
                 });
             </script>

--
Gitblit v1.9.1