123
chenjingwu
2024-04-25 de090ffeb466f606275c599a4050dce1e462e4a6
force-app/main/default/pages/MaintenanceProductData.page
@@ -1660,7 +1660,7 @@
                                                <apex:InputField value="{!exmpdDetailsRecordsMap[mp.mpded.ProductsID__c][0].mpdrdd.AmountWithheld__c}" id="AmountWithheld" />
                                            </td>
                                            <td>
                                                <input type="button" value="添加" style="width: 100px;" onclick="addJs({!mp.mpded.ProductsID__c});return false;" class="btn"/>
                                                <apex:image id="plusicon" value="{!$Resource.plusicon}" onclick="addJs({!mp.mpded.ProductsID__c});return false;"  />
                                                <!-- <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="add" onclick="" value="添加" style="position:relative;width:100px;" rerender=""/>  
                                                <apex:commandButton  title="{!mp.mpded.ProductsID__c}" id="delete" onclick="delJs(this);" value="删除" style="position:relative;width:100px;" rerender=""/> -->
                                            </td>