Commit 052fec6a authored by agping's avatar agping

客户列表修改

parent c8fb7853
......@@ -749,13 +749,12 @@
<div class="clear">
</div>
<div class="followup-modal-list-area">
<table class="table table-striped table-bordered table-hover table-condensed" ">
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody class="text-center " id="caozuo_table2 ">
</tbody>
</table>
</div>
</div>
<div class="modal-footer ">
<button type="button " class="btn btn-default " data-dismiss="modal ">关闭
......@@ -894,31 +893,31 @@
<!-- /.modal -->
</div>
<!--拨打手机号-->
<div class="modal fade " id="modal-call " tabindex="-1 " role="dialog " aria-labelledby="myModalLabel " aria-hidden="true ">
<div class="modal fade " id="modal-call" tabindex="-1 " role="dialog " aria-labelledby="myModalLabel " 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 type="button " class="close " data-dismiss="modal" aria-hidden="true">
&times;
</button>
<h4 class="modal-title ">
请使用
<span id="phone_title ">
<span id="phone_title">
</span>
的手机拨打该虚拟号
</h4>
</div>
<div class="modal-body ">
<div class="modal-body ">
<input type="hidden " value=" " id="delete_id " />
<span id="phone_title2 ">
<!--<input type="hidden " value=" " id="delete_id " />-->
<span id="phone_title2">
</span>
</div>
</div>
<div class="modal-footer ">
<button type="button " class="btn btn-default " data-dismiss="modal " id="unbind_call ">没打通
<div class="modal-footer">
<button type="button" class="btn btn-default " data-dismiss="modal" id="unbind_call">没打通
</button>
<button type="button " class="btn btn-primary " id=" " data-dismiss="modal ">
<button type="button" class="btn btn-primary " data-dismiss="modal">
已拨打
</button>
</div>
......
......@@ -188,11 +188,11 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
}
});
//拨打手机号
$(document).on("click", "#user_call", function() { //手机号搜索客方
$(document).on("click", "#user_call", function() {
user.user_Call();
});
//没打通手机号
$(document).on("click", "#unbind_call", function() { //手机号搜索客方
$(document).on("click", "#unbind_call", function() {
user.unbind_Call();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment