| | |
| | | <!-- 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> |
| | |
| | | {!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:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" /> |
| | | </td> |
| | | <td> |
| | | <apex:commandButton onclick="addJs();" value="添加" style="position:relative;width:100px;"/> |
| | | <apex:commandButton onclick="deleteJs();" value="删除" style="position:relative;width:100px;"/> |
| | | <apex:commandButton id="add" onclick="addJs();" value="添加" style="position:relative;width:100px;"/> |
| | | <apex:commandButton id="delete" onclick="deleteJs();" value="删除" style="position:relative;width:100px;"/> |
| | | </td> |
| | | </tr> |
| | | <apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1"> |
| | |
| | | <apex:InputField value="{!mu.mpdrdd.AmountWithheld__c}" id="AmountWithheld" /> |
| | | </td> |
| | | <td> |
| | | <apex:commandButton onclick="addJs();" value="添加" style="position:relative;width:100px;"/> |
| | | <apex:commandButton onclick="deleteJs();" value="删除" style="position:relative;width:100px;"/> |
| | | <apex:commandButton id="add1" onclick="addJs();" value="添加" style="position:relative;width:100px;"/> |
| | | <apex:commandButton id="delete1" onclick="deleteJs();" value="删除" style="position:relative;width:100px;"/> |
| | | </td> |
| | | </tr> |
| | | </apex:repeat> |
| | |
| | | </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> |
| | |
| | | </apex:outputLabel> |
| | | |
| | | </apex:pageblocksection> |
| | | <script type="text/javascript"> |
| | | function addJs(){ |
| | | |
| | | } |
| | | </script> |
| | | <!-- chenjingwu 20240417 end --> |
| | | </apex:pageBlock> |
| | | </apex:outputPanel> |