|
@@ -27,8 +27,8 @@
|
|
|
<input type="text" class="form-control input-sm" placeholder="搜索关键字. . ." ng-model="searchName">
|
|
|
</div>
|
|
|
<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>
|
|
|
+ <button type="button" data-toggle="modal" data-target="#infoModal-new" class="btn btn-primary glyphicon glyphicon-file"><span>新建问题</span></button>
|
|
|
+ <button type="button" data-toggle="modal" data-target="#personModal-new" class="btn btn-primary glyphicon glyphicon-plus"><span>添加人员</span></button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="tab-content">
|
|
@@ -129,7 +129,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--info-->
|
|
|
- <div class="modal fade" id="infoModal" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="infoModalLabel" aria-hidden="true">
|
|
|
+ <div class="modal fade infoModal" id="infoModal" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="infoModalLabel" aria-hidden="true">
|
|
|
<div class="modal-dialog">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
@@ -163,8 +163,38 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div class="modal fade infoModal" id="infoModal-new" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="infoModalLabel" 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="titleA">新建问题</p>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <p>创建时间:<input type="text" class="form-control input-sm" ng-model="createDate"></p>
|
|
|
+ <p>提交用户:<input type="text" class="form-control input-sm"></p>
|
|
|
+ <p>手机号码:<input type="text" class="form-control input-sm"></p>
|
|
|
+ <p>问题详细:</p>
|
|
|
+ <span class="text-message" contenteditable="plaintext-only"></span>
|
|
|
+
|
|
|
+ <p>图片描述:
|
|
|
+ <div id="imgpreview">
|
|
|
+ </div>
|
|
|
+ </p>
|
|
|
+ <p>所在位置:</p>
|
|
|
+ <div class="text-map">
|
|
|
+ <gaode-map options="mapOptions" style="height:180px"></gaode-map>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button type="button" data-toggle="modal" data-target="#okModal" class="btn btn-success">报 存</button>
|
|
|
+ <!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--person-->
|
|
|
- <div class="modal fade" id="personModal" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="personModalLabel" aria-hidden="true">
|
|
|
+ <div class="modal fade personModal" id="personModal" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="personModalLabel" aria-hidden="true">
|
|
|
<div class="modal-dialog">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
@@ -172,25 +202,60 @@
|
|
|
<p id="titleA">修改资料</p>
|
|
|
</div>
|
|
|
<div class="modal-body">
|
|
|
- <p><span>登  录  名:</span><input type="text" class="form-control input-sm" ng-model="searchName">
|
|
|
- <span>密      码:</span> <input type="text" class="form-control input-sm" ng-model="searchName">
|
|
|
- </p>
|
|
|
- <p><span>用  户  名:</span><input type="text" class="form-control input-sm" ng-model="searchName">
|
|
|
- <span>性      别:</span> <input type="text" class="form-control input-sm" ng-model="searchName">
|
|
|
+ <p><input type="text" class="form-control input-sm" ng-value="user.loginname"><span>登录名:</span></p>
|
|
|
+ <p><input type="password" class="form-control input-sm" ng-value="user.password"><span>密码:</span></p>
|
|
|
+ <p><input type="text" class="form-control input-sm" ng-value="user.name"><span>用户名:</span></p>
|
|
|
+ <p><select class="form-control input-sm" ng-value="getSex()">
|
|
|
+ <option>保密</option>
|
|
|
+ <option>男</option>
|
|
|
+ <option>女</option>
|
|
|
+ </select>
|
|
|
+ <span>性别:</span>
|
|
|
</p>
|
|
|
- <p><span>手机号码:</span><input type="text" class="form-control input-sm" ng-model="searchName">
|
|
|
- <span>座机号码:</span> <input type="text" class="form-control input-sm" ng-model="searchName">
|
|
|
+ <div style="height:10px;width:20px"></div>
|
|
|
+ <p><input type="text" class="form-control input-sm" ng-value="user.mob"><span>手机号码:</span></p>
|
|
|
+ <p><input type="text" class="form-control input-sm" ng-value="user.tel"><span>座机号码:</span></p>
|
|
|
+ <p><input type="text" class="form-control input-sm" ng-value="user.email"><span>邮箱地址:</span></p>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <button ng-click="save($event)" type="button" data-toggle="modal" data-target="#okModal" class="btn btn-success">保 存</button>
|
|
|
+ <!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="modal fade personModal" id="personModal-new" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="personModalLabel" 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="titleA">添加人员</p>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body">
|
|
|
+ <p><input type="text" class="form-control input-sm"><span>登录名:</span></p>
|
|
|
+ <p><input type="password" class="form-control input-sm"><span>密码:</span></p>
|
|
|
+ <p><input type="text" class="form-control input-sm"><span>用户名:</span></p>
|
|
|
+ <p><select class="form-control input-sm">
|
|
|
+ <option>保密</option>
|
|
|
+ <option>男</option>
|
|
|
+ <option>女</option>
|
|
|
+ </select>
|
|
|
+ <span>性别:</span>
|
|
|
</p>
|
|
|
+ <div style="height:10px;width:20px"></div>
|
|
|
+ <p><input type="text" class="form-control input-sm"><span>手机号码:</span></p>
|
|
|
+ <p><input type="text" class="form-control input-sm"><span>座机号码:</span></p>
|
|
|
+ <p><input type="text" class="form-control input-sm"><span>邮箱地址:</span></p>
|
|
|
</div>
|
|
|
<div class="modal-footer">
|
|
|
- <button type="button" data-toggle="modal" data-target="#okModal" class="btn btn-success">保 存</button>
|
|
|
+ <button ng-click="save($event)" type="button" data-toggle="modal" data-target="#okModal" class="btn btn-success">保 存</button>
|
|
|
<!--<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--OK-->
|
|
|
- <div class="modal fade" id="okModal" tabindex="-2" role="dialog" data-backdrop="static" aria-labelledby="okModalLabel" aria-hidden="true">
|
|
|
+ <div class="modal fade okModal" id="okModal" tabindex="-2" role="dialog" data-backdrop="static" aria-labelledby="okModalLabel" aria-hidden="true">
|
|
|
<div class="modal-dialog">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|