123
chenjingwu
2024-04-25 389c4b1f7e9a3b615362a941f287f4621ce9e8e2
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>