| | |
| | | {!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" /> |
| | |
| | | </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> |