123
chenjingwu
2024-04-25 e99799c6259f0c57b8482c2db7b7eb310f9d9aca
force-app/main/default/pages/MaintenanceProductData.page
@@ -893,6 +893,7 @@
        blockme();
        returnMpdPage();
    }
    console.log('{!exmpdDetailsRecordsMap}');
</script>
    <apex:form id="allForm">
        <apex:actionFunction name="refreshPageSize" action="{!refreshPageSize}" reRender="mpdDetailsSection"/>
@@ -1630,6 +1631,7 @@
    refreshinput4();
    refreshinput5();
    refreshinput6();
    console.log('{!exmpdDetailsRecordsMap}');
    </script>
                </apex:pageBlock>
                <!-- chenjingwu 20240417    start -->
@@ -1752,6 +1754,7 @@
                        var index2 = el.id.substring(el.id.lastIndexOf('bb1:') + 4,el.id.length - 8);
                        deleteEx(el.title,index2);
                    }
                    console.log('{!exmpdDetailsRecordsMap}');
                </script>
                <!-- chenjingwu 20240417 end    -->
            </apex:pageBlock>
@@ -1853,6 +1856,7 @@
    if(RecordTypeName != 'GuranteeMain'){
        resetOpenPage(SelectFieldParamList); 
    }
    console.log('{!exmpdDetailsRecordsMap}');
    document.addEventListener('visibilitychange', () => {
      if (document.visibilityState == "visible") {
        console.log('当前页面进入用户视野,执行当前方法!');