| | |
| | | <table class="table table-striped table-bordered table-hover" id="orderTable"> |
| | | <thead> |
| | | <tr class="header"> |
| | | <!-- |
| | | |
| | | <th>订单ID |
| | | </th> |
| | | --> |
| | | |
| | | <th>短信账号 |
| | | </th> |
| | | <th>客户账号 |
| | |
| | | 充值金额</label> |
| | | <div class="col-sm-4"> |
| | | <div class="input-group"> |
| | | <input type="text" class="form-control" name="payAmount" id="payAmount" value="" maxlength="10" |
| | | <input type="text" class="form-control" name="payAmount" id="payAmount" value="" maxlength="7" |
| | | onkeyup="value=value.replace(/[^\d\.]/g,'')" onpaste="value=value.replace(/[^\d\.]/g,'')" |
| | | oncontextmenu="return false" /><span class="input-group-addon">元 </span> |
| | | </div> |