Commit bfe16505 authored by agping's avatar agping

客户 拨打 修改

parent 9c7ce08e
......@@ -44,7 +44,6 @@
.input {
width: 16%!important;
}
/*.text-left {
float: left;
display: inline-block;
......@@ -53,6 +52,7 @@
font-size: 14px;
}
*/
.text-right {
float: right;
display: inline-block;
......@@ -214,11 +214,13 @@
cursor: pointer
}
/*客户动态*/
.followup-modal-list-area {
height: 268px;
overflow-y: scroll;
}
/*客户详情 头像*/
.user_pic {
width: 30px;
height: 30px;
......@@ -229,10 +231,12 @@
opacity: 0;
}*/
/*拨打电话样式*/
.modal-body-width {
width: 460px;
}
#phone_title2{
#phone_title2 {
width: 100%;
height: 186px;
line-height: 186px;
......@@ -240,50 +244,66 @@
font-weight: 600;
font-size: 43px;
}
#phone_title{
#phone_title {
font-weight: 600;
}
/*控制放大镜的*/
#preview{
#preview {
z-index: 9999!important;
}
.modal-title-genjing{
.modal-title-genjing {
height: 50px;
line-height: 50px;
border-top: 3px solid #ccc;
}
.center-btn{
.center-btn {
margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
#caozuo_table_scroll{
#caozuo_table_scroll {
height: 268px;
overflow-y: scroll;
}
/*查看过的 客户详情 按钮变色*/
.btn-user-details{
.btn-user-details {
background-color: orange;
}
/*上一条 下一条 样式*/
#user_up,#user_down{
#user_up,
#user_down {
/*font-size:14px;*/
color: #337ab7;
cursor: pointer;
}
.detail-modal-header-tab{
.detail-modal-header-tab {
width: 220px;
float: left;
}
.user_up_con{
.user_up_con {
float: left;
margin-top: 5px;
font-size: 16px;
}
#user_area_add{
#user_area_add {
margin-left: 5px;
}
.call-user-five {
color: red;
font-size: 20px;
font-weight: 700;
}
</style>
<!--导航star-->
......@@ -431,7 +451,6 @@
<span class="fore-span ld-Marheight">-</span>
<input class="form-control btn4 ld-Marheight" value="" data-rule-phoneus="false" data-rule-required="false" id="first_login_end" type="date">
<select class="form-control btn2 ld-Marheight" id="user_city_choose">
<option value="" selected="selected">城市筛选</option>
<option value="310100">上海市</option>
......@@ -651,6 +670,8 @@
</div>
<div class="modal-body modal-body1">
<div class="detail-modal-body-sec">
<div class="call-user-five"></div>
<div class="detail-modal-body-sec-2">
<table class="" id="caozuo_hide" border='0'>
<thead>
<tr>
......@@ -728,7 +749,7 @@
<span class="fore-span ld-Marheight">昵称:</span>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img src="" alt="" class="fore-span ld-Marheight diagram-image J_preview user_pic" data-bimg=''/>
<img src="" alt="" class="fore-span ld-Marheight diagram-image J_preview user_pic" data-bimg='' />
<span class="fore-span ld-Marheight cus_nick"></span>
</td>
</tr>
......@@ -798,16 +819,21 @@
<span class="text-danger">(必填)</span>
</div>
<!--跟进保存-->
<div class="center-btn">
<button type="button" class="btn btn-primary right-btn" id="edit_add">保存</button>
</div>
</div>
</div>
</div>
<!--详情 约带看 切换-->
<div class="detail-modal-body-sec">
<div class="call-user-five"></div>
<div class="detail-modal-body-sec-2">
<table class="table table-striped table-bordered table-hover table-condensed" id=" ">
<thead>
<tr>
......@@ -859,14 +885,9 @@
保存
</button>
</div>
</div>
</div>
<!--<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭
</button>
<button type="button" class="btn btn-primary submit_edit" data-dismiss="modal">
提交
</button>
</div>-->
</div>
<!-- /.modal-content -->
</div>
......@@ -1175,7 +1196,7 @@
<span class="fore-span ld-Marheight">昵称:</span>
<!--<input type="hidden" value='[%= it[item]["agent_img"] %]'>-->
<!--<img src='' class="diagram-image J_preview" data-bimg=''>-->
<img src="" alt="" class="fore-span ld-Marheight diagram-image J_preview user_pic" data-bimg=''/>
<img src="" alt="" class="fore-span ld-Marheight diagram-image J_preview user_pic" data-bimg='' />
<span class="fore-span ld-Marheight cus_nick"></span>
</td>
</tr>
......
......@@ -262,6 +262,8 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
user.user_id = $(this).attr("data-id");
user.user_phone = $(this).attr("data-phone");
user.agent_id_infor = $(this).attr("data-agentId");
$('.call-user-five').html('');
$('.detail-modal-body-sec-2').show();
$('.user_call').show();
$('#edit_add').show();
$('.save-look').show();
......@@ -1128,11 +1130,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
if(data.code == 200 || data.code == 201) {
user.user_id=data.data.user_id;
if(data.code == 200){
$('.call-user-five').html('');
$('.detail-modal-body-sec-2').show();
$('.user_call').show();
$('#edit_add').show();
$('.save-look').show();
}else{
alert(data.msg)
$('.call-user-five').html(data.msg);
$('.detail-modal-body-sec-2').hide();
$('.user_call').hide();
$('#edit_add').hide();
$('.save-look').hide();
......
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