123
chenjingwu
2024-04-25 9e77f74fe90dc55270829e15972f09bff237df8d
force-app/main/default/pages/MaintenanceProductData.page
@@ -1676,8 +1676,8 @@
                                                    <apex:InputField value="{!mu.mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                                </td>
                                                <td>
                                                    <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="add1" onclick="add1Js()" value="添加" style="position:relative;width:100px;" rerender=""/>
                                                    <apex:commandButton title="{!mp.mpded.ProductsID__c}" id="delete1" onclick="del1Js()" value="删除" style="position:relative;width:100px;" rerender=""/>
                                                    <button title="{!mp.mpded.ProductsID__c}" id="add1" onclick="add1Js()" value="添加" style="position:relative;width:100px;" rerender=""/>
                                                    <button title="{!mp.mpded.ProductsID__c}" id="delete1" onclick="del1Js()" value="删除" style="position:relative;width:100px;" rerender=""/>
                                                </td>
                                            </tr>
                                        </apex:repeat>