| | |
| | | </apex:pageBlock> |
| | | <!-- chenjingwu 20240417 start --> |
| | | <apex:pageblocksection title="{!IF(editAble,'延保信息维护','延保信息维护(蓝色为新值)')}" id="exmpdDetails" rendered="{!IF(muMap!=null&&muCountMap!=null,true,false)}" html-style="width: 100%;max-height:210px;;overflow:auto;"> |
| | | <table class="list" border="0" cellpadding="0" cellspacing="0"> |
| | | <table class="list"> |
| | | <tr class="headerRow"> |
| | | <th>产品名称</th> |
| | | <th>延保年限</th> |
| | |
| | | <th>操作</th> |
| | | </tr> |
| | | <apex:repeat value="{!muMap}" var="key" id="bb1"> |
| | | <!-- <tr> |
| | | <tr> |
| | | <td class="dataCell" rowspan="{!IF(muCountMap[key] > 1,muCountMap[key],1)}"> |
| | | {!muMap[key][0].ProductName__c} |
| | | </td> |
| | |
| | | {!muMap[key][0].AmountWithheld__c} |
| | | </td> |
| | | <td></td> |
| | | </tr> --> |
| | | <apex:repeat value="{!muMap[key]}" var="mu" id="bb2"> |
| | | </tr> |
| | | <apex:repeat value="{!muMap[key]}" var="mu" id="bb2" first="1"> |
| | | <tr> |
| | | |
| | | <td class="dataCell"> |
| | | {!muMap[key][0].ProductName__c} |
| | | </td> |