123
chenjingwu
2024-04-25 dddc40b6b06babc630fabb03c8cae8f983909f8b
force-app/main/default/pages/MaintenanceProductData.page
@@ -1632,7 +1632,7 @@
                <!-- chenjingwu 20240417    start -->
                <apex:pageblocksection title="{!IF(editAble,'延保信息维护','延保信息维护(蓝色为新值)')}" id="exmpdDetails" rendered="{!IF(exmpdDetailsRecordsMap!=null&&muCountMap!=null,true,false)}" html-style="width: 100%;max-height:210px;;overflow:auto;">
                    <apex:outputLabel style="width: 100%;">
                        <apex:variable var="edvun" value="" rendered="{!editAble}">
                        <apex:variable var="edvun" value="" rendered="{!editAble}" id="Edit">
                            <table class="list">
                                <tr class="headerRow">
                                    <th>产品名称</th>
@@ -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" />
@@ -1682,7 +1682,7 @@
                                </tr>
                            </table>
                        </apex:variable>
                        <apex:variable var="edvun" value="" rendered="{!!editAble}">
                        <apex:variable var="edvun" value="" rendered="{!!editAble}" id="View">
                            <table class="list">
                                <tr class="headerRow">
                                    <th>产品名称</th>
@@ -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>