From dcdd97dbd5c32692ac9f7b7b5826397cab03d44f Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 11 五月 2023 16:05:17 +0800
Subject: [PATCH] 页面修改

---
 force-app/main/default/pages/NewOnCall.page          |    2 
 force-app/main/default/pages/NewPaymentPlanLoad.page |   41 +++++++++++---------
 force-app/main/default/pages/PAEDecisionRecord.page  |   21 +---------
 3 files changed, 25 insertions(+), 39 deletions(-)

diff --git a/force-app/main/default/pages/NewOnCall.page b/force-app/main/default/pages/NewOnCall.page
index 11b0441..d39d945 100644
--- a/force-app/main/default/pages/NewOnCall.page
+++ b/force-app/main/default/pages/NewOnCall.page
@@ -234,7 +234,7 @@
         //Alert Error Message
         function alertErrorMessage(errorMsg) {
             let errorMsgNode = document.getElementById("page:form:block:msgContent");
-            errorMsg = '閿欒锛氭棤鏁堟暟鎹��' + '\n' + errorMsg;
+            // errorMsg = '閿欒锛氭棤鏁堟暟鎹��' + '\n' + errorMsg;
             errorMsgNode.innerText = errorMsg;
             errorMsgNode.className = 'pbError';
             unblockUI();
diff --git a/force-app/main/default/pages/NewPaymentPlanLoad.page b/force-app/main/default/pages/NewPaymentPlanLoad.page
index 44e540e..135f02b 100644
--- a/force-app/main/default/pages/NewPaymentPlanLoad.page
+++ b/force-app/main/default/pages/NewPaymentPlanLoad.page
@@ -21,8 +21,8 @@
 </style>	
 <script type="text/javascript">
 	j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Contract_Limit_Times__c')).attr('disabled',true);
-	function init() {
-		
+	window.onload = function init() {
+		console.log('鎵ц浜唅nit');
 		Convert_All_Amount();
 		// 鏂板鐐规鎬绘鏁帮紙鍙湪椤甸潰涓樉绀猴級fxk 2021/9/2 Star
 		AllChecktime();
@@ -43,6 +43,7 @@
 	}
 
 	function Initdisabled() {
+
     	var Status = '{!PageMCEElement.Status__c}';
 		if(Status != '寮曞悎涓�'){
         j$(escapeVfId('allPage:allForm:allBlock:Is_Standard_Contract')).attr("disabled", true);
@@ -66,28 +67,30 @@
 
         j$(escapeVfId('allPage:allForm:allBlock:paymentPlan:Payment_Plan_Sum_6')).attr("disabled", true);
 
-        j$(escapeVfId('allPage:allForm:allBlock:Small_Repair_Time__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Live_Technical_Support_Time__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Tour_Check__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Engineer_Name__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Phone_Number__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Inspection_Time__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Small_Repair_Time__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Big_Repair_Time__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Live_Technical_Support_Time__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Tour_Check__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Engineer_Name__c')).attr("disabled", true);
+        console.log('disabled');
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Phone_Number__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Inspection_Time__c')).attr("disabled", true);
         // 鏂板鐐规鎬绘鏁帮紙鍙湪椤甸潰涓樉绀猴級fxk 2021/9/2 Star
-        j$(escapeVfId('allPage:allForm:allBlock:Contract_Limit_Times__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Contract_Limit_Times__c')).attr("disabled", true);
         // 鏂板鐐规鎬绘鏁帮紙鍙湪椤甸潰涓樉绀猴級fxk 2021/9/2 End
-        j$(escapeVfId('allPage:allForm:allBlock:Dedust__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:First_Party_Contract_Number__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Second_Party_Contract_Number__c')).attr("disabled", true);
-        j$(escapeVfId('allPage:allForm:allBlock:Negotiate_Mean__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Dedust__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:First_Party_Contract_Number__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Second_Party_Contract_Number__c')).attr("disabled", true);
+        j$(escapeVfId('allPage:allForm:allBlock:TextInformation:Negotiate_Mean__c')).attr("disabled", true);
 		}
 		//XLIU-CEP8WW LY 20220905 start
 		var saveBT = '{!PageMCEElement.old_Is_RecognitionModel__c}';
 		var payment = j$(escapeVfId('allPage:allForm:allBlock:paymentPlan:Term_Of_Payment__c')).val();
 		if (saveBT =='true' && payment=='澶氭浠樻'){
 			j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("disabled", true);
-			j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("class", true);
+			// j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("class", 'btnDisabled');
 			j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("disabled", true);
-			j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("class", true);
+			// j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("class", 'btnDisabled');
 		}
 		//XLIU-CEP8WW LY 20220905 end
         
@@ -226,15 +229,15 @@
 		var payment = j$(escapeVfId('allPage:allForm:allBlock:paymentPlan:Term_Of_Payment__c')).val();
 		if (saveBT =='true' && payment=='澶氭浠樻'){
 			j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("disabled", true);
-			j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("class", true);
+			// j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("class", true);
 			j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("disabled", true);
-			j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("class", true);
+			// j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("class", true);
 		}
 		if (saveBT =='true' && payment=='涓�娆℃�т粯娆�') {
 			j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("disabled", false);
-			j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("class", false);
+			// j$(escapeVfId('allPage:allForm:allBlock:allButtons:bottom:PrintButton')).attr("class", false);
 			j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("disabled", false);
-			j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("class", false);
+			// j$(escapeVfId('allPage:allForm:allBlock:allButtons:PrintButton')).attr("class", false);
 		}
 		//XLIU-CEP8WW LY 20220905 end
 		ChangeTermofPaymentPlan();
diff --git a/force-app/main/default/pages/PAEDecisionRecord.page b/force-app/main/default/pages/PAEDecisionRecord.page
index 0660da2..4f8b749 100644
--- a/force-app/main/default/pages/PAEDecisionRecord.page
+++ b/force-app/main/default/pages/PAEDecisionRecord.page
@@ -1,4 +1,4 @@
-<apex:page action="{!init}" extensions="PAEDecisionRecordController" id="allPage" showheader="false" sidebar="false" standardcontroller="PAE_DecisionRecord__c" title="PAE鍒ゅ畾璁板綍" lightningStylesheets="true">
+<apex:page action="{!init}" extensions="PAEDecisionRecordController" id="allPage" showheader="false" sidebar="false" standardcontroller="PAE_DecisionRecord__c" title="PAE鍒ゅ畾璁板綍" lightningStylesheets="true" >
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}">
     </apex:stylesheet>
     <apex:includescript value="{!URLFOR($Resource.jquery183minjs)}">
@@ -70,23 +70,6 @@
             blockme();
             InsertRow();
             
-        }
-        var selectedSize = 0;
-        var pageLimit = {!pageLimit};
-        function CheckSize(j){
-            var a = j.id;
-            var productCount = j$(escapeVfId(a)).attr('checked');
-            if (productCount == 'checked') {
-                if(selectedSize >= pageLimit){
-                    window.alert("椤甸潰鎵�閫夋暟鎹笉鑳借秴杩�500鏉�");
-                    j$(escapeVfId(a)).attr('checked',false);
-                    return;
-                }
-                selectedSize ++;
-            } else {
-                selectedSize --;
-            }
-            //alert(selectedSize);
         }
         // 淇濆瓨骞跺叧闂�
         function SaveAndCloses(onlySave) {
@@ -424,7 +407,7 @@
                                     <!-- 20200810 Gzw 淇敼淇濆瓨骞跺叧闂寜閽紝Final鏃舵樉绀�
                                 <apex:commandButton value="淇濆瓨骞跺叧闂�" disabled="{!editFlag}"  rendered="{!IF(((repa != null && !((repa.Repair_Determine__c = '瑕�' && isOSH)||repa.Repair_Determine__c != '瑕�')) || (RecordTypeName = 'ASACDecision')),true,false)}" style="margin-left:30px;width:80px;float:left"  onclick="SaveAndCloses(2);return false;"  rerender="unEditable,message" oncomplete="unblockUI();" /> -->
                                 <td>
-                                    <apex:commandbutton disabled="{!editFlag}" onclick="SaveAndCloses(2);return false;" oncomplete="unblockUI();" rendered="{!IF(repa != null && RecordTypeName = 'ASACDecision',true,false)}" rerender="unEditable,message" style="margin-left:30px;width:80px;float:left" value="淇濆瓨骞跺叧闂�">
+                                    <apex:commandbutton disabled="{!editFlag}" onclick="SaveAndCloses(2);return false;" oncomplete="unblockUI();" rendered="{!IF(repa != null && RecordTypeName = 'ASACDecision',true,false)}" rerender="unEditable,message" style="margin-left:30px;width:100px;float:left" value="淇濆瓨骞跺叧闂�">
                                     </apex:commandbutton>
                                 </td>
                                     <!-- When 瑕佷笉瑕佽繘琛屼慨鐞嗙殑鍒ゅ畾=瑕� -->

--
Gitblit v1.9.1