123
chenjingwu
2024-04-25 4b429a1e2ccf23248c0400c68ce4ffa608f6bec5
force-app/main/default/pages/MaintenanceProductData.page
@@ -1661,7 +1661,7 @@
                                            </td>
                                            <td>
                                                <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="add" onclick="addJs(this);" value="添加" style="position:relative;width:100px;"/>  
                                                <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="delete" onclick="deleteJs(this);" value="删除" style="position:relative;width:100px;"/>
                                                <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="delete" onclick="de1Js(this);" value="删除" style="position:relative;width:100px;"/>
                                            </td>
                                        </tr>
                                        <apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">
@@ -1677,7 +1677,7 @@
                                                </td>
                                                <td>
                                                    <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="add1" onclick="add1Js(this);" value="添加" style="position:relative;width:100px;"/>  
                                                    <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete1" onclick="delete1Js(this);" value="删除" style="position:relative;width:100px;"/>
                                                    <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete1" onclick="del1Js(this);" value="删除" style="position:relative;width:100px;"/>
                                                </td>
                                            </tr>
                                        </apex:repeat>