Commit 5da73201 authored by agping's avatar agping

修改

parent eb5c7cfa
......@@ -49,6 +49,7 @@
.ld-Marheight-city{
margin-top: 8px;
}
</style>
<div id="page-content-wrapper">
<div class="container">
......
......@@ -374,4 +374,9 @@ a:hover{
}
.ld-Marheight-city{
margin-top: 8px;
}
.follow-up-home{
word-break: break-all;
word-wrap: break-word;
overflow: hidden;
}
\ No newline at end of file
......@@ -1149,7 +1149,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
//客户动态 即跟进
var caozuo_table = "";
$.each(data['data']['user_date'], function(i, item) {
caozuo_table += '<tr><td class="text-left" width="70%">' + item.step + '</td><td>' + item.name + '</td><td>' + item.create_time + '</td></tr>';
caozuo_table += '<tr><td class="text-left follow-up-home" width="70%">' + item.step + '</td><td>' + item.name + '</td><td>' + item.create_time + '</td></tr>';
});
if(caozuo_table){
$("#caozuo_table2").html(caozuo_table);
......
......@@ -1234,7 +1234,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
var caozuo_table = "";
$.each(data['data']['user_date'], function(i, item) {
if(item.step_name=='report'){
caozuo_table += '<tr><td class="text-left" width="70%">' + item.step+'到场时间:'+ item.predict_see_time +'备注:'+item.intro+ '</td><td>' + item.name + '</td><td>' + item.create_time + '</td></tr>';
caozuo_table += '<tr><td class="text-left follow-up-home" width="70%">' + item.step+'到场时间:'+ item.predict_see_time +'备注:'+item.intro+ '</td><td>' + item.name + '</td><td>' + item.create_time + '</td></tr>';
}else{
caozuo_table += '<tr><td class="text-left" width="70%">' + item.step+ '</td><td>' + item.name + '</td><td>' + item.create_time + '</td></tr>';
}
......
......@@ -4,7 +4,7 @@
<tr class="text-center">
<!--对接接口-->
<td>[%= it[item]['create_time'] %]</td>
<td width="47%" class="text-left">[%= it[item]['follow_up_info'] %]</td>
<td width="47%" class="text-left follow-up-home">[%= it[item]['follow_up_info'] %]</td>
<td>[%= it[item]['name'] %]</td>
<td>[%= it[item]['house_id'] %]</td>
<td>
......
......@@ -3,7 +3,7 @@
[% for(var item in it){ %]
<tr class="text-center">
<td>[%= it[item]['create_time'] %]</td>
<td width="46%" class="text-left">
<td width="46%" class="text-left follow-up-home">
[% if(it[item]['label_name']) { %]
[%= it[item]['label_name'] %]
[% }else{ %]
......
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