|  |  | 
 |  |  |     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> | 
 |  |  |     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> | 
 |  |  |     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> | 
 |  |  |     <script src="../../soap/ajax/53.0/connection.js" type="text/javascript"></script> | 
 |  |  |     <apex:includeScript value="{!URLFOR($Resource.connection20)}"/> | 
 |  |  |     <style> | 
 |  |  |         .disabledbutton { | 
 |  |  |             pointer-events: none; | 
 |  |  | 
 |  |  |         } | 
 |  |  |     </style> | 
 |  |  |     <script> | 
 |  |  |         AWSService.sfSessionId = '{!GETSESSIONID()}'; | 
 |  |  |         //Initial Required Information | 
 |  |  |         var staticResources = JSON.parse('{!staticResource}'); | 
 |  |  |         //zhj MEBG新方案改造 2022-11-29 start | 
 |  |  |         var staticResourcesV2 = JSON.parse('{!staticResourceV2}'); | 
 |  |  |         //zhj MEBG新方案改造 2022-11-29 end | 
 |  |  |         var requiredFieldAPIList = JSON.parse('{!requiredFieldAPIListStr}'); | 
 |  |  |         var fieldAPIToLabelMap = JSON.parse('{!fieldAPIToLabelMapStr}'); | 
 |  |  |         var VLookUpFields = new Set(['Consum_Apply__c','Consum_Apply_Equipment_Set__c','Asset__c','Canceled__c','DeliverySlip__c','Return_DeliverySlip__c']); | 
 |  |  |         var userVLookUpFields = ['Follower_User__c','Consum_Assign_Person__c','Asset_Center_Confirm_Staff__c','Return_Operator__c','Return_wh_chenk_staff__c','Cancel_Mem__c','Lost_item_check_staff__c','Lost_item_check_staff_Final__c']; | 
 |  |  |         var redirectMode = 'Save'; | 
 |  |  |  | 
 |  |  |         function EditButton(isDisabled){ | 
 |  |  |             var topele = document.getElementById('topButtonRow'); | 
 |  |  |             var bottomele = document.getElementById('bottomButtonRow'); | 
 |  |  |  | 
 |  |  |             if (isDisabled) { | 
 |  |  |                 topele.classList.add("disabledbutton"); | 
 |  |  |                 bottomele.classList.add("disabledbutton"); | 
 |  |  |             }else { | 
 |  |  |                 topele.classList.remove("disabledbutton"); | 
 |  |  |                 bottomele.classList.remove("disabledbutton"); | 
 |  |  |             } | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         //Redirect Required Parameter | 
 |  |  |         var redirectCallBack = function redirectCallBack(sfId, errorMessage) { | 
 |  |  | 
 |  |  |         //Query Required Parameter | 
 |  |  |         var queryBack = function queryBack(data) { | 
 |  |  |             console.log('data = ' + data); | 
 |  |  |             document.querySelector("[data-id='Trial_User__c']").value = data.object.trialUser; | 
 |  |  |             if(document.querySelector("[data-id='Trial_User__c']")) | 
 |  |  |                 document.querySelector("[data-id='Trial_User__c']").value = data.object.trialUser; | 
 |  |  |             unblockUI(); | 
 |  |  |         }; | 
 |  |  |  | 
 |  |  | 
 |  |  |             console.log('Result from AWS' + JSON.stringify(r)); | 
 |  |  |             console.log('payloadJson=' + JSON.stringify(payloadJson)); | 
 |  |  |             payloadJson.Trial_User__c = r.object[0].trialUser; | 
 |  |  |             payloadJson.Trail_User_Encrypt__c = r.object[0].trialUserEncrypt; | 
 |  |  |             //zhj MEBG新方案改造 2022-11-29 start | 
 |  |  |             //payloadJson.Trial_User_Encrypt__c = r.object[0].trialUserEncrypt; | 
 |  |  |             //zhj MEBG新方案改造 2022-11-29 end | 
 |  |  |             payloadJson.AWS_Data_Id__c = '{!AWSDataId}'; | 
 |  |  |             if (isNewMode) { | 
 |  |  |             if (isNewMode || {!isCloneMode}) { | 
 |  |  |                 payloadJson.AWS_Data_Id__c = r.object[0].dataId; | 
 |  |  |             } else { | 
 |  |  |                 payloadJson.AWS_Data_Id__c = '{!AWSDataId}'; | 
 |  |  |             } | 
 |  |  |             debugger | 
 |  |  |             if('{!rtTypeId}'){ | 
 |  |  |                 payloadJson.RecordTypeId = '{!rtTypeId}';//Add by zhj for Record Type Issue 20220421 | 
 |  |  |             } | 
 |  |  |             return payloadJson; | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         // New Or Edit | 
 |  |  |         function ProcessPI(consumApplyJson, payloadForNewPI) { | 
 |  |  |             blockme(); | 
 |  |  |             if ({!isNewMode | 
 |  |  |             }) { | 
 |  |  |             if ({!isNewMode} || {!isCloneMode}) { | 
 |  |  |                 NewPIToAWS(consumApplyJson, payloadForNewPI) | 
 |  |  |             }else { | 
 |  |  |                 UpdatePIToAWS(consumApplyJson, payloadForNewPI) | 
 |  |  | 
 |  |  |                     console.log(nodelist[index].id.indexOf('lkwgt')); | 
 |  |  |                     if (nodelist[index].id.indexOf('lkwgt') == -1) { | 
 |  |  |                         let vlookUpNodeId = nodelist[index].id + '_lkid'; | 
 |  |  |                         let vlookUpNodeValue = document.getElementById(vlookUpNodeId).value; | 
 |  |  |                         result[nodelist[index].getAttribute("data-id")] = vlookUpNodeValue; | 
 |  |  |                         if(document.getElementById(vlookUpNodeId)!=null){ | 
 |  |  |                             let vlookUpNodeValue = document.getElementById(vlookUpNodeId).value; | 
 |  |  |                             result[nodelist[index].getAttribute("data-id")] = vlookUpNodeValue; | 
 |  |  |                         } | 
 |  |  |                     } | 
 |  |  |                 } else if (nodelist[index].type == 'checkbox') { | 
 |  |  |                     result[nodelist[index].getAttribute("data-id")] = nodelist[index].checked; | 
 |  |  | 
 |  |  |                     result[userVLookUpFields[i]] = userVlookUpNodeValue; | 
 |  |  |                 }                | 
 |  |  |             } | 
 |  |  |             debugger | 
 |  |  |             //result.Consum_Apply_Equipment_Set__c = document.querySelector('[data-id=Consum_Apply_Equipment_Set__c]').textContent; //zhj MEBG 新方案改造 2022-12-02  | 
 |  |  |             console.log(JSON.stringify(result)); | 
 |  |  |             return result; | 
 |  |  |         } | 
 |  |  | 
 |  |  |             let obj = JSON.parse(payloadForNewPI); | 
 |  |  |             obj[0].dataId = '{!AWSDataId}'; | 
 |  |  |             let payloadForNewPIJson = JSON.stringify(obj); | 
 |  |  |             AWSService.update(staticResources.updateUrl, consumApplyJson, payloadForNewPIJson, controllerSaveMethod, staticResources.token, staticResources.transactionUrl, false, insertOrUpdateBack, redirectCallBack); | 
 |  |  |             //zhj MEBG新方案改造 2022-11-29 start | 
 |  |  |             //AWSService.update(staticResources.updateUrl, consumApplyJson, payloadForNewPIJson, controllerSaveMethod, staticResources.token, staticResources.transactionUrl, false, insertOrUpdateBack, redirectCallBack); | 
 |  |  |             AWSService.update(staticResourcesV2.updateUrl, consumApplyJson, payloadForNewPIJson, controllerSaveMethod, staticResources.token, staticResources.transactionUrl, false, insertOrUpdateBack, redirectCallBack); | 
 |  |  |             //zhj MEBG新方案改造 2022-11-29 end | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         //Insert Sensitive Information to AWS | 
 |  |  |         function NewPIToAWS(consumApplyJson, payloadForNewPI) { | 
 |  |  |             let controllerSaveMethod = '{!$RemoteAction.NewConsumApplyEquipSetDetailController.saveConsumApply}'; | 
 |  |  |             AWSService.insert(staticResources.newUrl, consumApplyJson, payloadForNewPI, controllerSaveMethod, staticResources.token, staticResources.transactionUrl, true, insertOrUpdateBack, redirectCallBack); | 
 |  |  |             //zhj MEBG新方案改造 2022-11-29 start | 
 |  |  |             //AWSService.insert(staticResources.newUrl, consumApplyJson, payloadForNewPI, controllerSaveMethod, staticResources.token, staticResources.transactionUrl, true, insertOrUpdateBack, redirectCallBack); | 
 |  |  |             AWSService.insert(staticResourcesV2.newUrl, consumApplyJson, payloadForNewPI, controllerSaveMethod, staticResources.token, staticResources.transactionUrl, true, insertOrUpdateBack, redirectCallBack); | 
 |  |  |             //zhj MEBG新方案改造 2022-11-29 end | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         //Check Required Fields | 
 |  |  |         function checkRequiredFieldMsg(formData) { | 
 |  |  |             let blankRequiredFields = ''; | 
 |  |  |             for (i = 0; i < requiredFieldAPIList.length; i++) { | 
 |  |  |                 if (formData[requiredFieldAPIList[i]]) { | 
 |  |  |                 if (formData[requiredFieldAPIList[i]] && !VLookUpFields.has(requiredFieldAPIList[i])) { | 
 |  |  |                     continue; | 
 |  |  |                 }else if(VLookUpFields.has(requiredFieldAPIList[i]) && formData[requiredFieldAPIList[i]] != '000000000000000'){ | 
 |  |  |                     continue; | 
 |  |  |                 } else { | 
 |  |  |                     if (blankRequiredFields == '') { | 
 |  |  | 
 |  |  |  | 
 |  |  |         //Base Process | 
 |  |  |         function saveConsumApplyProcess(saveMode) { | 
 |  |  |             EditButton(true); | 
 |  |  |  | 
 |  |  |             redirectMode = saveMode; | 
 |  |  |             console.log('redirectMode' + redirectMode); | 
 |  |  |             hiddenErrorMsgNode(); | 
 |  |  | 
 |  |  |  | 
 |  |  |         //Alert Error Message | 
 |  |  |         function alertErrorMessage(errorMsg) { | 
 |  |  |             let errorMsgNode = document.getElementById("page:form:msgContent"); | 
 |  |  |             let errorMsgNode = document.getElementById("page:form:block:msgContent"); | 
 |  |  |             errorMsg = '错误:无效数据。' + '\n' + errorMsg; | 
 |  |  |             errorMsgNode.innerText = errorMsg; | 
 |  |  |             errorMsgNode.className = 'pbError'; | 
 |  |  |             unblockUI(); | 
 |  |  |             EditButton(false); | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         //Hide Error Message | 
 |  |  |         function hiddenErrorMsgNode() { | 
 |  |  |             let errorMsgNode = document.getElementById("page:form:msgContent"); | 
 |  |  |             let errorMsgNode = document.getElementById("page:form:block:msgContent"); | 
 |  |  |             errorMsgNode.innerText = ''; | 
 |  |  |             errorMsgNode.className = ''; | 
 |  |  |         } | 
 |  |  | 
 |  |  |         <div class="ptBreadcrumb"></div> | 
 |  |  |     </div> | 
 |  |  |     <apex:form id="form"> | 
 |  |  |         <!-- Error Msg--> | 
 |  |  |         <apex:outputPanel id="errorMsg"> | 
 |  |  |             <apex:pageMessages id="msgContent" escape="false" /> | 
 |  |  |         </apex:outputPanel> | 
 |  |  |         <apex:pageblock > | 
 |  |  |         <apex:pageblock id="block"> | 
 |  |  |             <div class="pbHeader"> | 
 |  |  |                 <table cellspacing="0" cellpadding="0" border="0"> | 
 |  |  |                     <tbody> | 
 |  |  | 
 |  |  |                                 <img src="/img/s.gif" alt="" class="minWidth" title="" width="1" height="1" /> | 
 |  |  |                                 <h2 class="mainTitle">耗材备品配套一览明细编辑</h2> | 
 |  |  |                             </td> | 
 |  |  |                             <td class="pbButton" id="topButtonRow"> | 
 |  |  |                             <td class="pbButton" id="topButtonRow" style="pointer-events: none; opacity: 0.4;"> | 
 |  |  |                                 <input class="btn" type="Button" value="保存" onclick="saveConsumApplyProcess('Save')" /> | 
 |  |  |                                 <input class="btn" type="Button" value="保存并新建" onclick="saveConsumApplyProcess('SaveAndNew')" /> | 
 |  |  |                                 <apex:commandButton action="{!cancel}" value="取消" /> | 
 |  |  | 
 |  |  |                     </tbody> | 
 |  |  |                 </table> | 
 |  |  |             </div> | 
 |  |  |             <!-- Error Msg--> | 
 |  |  |             <div style="text-align: center;"> | 
 |  |  |                 <apex:outputPanel id="errorMsg"> | 
 |  |  |                     <apex:pageMessages id="msgContent" escape="false" /> | 
 |  |  |                 </apex:outputPanel> | 
 |  |  |             </div> | 
 |  |  |             <!-- Iterate the layoutSections, which is a list of sections --> | 
 |  |  |             <apex:repeat value="{!layoutSections}" var="layoutSection"> | 
 |  |  |                 <apex:pageBlockSection title="{!layoutSection.name}" collapsible="{!layoutSection.allowCollapse}" columns="{!layoutSection.columns}"> | 
 |  |  |  | 
 |  |  |                     <!--Each section has layoutFields, let's iterate them as well--> | 
 |  |  |                     <apex:repeat value="{!layoutSection.layoutFields}" var="layoutField"> | 
 |  |  |                         <apex:inputField html-data-id="{!layoutField.fieldAPI}" value="{!Consum_Apply_Equipment_Set_Detail__c[layoutField.fieldAPI]}" rendered="{!not(layoutField.isPlaceHOlder)}" | 
 |  |  |                         <apex:inputField styleClass="PIBackApi PIBackApi_{!layoutField.fieldAPI}" html-data-id="{!layoutField.fieldAPI}" value="{!Consum_Apply_Equipment_Set_Detail__c[layoutField.fieldAPI]}" rendered="{!not(layoutField.isPlaceHOlder)&&isNewMode}" | 
 |  |  |                             required="{!layoutField.isRequired}" /> | 
 |  |  |                         <apex:inputField styleClass="PIBackApi PIBackApi_{!layoutField.fieldAPI}" html-data-id="{!layoutField.fieldAPI}" value="{!Consum_Apply_Equipment_Set_Detail__c[layoutField.fieldAPI]}" rendered="{!not(layoutField.isPlaceHOlder)&¬(isNewMode)&&layoutField.fieldAPI!='RecordTypeId'}" | 
 |  |  |                             required="{!layoutField.isRequired}" /> | 
 |  |  |                         <apex:outputField styleClass="PIBackApi PIBackApi_{!layoutField.fieldAPI}" html-data-id="{!layoutField.fieldAPI}" value="{!Consum_Apply_Equipment_Set_Detail__c[layoutField.fieldAPI]}" rendered="{!not(layoutField.isPlaceHOlder)&¬(isNewMode)&&layoutField.fieldAPI=='RecordTypeId'}" | 
 |  |  |                        /> | 
 |  |  |                         <apex:pageblocksectionitem rendered="{!layoutField.isPlaceHolder}"> | 
 |  |  |                         </apex:pageblocksectionitem> | 
 |  |  |                     </apex:repeat> | 
 |  |  | 
 |  |  |             <script> | 
 |  |  |                 //Append Page | 
 |  |  |                 sfdcPage.appendToOnloadQueue(function () { | 
 |  |  |                     //判断是否为只读选项 | 
 |  |  |                     var layoutSections = JSON.parse('{!layoutSectionsStr}'); | 
 |  |  |                         for (let m = 0; m < layoutSections.length; m++) { | 
 |  |  |                             let layoutSection = layoutSections[m].layoutFields; | 
 |  |  |                             for (let n = 0; n < layoutSection.length; n++) { | 
 |  |  |                                 let layoutField = layoutSection[n]; | 
 |  |  |                                 if (layoutField.fieldAPI != '' && document.querySelector("[data-id='"+layoutField.fieldAPI+"']") != null) { | 
 |  |  |                                     let e = document.querySelector("[data-id='"+layoutField.fieldAPI+"']"); | 
 |  |  |                                     e.disabled = !(layoutField.editableField); | 
 |  |  |                                     if (!(layoutField.editableField)) { | 
 |  |  |                                         if (e.getAttribute("multiple") && e.getAttribute("multiple") == 'multiple') { | 
 |  |  |                                             e.parentNode.classList.add("disabledbutton"); | 
 |  |  |                                         } | 
 |  |  |                                         if (e.tagName == 'DIV') { | 
 |  |  |                                             e.classList.add("disabledbutton"); | 
 |  |  |                                         } | 
 |  |  |                                     } | 
 |  |  |                                 } | 
 |  |  |                             } | 
 |  |  |                         } | 
 |  |  |                     //2. Query AWS Data by dataId  | 
 |  |  |                     console.log('Mode for consumApply Page:' + {!isNewMode}); | 
 |  |  |                     if (!{!isNewMode}) { | 
 |  |  |                         blockme(); | 
 |  |  |                         QueryConsumApplyFromAWS(); | 
 |  |  |                     }; | 
 |  |  |                     document.querySelector("[data-id='OwnerId']").classList.add("disabledbutton"); | 
 |  |  |                     //document.querySelector("[data-id='OwnerId']").classList.add("disabledbutton"); | 
 |  |  |                      | 
 |  |  |                     document.getElementById('topButtonRow').style = ''; | 
 |  |  |              document.getElementById('bottomButtonRow').style = ''; | 
 |  |  |                     //zhj 2022/04/11 start | 
 |  |  |                     // jQuery(".lookupInput").each(function(i,e){ | 
 |  |  |                     //     let je =jQuery(e).find('input'); | 
 |  |  |                     //     je.attr("readonly",""); | 
 |  |  |                     //     je.css("background","unset"); | 
 |  |  |                          | 
 |  |  |                     //     let dataid = je.attr('data-id'); | 
 |  |  |                     //     if(['Hospital_Name__c','Department_Class__c','OwnerId'].indexOf(dataid) > -1) return; | 
 |  |  |                     //     jQuery(e).children(":last-child").before('<img class="closeIcon" data-id="'+dataid+'" generate="" alt="Clear" src="/s.gif" style="display: inline-block;">'); | 
 |  |  |                     // }) | 
 |  |  |                      | 
 |  |  |                     // jQuery(".lookupInput").on("mouseenter","img[generate]",function(e){ | 
 |  |  |                     //     this.className = "closeIconOn"; | 
 |  |  |                     // }); | 
 |  |  |                      | 
 |  |  |                     // jQuery(".lookupInput").on("mouseleave","img[generate]",function(e){ | 
 |  |  |                     //     this.className = "closeIcon" | 
 |  |  |                     // }); | 
 |  |  |                      | 
 |  |  |                     // jQuery(".lookupInput").on("click","img[generate]",function(e){ | 
 |  |  |                     //     let id = jQuery("input[data-id='"+jQuery(this).attr("data-id")+ "']").attr("id"); | 
 |  |  |                     //     let input = document.getElementById(id); | 
 |  |  |                     //     if(input){ | 
 |  |  |                     //         input.value = ''; | 
 |  |  |                     //         let hidden = document.getElementById(id+'_lkid'); | 
 |  |  |                     //         if(hidden){ | 
 |  |  |                     //             hidden.value = ''; | 
 |  |  |                     //         } | 
 |  |  |                     //     } | 
 |  |  |                     // }); | 
 |  |  |                     //zhj 2022/04/11 end | 
 |  |  |                 }); | 
 |  |  |             </script> | 
 |  |  |             <div class="pbBottomButtons"> | 
 |  |  | 
 |  |  |                         <tr> | 
 |  |  |                             <td class="pbTitle"> | 
 |  |  |                                 <img src="/img/s.gif" alt="" class="minWidth" title="" width="1" height="1" /> </td> | 
 |  |  |                             <td class="pbButtonb" id="bottomButtonRow"> | 
 |  |  |                             <td class="pbButtonb" id="bottomButtonRow" style="pointer-events: none; opacity: 0.4;"> | 
 |  |  |                                 <input class="btn" type="Button" value="保存" onclick="saveConsumApplyProcess('Save')" /> | 
 |  |  |                                 <input class="btn" type="Button" value="保存并新建" onclick="saveConsumApplyProcess('SaveAndNew')" /> | 
 |  |  |                                 <apex:commandButton action="{!cancel}" value="取消" /> |