From e99799c6259f0c57b8482c2db7b7eb310f9d9aca Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 25 四月 2024 17:59:58 +0800
Subject: [PATCH] 123

---
 force-app/main/default/pages/MaintenanceProductData.page |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index c3e2902..d51b6f3 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/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>

--
Gitblit v1.9.1