Commit c19a7381 authored by zw's avatar zw

Merge branch 'test' into 0102-v3.0.4

# Conflicts: # application/index/view/remark/remark_follow_index.html # public/resource/js/RemarkFollowIndex.js # public/resource/js/user.js
parents 9e8d0adf d6492671
...@@ -250,12 +250,7 @@ ...@@ -250,12 +250,7 @@
.modal-title-genjing { .modal-title-genjing {
height: 36px; height: 36px;
line-height: 36px; line-height: 36px;
font-weight: 600; border-top: 3px solid #ccc;
font-size: 16px;
}
.modal-title-genjing span{
cursor: pointer;
margin-right: 20px;
} }
.center-btn { .center-btn {
...@@ -595,45 +590,21 @@ ...@@ -595,45 +590,21 @@
</thead> </thead>
</table> </table>
<div> <h4 class="modal-title-genjing clear text-info">
<div class="text-info" style="margin: 2px;font-size: 16px;">最近一条带看动态</div> 客户跟进
<table class="table table-striped table-bordered table-hover table-condensed"> </h4>
<tbody class="text-center user-log-detail">
</tbody>
</table>
</div>
<div class="clear modal-title-genjing">
<span class="modal-title-genjing-con">
<span class="text-info">客户动态</span>
<span>带看动态</span>
</span>
<!--<span class="user-log-more text-info" style="float: right;">加载更多</span>-->
</div>
<div id="gen_jing_user"> <div id="gen_jing_user">
<div> <div class="followup-modal-list-area">
<div class="follow-up-modal-list-area" style="height: 212px">
<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 class="text-center" id="caozuo_table2">
</tbody> </tbody>
<tr class="text-center">
<td colspan="3">
<span class="user-log-more text-info" style="cursor: pointer;">加载更多</span>
</td>
</tr>
</table> </table>
</div> </div>
<div class="follow-up-modal-list-area" style="height: 212px">
<table class="table table-striped table-bordered table-hover table-condensed">
<tbody class="text-center" id="caozuo_table_log">
</tbody>
</table>
</div>
</div>
<div class="clear margin-top-ld"> <div class="clear margin-top-ld">
</div> </div>
<label class="col-sm-3 control-label">跟进<span class="text-danger">(必填)</span></label> <label class="col-sm-3 control-label">跟进<span class="text-danger">(必填)</span></label>
<div class="col-sm-9"> <div class="col-sm-9">
<textarea class="form-control" rows="2" id="genj_text"></textarea> <textarea class="form-control" rows="3" id="genj_text"></textarea>
</div> </div>
<label class="col-sm-3 control-label">状态标签<span class="text-danger">(必填)</span></label> <label class="col-sm-3 control-label">状态标签<span class="text-danger">(必填)</span></label>
......
This diff is collapsed.
...@@ -657,8 +657,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css! ...@@ -657,8 +657,8 @@ define(['doT', 'text!temp/financial_manager_daily_list_template_tpl.html', 'css!
doc.find("#intoPrice").val(data.money); doc.find("#intoPrice").val(data.money);
doc.find("#shouxu").val(data.transaction_fee); doc.find("#shouxu").val(data.transaction_fee);
doc.find("#realPrice").val(data.real_money); doc.find("#realPrice").val(data.real_money);
doc.find("#getPrice").text(((data.price-0)*0.8 )+ "元"); doc.find("#getPrice").text(((data.price-0)*0.7 )+ "元");
doc.find("#morePrice").text(Math.floor((data.money - ((data.price-0)*0.8))*100)/100 + "元"); doc.find("#morePrice").text(Math.floor((data.money - ((data.price-0)*0.7))*100)/100 + "元");
$("#person").text(data.current_agent_name); $("#person").text(data.current_agent_name);
$("#belongT").text(data.store_name); $("#belongT").text(data.store_name);
doc.find("#payType").val(data.pay_type); doc.find("#payType").val(data.pay_type);
......
...@@ -324,7 +324,7 @@ function urlDeal(urlStr, httpStr) { ...@@ -324,7 +324,7 @@ function urlDeal(urlStr, httpStr) {
} }
function dealPunctuation(str) {//处理跟进内容 多个标点符号 截取 function dealPunctuation(str) {//处理跟进内容 多个标点符号 截取
return str.replace(/!!!!!/g, '').replace(/!!!!!/g, '').replace(/\?\?\?\?\?/g, '').replace(/?????/g, '').replace(/。。。。。/g, ''); return (str+'!!!!!').replace(/!!!!!/g, '').replace(/!!!!!/g, '').replace(/\?\?\?\?\?/g, '').replace(/?????/g, '').replace(/。。。。。/g, '');
} }
/** /**
......
This diff is collapsed.
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