|
@@ -44,7 +44,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(4) {
|
|
.table > thead > tr > th:nth-child(4) {
|
|
- width: 4%;
|
|
|
|
|
|
+ width: 5%;
|
|
}
|
|
}
|
|
|
|
|
|
.table > thead > tr > th:nth-child(5) {
|
|
.table > thead > tr > th:nth-child(5) {
|
|
@@ -134,49 +134,30 @@
|
|
<div style="width: 120px;height: 40px;position: relative;float: right;">
|
|
<div style="width: 120px;height: 40px;position: relative;float: right;">
|
|
<a id="return" href="/manage/loan/cluelist"> 返回上一级</a>
|
|
<a id="return" href="/manage/loan/cluelist"> 返回上一级</a>
|
|
</div>
|
|
</div>
|
|
- <div class="row" style="width:96%; margin:0 auto;">
|
|
|
|
|
|
+ <div class="row" style="width:96%; margin:0 auto; position: relative">
|
|
{{include "/manage/slider.html"}}
|
|
{{include "/manage/slider.html"}}
|
|
|
|
|
|
<div id="content">
|
|
<div id="content">
|
|
<div id="audit" style="margin-top: 20px"></div>
|
|
<div id="audit" style="margin-top: 20px"></div>
|
|
</div>
|
|
</div>
|
|
- <div class="record" style="display: none">
|
|
|
|
- <div style="float: left;
|
|
|
|
- position: relative;
|
|
|
|
- margin-left: 214px;
|
|
|
|
- margin-top: -600px;
|
|
|
|
- width: 200px;
|
|
|
|
- height: 200px;
|
|
|
|
-overflow-y: auto;">
|
|
|
|
|
|
+ <div class="record" style="margin-left: 214px;
|
|
|
|
+ /* height: auto; */
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-around;
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 140px;">
|
|
|
|
+ <div style="width: 200px;height: 200px;overflow-y: auto;">
|
|
<span style="font-size: 24px;">1 回访记录:</span>
|
|
<span style="font-size: 24px;">1 回访记录:</span>
|
|
<div id="visit_record"></div>
|
|
<div id="visit_record"></div>
|
|
</div>
|
|
</div>
|
|
- <div style="
|
|
|
|
- position: relative;
|
|
|
|
- float: left;
|
|
|
|
- margin-left: 419px;
|
|
|
|
- margin-top: -600px;
|
|
|
|
- width: 200px;
|
|
|
|
- height: 200px;
|
|
|
|
- overflow-y: auto;
|
|
|
|
-
|
|
|
|
-">
|
|
|
|
|
|
+ <div style="width: 200px;height: 200px;overflow-y: auto;float: left;position: relative;margin-left: 25px;">
|
|
<span style=" font-size: 24px;">2 评估意见:</span>
|
|
<span style=" font-size: 24px;">2 评估意见:</span>
|
|
<div id="evaluation"></div>
|
|
<div id="evaluation"></div>
|
|
</div>
|
|
</div>
|
|
- <div style="
|
|
|
|
- position: relative;
|
|
|
|
- float: right;
|
|
|
|
- margin-right: 10px;
|
|
|
|
- margin-top: -600px;
|
|
|
|
- width: 580px;
|
|
|
|
- height: 200px;
|
|
|
|
- font-size: 24px;
|
|
|
|
-">
|
|
|
|
|
|
+ <div style="width: 500px;height: 200px;font-size: 24px; float: left;position: relative;margin-left: 25px;">
|
|
<span >3 分类意见:</span>
|
|
<span >3 分类意见:</span>
|
|
<textarea id="classify_msg" name="classify_msg" style="margin-left: 100px;"></textarea>
|
|
<textarea id="classify_msg" name="classify_msg" style="margin-left: 100px;"></textarea>
|
|
- <div style="padding-left: 97px;
|
|
|
|
- margin-top: 30px;">
|
|
|
|
|
|
+ <div style="">
|
|
<input type="button" style="width: 90px; height: 33px; left: 1166px; top: 852px; z-index: 22; background-color: rgb(202, 198, 133); border-color: rgb(187, 187, 187); border-width: 1px; border-style: solid; border-radius: 4px; font-size: 14px; text-align: center; font-weight: normal; font-style: normal; opacity: 1;" value="提交" onclick="submit()">
|
|
<input type="button" style="width: 90px; height: 33px; left: 1166px; top: 852px; z-index: 22; background-color: rgb(202, 198, 133); border-color: rgb(187, 187, 187); border-width: 1px; border-style: solid; border-radius: 4px; font-size: 14px; text-align: center; font-weight: normal; font-style: normal; opacity: 1;" value="提交" onclick="submit()">
|
|
</div>
|
|
</div>
|
|
<div style="padding-left: 357px;
|
|
<div style="padding-left: 357px;
|
|
@@ -230,18 +211,14 @@ overflow-y: auto;">
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: "申请日期", field: "price", callback: function (d) {
|
|
|
|
- return timestampToTime(d.application_time)
|
|
|
|
|
|
+ title: "企业联系方式", field: "price", callback: function (d) {
|
|
|
|
+ return d.phoneNum
|
|
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- title: "回访人", field: "person",callback:function (d) {
|
|
|
|
- if (typeof(d.visit_person) != "undefined"){
|
|
|
|
- return d.visit_person
|
|
|
|
- }else{
|
|
|
|
- return ""
|
|
|
|
- }
|
|
|
|
|
|
+ title: "企业联系人", field: "person",callback:function (d) {
|
|
|
|
+ return d.username
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -337,7 +314,7 @@ overflow-y: auto;">
|
|
if(content!=""&&classify!=""){
|
|
if(content!=""&&classify!=""){
|
|
$.ajax({
|
|
$.ajax({
|
|
url: "/manage/jy_loan/cluesave",
|
|
url: "/manage/jy_loan/cluesave",
|
|
- method: "post",
|
|
|
|
|
|
+ type: "post",
|
|
data: {
|
|
data: {
|
|
"classify_msg":content,
|
|
"classify_msg":content,
|
|
"uid":uid,
|
|
"uid":uid,
|