123
chenjingwu
2024-04-25 6e4dba6a2fbe3a1733aba732846fbaa0d967d48b
force-app/main/default/pages/MaintenanceProductData.page
@@ -1663,8 +1663,8 @@
                                                <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                            </td>
                                            <td>
                                                <apex:commandButton id="add" onclick="addJs(this);" value="添加" style="position:relative;width:100px;"/>
                                                <apex:commandButton id="delete" onclick="deleteJs(this);" value="删除" style="position:relative;width:100px;"/>
                                                <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;"/>
                                            </td>
                                        </tr>
                                        <apex:repeat value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c]}" var="mu" id="bb1" first="1">
@@ -1679,8 +1679,8 @@
                                                    <apex:InputField value="{!mu.mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                                </td>
                                                <td>
                                                    <apex:commandButton name="{!mp.mpded.ProductsID__c}" id="add1" onclick="add1Js(this);" value="添加" style="position:relative;width:100px;"/>
                                                    <apex:commandButton name="{!mp.mpded.ProductsID__c}" id="delete1" onclick="delete1Js(this);" value="删除" style="position:relative;width:100px;"/>
                                                    <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;"/>
                                                </td>
                                            </tr>
                                        </apex:repeat>