| | |
| | | <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> |