123
chenjingwu
2024-04-23 540311b8e564d5c38e86f057776123aed0e960ba
123
1个文件已修改
5 ■■■■ 已修改文件
force-app/main/default/pages/MaintenanceProductData.page 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/MaintenanceProductData.page
@@ -1633,7 +1633,8 @@
                            <th>计提金额</th>  
                            <th>操作</th>
                        </tr>
                        <apex:repeat value="{!mpdDetailsRecords}" var="mp" id="aa">
                        <tr >
                            <apex:repeat value="{!mpdDetailsRecords}" var="mp" id="aa">
                            <!-- <apex:repeat value="{!muMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1">
                                <tr>
                                    <td class="dataCell">
@@ -1687,6 +1688,8 @@
                            </apex:repeat> -->
                        <!-- </apex:repeat> -->
                        </apex:repeat>
                        </tr>
                        
                    </table>
                </apex:pageblocksection>