123
chenjingwu
2024-04-23 b915f6b5b54546caeaed2a1344de36d89f531628
force-app/main/default/pages/MaintenanceProductData.page
@@ -1624,7 +1624,7 @@
    </script>
                </apex:pageBlock>
                <!-- chenjingwu 20240417    start -->
                <apex:pageblocksection title="{!IF(editAble,'延保信息维护','延保信息维护(蓝色为新值)')}" id="exmpdDetails" rendered="{!IF(muMap!=null,true,false)}" html-style="width: 100%;max-height:210px;;overflow:auto;">
                <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">
                        <tr class="headerRow">
                            <th>产品名称</th>
@@ -1635,7 +1635,8 @@
                        </tr>
                        <apex:repeat value="{!muMap}" var="key" id="bb1">
                            <tr>
                                <td class="dataCell" rowspan="{!IF(muCountMap[key] > 1,muCountMap[key],1)}">
                                <!-- <td class="dataCell" rowspan="{!IF(muCountMap[key] > 1,muCountMap[key],1)}"> -->
                                    <td class="dataCell">
                                    {!muMap[key][0].ProductName__c}
                                </td>
                                <td class="dataCell">