|
@@ -15,8 +15,8 @@
|
|
|
</header>
|
|
|
<div id="leftList">
|
|
|
<ul class="nav nav-pills diy nav-stacked">
|
|
|
- <li role="presentation" class="active"><a href="#suggestions" aria-controls="home" role="tab" data-toggle="tab">投诉建议</a></li>
|
|
|
- <li role="presentation"><a href="#managers" aria-controls="home" role="tab" data-toggle="tab">人员管理</a></li>
|
|
|
+ <li role="presentation" class="active"><a class="slip" ng-click="animate($event)" href="#suggestions" aria-controls="home" role="tab" data-toggle="tab"><span>投诉建议</span></a></li>
|
|
|
+ <li role="presentation"><a class="slip" ng-click="animate($event)" href="#managers" aria-controls="home" role="tab" data-toggle="tab"><span>人员管理</span></a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
<content>
|
|
@@ -26,15 +26,15 @@
|
|
|
<span class="glyphicon glyphicon-search"></span>
|
|
|
<input type="text" class="form-control input-sm" placeholder="搜索关键字. . ." ng-model="searchName">
|
|
|
</div>
|
|
|
- <button type="button" class="glyphicon glyphicon-refresh" title="刷新" ng-click="onRefresh($event)"></button>
|
|
|
<div class="button-add">
|
|
|
<button type="button" class="btn btn-primary glyphicon glyphicon-file"><span>新建问题</span></button>
|
|
|
<button type="button" class="btn btn-primary glyphicon glyphicon-plus"><span>添加人员</span></button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="tab-content">
|
|
|
+ <a class="glyphicon glyphicon-refresh" title="刷新" href="javascript:window.location.reload()"></a>
|
|
|
<div role="tabpanel" class="tab-pane active" id="suggestions">
|
|
|
- <form id="form1">
|
|
|
+ <form class="form">
|
|
|
<!-- Table -->
|
|
|
<table id="header">
|
|
|
<thead>
|
|
@@ -71,20 +71,20 @@
|
|
|
<td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
<td style="padding-left:20px;">
|
|
|
<div class="button-control">
|
|
|
- <button type="button" class="btn btn-primary">查看详细</button>
|
|
|
+ <button data-toggle="modal" data-target="#smsModal" type="button" ng-click="infoView(user)" class="btn btn-primary">查看详细</button>
|
|
|
<button type="button" class="btn btn-danger">删除</button>
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr class="Tr">
|
|
|
<td><input class="checkbox-t" type="checkbox" ng-checked="checkedtotal" ng-click="checkedTr($event)"></td>
|
|
|
- <td style="text-align:center;padding-right:16px;"> {{ ($index + 1)+(currentPage-1)*10 }} </td>
|
|
|
+ <td style="text-align:center;padding-right:16px;"> {{ ($index + 2)+(currentPage-1)*10 }} </td>
|
|
|
<td>2017-08-16 11:11:11</td>
|
|
|
<td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
<td><input type="text" readonly="readonly" value="丽水市万赛软件科技有限公司维护号丽水市万赛软件科技有限公司维护号"></td>
|
|
|
<td style="padding-left:20px;">
|
|
|
<div class="button-control">
|
|
|
- <button type="button" class="btn btn-primary">查看详细</button>
|
|
|
+ <button data-toggle="modal" data-target="#smsModal" type="button" ng-click="infoView(user)" class="btn btn-primary">查看详细</button>
|
|
|
<button type="button" class="btn btn-danger">删除</button>
|
|
|
</div>
|
|
|
</td>
|
|
@@ -94,11 +94,75 @@
|
|
|
</form>
|
|
|
</div>
|
|
|
<div role="tabpanel" class="tab-pane" id="managers">
|
|
|
- <form id="form2">
|
|
|
-
|
|
|
+ <form class="form">
|
|
|
+ <table id="header">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th style="min-width:30px;">
|
|
|
+ <input style="margin-left:5px;margin-top:8px;" type="checkbox" ng-click="checkedTotal()" ng-model="checkedtotal">
|
|
|
+ </th>
|
|
|
+ <th style="min-width:50px;">序号</th>
|
|
|
+ <th style="min-width:200px;padding-left:50px;">用户名</th>
|
|
|
+ <th style="width:200px">手机号码</th>
|
|
|
+ <th style="width:200px">固定电话</th>
|
|
|
+ <th style="width:660px;padding-left:20px;">操作</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ </table>
|
|
|
+ <div style="border-top:solid 1px #ddd;margin:5px auto;"></div>
|
|
|
+ <table id="content">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th style="min-width:30px;"></th>
|
|
|
+ <th style="min-width:50px;"></th>
|
|
|
+ <th style="min-width:200px;padding-left:50px;"></th>
|
|
|
+ <th style="width:200px"></th>
|
|
|
+ <th style="width:200px"></th>
|
|
|
+ <th style="width:660px;padding-left:20px;"></th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr class="Tr">
|
|
|
+ <td><input class="checkbox-t" type="checkbox" ng-checked="checkedtotal" ng-click="checkedTr($event)"></td>
|
|
|
+ <td style="text-align:center;padding-right:16px;"> {{ ($index + 1)+(currentPage-1)*10 }} </td>
|
|
|
+ <td style="padding-left:51px;">客服一</td>
|
|
|
+ <td>15906422850</td>
|
|
|
+ <td>0578-2021088</td>
|
|
|
+ <td style="padding-left:20px;">
|
|
|
+ <div class="button-control">
|
|
|
+ <button data-toggle="modal" data-target="#smsModal" type="button" ng-click="infoView(user)" class="btn btn-primary">修改资料</button>
|
|
|
+ <button type="button" class="btn btn-danger">删除</button>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
</form>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="modal fade" id="smsModal" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="smsModalLabel" aria-hidden="true">
|
|
|
+ <div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
+ <p id="title">问题详细</p>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <p>短信发送人:<input type="text" readonly="readonly" value="{{userInfo.Sender}}"></p>
|
|
|
+ <p>接收人手机:<input type="text" readonly="readonly" value="{{userInfo.Receiver}}"> </p>
|
|
|
+ <p>发送时间:<input type="text" readonly="readonly" value="{{userInfo.FirstTime}} {{userInfo.LastTime}}"> </p>
|
|
|
+ <p>短信内容:</p>
|
|
|
+ <textarea rows="5" type="text" readonly="readonly">{{userInfo.SMSContent}}</textarea>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <!-- /.modal-content -->
|
|
|
+ </div>
|
|
|
+ <!-- /.modal-dialog -->
|
|
|
+ </div>
|
|
|
+ <!-- /.modal -->
|
|
|
</div>
|
|
|
</content>
|
|
|
<footer class="foot">
|