| | |
| | | if (idArray.length == 0) { |
| | | idArray.push(patternID); |
| | | if (idArray.length == 0) { |
| | | mytek.alert("请选择要修改的账号!", false); |
| | | mytek.alert("请选择要修改的短信账号!", false); |
| | | return; |
| | | } |
| | | } |
| | |
| | | <div class="listCanvas"> |
| | | <div class="ibox"> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">客户ID</span> |
| | | <span class="input-group-addon">客户账号</span> |
| | | <input type="text" name="ClientID" id="ClientID" class="form-control col-md-2" /> |
| | | </div> |
| | | <div class="input-group m-b"> |
| | | <span class="input-group-addon">SPID</span> |
| | | <span class="input-group-addon">短信账号</span> |
| | | <input type="text" name="SpID" id="SpID" class="form-control col-md-2" /> |
| | | </div> |
| | | <div class="input-group m-b"> |
| | | <input type="button" value="查询" class="btn btn-primary action-query" /> |
| | | <input type="button" value="批量审核" class="btn btn-danger action-modal-status" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </form> |
| | | <table class="table table-striped table-bordered table-hover" id="gwSpPreTable"> |
| | | <thead> |
| | | <tr class="header"> |
| | | <th> |
| | | <input type="checkbox" name="check-all-row" id="check-all-row" value="" /> |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 客户ID |
| | | </th> |
| | | <th class="col-md-1"> |
| | | SPID |
| | | </th> |
| | | <th class="col-md-5"> |
| | | 报备内容 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 创建时间 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核状态 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核时间 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核备注 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核员 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | </tbody> |
| | | </table> |
| | | |
| | | <div class="table-responsive"> |
| | | <input type="button" value="批量审核" class="btn btn-danger action-modal-status" /> |
| | | <table class="table table-striped table-bordered table-hover" id="gwSpPreTable"> |
| | | <thead> |
| | | <tr class="header"> |
| | | <th> |
| | | <input type="checkbox" name="check-all-row" id="check-all-row" value="" /> |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 客户账号 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 短信账号 |
| | | </th> |
| | | <th class="col-md-5"> |
| | | 报备内容 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 创建时间 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核状态 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核时间 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核备注 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 审核员 |
| | | </th> |
| | | <th class="col-md-1"> |
| | | 操作 |
| | | </th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | | </tbody> |
| | | </table> |
| | | </div> |
| | | <div id="pagination"> |
| | | </div> |
| | | |