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