From 226ec1cbf306ab7566e738594d5d8e68bdf98cf7 Mon Sep 17 00:00:00 2001
From: 游畅 <youchang@prec-tech.com>
Date: 星期二, 04 四月 2023 09:45:44 +0800
Subject: [PATCH] 20230329-询价中的今年相关字段增加和修改+现场修理逻辑+停止hr信息同步用户

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

diff --git a/force-app/main/default/pages/FixtureRentalPDF.page b/force-app/main/default/pages/FixtureRentalPDF.page
index 15e0cf0..4a4663d 100644
--- a/force-app/main/default/pages/FixtureRentalPDF.page
+++ b/force-app/main/default/pages/FixtureRentalPDF.page
@@ -28,7 +28,7 @@
             }
         </style>
         <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.connection20)}"/>
         <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}" />
         <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}" />
         <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}" />
@@ -608,7 +608,7 @@
             form.submit();
 
             // jQuery("body > *").each(function(){
-            // 	jQuery(this).css('display','none');
+            //  jQuery(this).css('display','none');
             // })
             // jQuery("body").append('<embed style="position:absolute; left: 0; top: 0;" width="100%" height="100%" src="'+pdf.output('datauristring')+'" type="application/pdf"/>')
 

--
Gitblit v1.9.1