From 8475b9f98c8a4c95446f02be4bf2a64e359c359a Mon Sep 17 00:00:00 2001
From: liwentao <1376563863@qq.com>
Date: 星期五, 11 八月 2023 09:10:31 +0800
Subject: [PATCH] 与测试环境对比,部分代码已被人修改,删除其中的alert和部分硬编码,还原测试环境代码逻辑

---
 force-app/main/default/pages/LookupPage.page |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/force-app/main/default/pages/LookupPage.page b/force-app/main/default/pages/LookupPage.page
index 1c10597..60ffd44 100644
--- a/force-app/main/default/pages/LookupPage.page
+++ b/force-app/main/default/pages/LookupPage.page
@@ -77,7 +77,7 @@
             border-color: #c4c4c4;
             color: #909090;
           }
-
+          
     </style>
     <!-- form 琛ㄥ崟 -->
     <apex:form id="formId">
@@ -114,7 +114,7 @@
                             <!-- table 琛ㄦ牸鍒�  绮剧悽鎶�鏈� wql 2021/04/01 start-->
 
                             <apex:pageblock id="searchResults">
-
+                                
                                 <!-- PleaseJudge 涓嬫璋冪敤鏃讹紝闇�鍒ゆ柇 -->
                                 <apex:outputpanel rendered="{!IF(SObjectName == 'ModelLendingProduct__c', true, false)}">
                                     <apex:pageblocktable id="tblResults" value="{!ModelCode}" var="a">
@@ -212,7 +212,7 @@
                 //濡傛灉鎸夐挳涓嶆槸disabled 鍒欏幓鎺夐粯璁ゆ牱寮� 娣诲姞鏂扮殑disabled鏍峰紡
                 if(j$(escapeVfId('pg:formId:FirstPage'))[0].className.indexOf('btn')==0){
                     j$(escapeVfId('pg:formId:FirstPage'))[0].classList.remove("btn");
-                }
+                }  
 
             }
             //涓婁竴椤�
@@ -227,7 +227,7 @@
                 //濡傛灉鎸夐挳涓嶆槸disabled 鍒欏幓鎺夐粯璁ゆ牱寮� 娣诲姞鏂扮殑disabled鏍峰紡
                 if(j$(escapeVfId('pg:formId:previous'))[0].className.indexOf('btn')==0){
                     j$(escapeVfId('pg:formId:previous'))[0].classList.remove("btn");
-                }
+                }  
             }
             //涓嬩竴椤�
             if(j$(escapeVfId('pg:formId:next'))[0]){
@@ -241,7 +241,7 @@
                 //濡傛灉鎸夐挳涓嶆槸disabled 鍒欏幓鎺夐粯璁ゆ牱寮� 娣诲姞鏂扮殑disabled鏍峰紡
                 if(j$(escapeVfId('pg:formId:next'))[0].className.indexOf('btn')==0){
                     j$(escapeVfId('pg:formId:next'))[0].classList.remove("btn");
-                }
+                }  
             }
             //灏鹃〉
             if(j$(escapeVfId('pg:formId:LastPage'))[0]){
@@ -255,7 +255,7 @@
                 //濡傛灉鎸夐挳涓嶆槸disabled 鍒欏幓鎺夐粯璁ゆ牱寮� 娣诲姞鏂扮殑disabled鏍峰紡
                 if(j$(escapeVfId('pg:formId:LastPage'))[0].className.indexOf('btn')==0){
                     j$(escapeVfId('pg:formId:LastPage'))[0].classList.remove("btn");
-                }
+                }  
             }
         }
 
@@ -269,7 +269,7 @@
             if(window.opener.j$(escapeVfId("allPage:allForm:allBlock:tableListQ:SectionItem1:ModelLendingProductCodeId"))){
                 window.opener.j$(escapeVfId("allPage:allForm:allBlock:tableListQ:SectionItem1:ModelLendingProductCodeId")).val(id);
             }
-
+            
             //璧嬪�煎埌鏃犳姤鍛婇〉闈�
             if(window.opener.j$(escapeVfId("allPage:allForm:allBlock:tableListQ:SectionItem1:ModelLendingCodeId"))){
                 window.opener.j$(escapeVfId("allPage:allForm:allBlock:tableListQ:SectionItem1:ModelLendingCodeId")).val(modelId);
@@ -280,4 +280,4 @@
         //鍒濆鍖栧幓鎺夐粯璁ゆ牱寮�
         removeButtonStyle();
     </script>
-</apex:page>
+</apex:page>
\ No newline at end of file

--
Gitblit v1.9.1