From 389c4b1f7e9a3b615362a941f287f4621ce9e8e2 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期四, 25 四月 2024 09:41:10 +0800
Subject: [PATCH] 123
---
force-app/main/default/pages/MaintenanceProductData.page | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/pages/MaintenanceProductData.page b/force-app/main/default/pages/MaintenanceProductData.page
index beebc55..c820dde 100644
--- a/force-app/main/default/pages/MaintenanceProductData.page
+++ b/force-app/main/default/pages/MaintenanceProductData.page
@@ -1648,7 +1648,7 @@
{!mp.mpded.ProductsID__r.Name}
</td>
<td class="dataCell">
- <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AgeLimit__c}" id="AgeLimit" />
+ <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AgeLimit__c}" id="AgeLimit" onchange="ageLimitChange(this)"/>
</td>
<td class="dataCell">
<apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.MultiOneYearWarrantyPrice__c}" id="MultiOneYearWarrantyPrice" />
@@ -1726,6 +1726,12 @@
</apex:outputLabel>
</apex:pageblocksection>
+ <script type="text/javascript">
+ function ageLimitChange(el){
+ console.log('el');
+ console.log(el);
+ }
+ </script>
<!-- chenjingwu 20240417 end -->
</apex:pageBlock>
</apex:outputPanel>
--
Gitblit v1.9.1