123
chenjingwu
2024-04-23 17dd473b4b6aeaaef24bb4cf68df9746b074a2ba
123
1个文件已修改
23 ■■■■ 已修改文件
force-app/main/default/pages/MaintenanceProductData.page 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/MaintenanceProductData.page
@@ -1633,21 +1633,6 @@
                            <th>计提金额</th>  
                            <th>操作</th>
                        </tr>
                        <tr>
                            <td class="dataCell">
                                1
                            </td>
                            <td class="dataCell">
                                2
                            </td>
                            <td class="dataCell">
                                3
                            </td>
                            <td class="dataCell">
                                4
                            </td>
                            <td></td>
                        </tr>
                        <apex:repeat value="{!muMap}" var="key" id="bb1">
                            <tr>
                                <td class="dataCell" rowspan="{!IF(muCountMap[key] > 1,muCountMap[key],1)}">
@@ -1662,7 +1647,9 @@
                                <td class="dataCell"> 
                                    {!muMap[key][0].AmountWithheld__c}
                                </td>
                                <td></td>
                                <td>
                                    1
                                </td>
                            </tr>
                            <apex:repeat value="{!muMap[key]}" var="mu" id="bb2" first="1">
                                <tr>
@@ -1675,7 +1662,9 @@
                                <td class="dataCell">
                                    {!mu.AmountWithheld__c}
                                </td>
                                <td></td>
                                <td>
                                    1
                                </td>
                            </tr>
                            </apex:repeat>
                        </apex:repeat>