zouyuxuan 5 年之前
父節點
當前提交
03e8a99820

+ 1 - 1
core/src/qfw/manage/loan.go

@@ -371,7 +371,7 @@ func (this *LoanAction)Classification_list(){
 	}else{
 		//per_page,_ := this.GetInteger("per_page")
 		//current_page,_ := this.GetInteger("page")
-		ldata:=*mgo.Find("jy_loan_classify",nil,nil,nil,false,0,5)
+		ldata:=*mgo.Find("jy_loan_classify",nil,nil,nil,false,0,10)
 		count := mgo.Count("jy_loan_classify", nil)
 		if len(ldata)!=0{
 			this.ServeJson(map[string]interface{}{

+ 2 - 2
core/src/web/templates/manage/loan/clue.html

@@ -210,7 +210,7 @@
             ,
             classname: "table-hover"
             ,
-            css: {"height": "200px"}
+            css: {"height": "300px"}
             //,post:{"name":"ee"}
             ,
             url: '/manage/jy_loan/cluedetail?uid='+uid
@@ -264,7 +264,7 @@
                         $("#visit_record").html(d.visit_msg);
                         $("#evaluation").html(d.opinion_msg);
                         $(".record").show();
-                        var select = '<select id="classify" name="" style="width: 70px;height: 25px" >'+'<option></option>'
+                        var select = '<select id="classify" name=""  style="width: 70px;height: 25px" >'+'<option></option>'
                         $.ajax({
                             url:"/manage/jy_loan/classificationlist",
                             method:"get",

+ 1 - 1
core/src/web/templates/manage/loan/cluelist.html

@@ -167,7 +167,7 @@
             ,
             classname: "table-hover"
             ,
-            css: {"height": "400px"}
+            css: {"height": "300px"}
             //,post:{"name":"ee"}
             ,
             url: '/manage/jy_loan/cluelist'

+ 3 - 1
core/src/web/templates/manage/loan/evaluation.html

@@ -180,7 +180,7 @@
             ,
             classname: "table-hover"
             ,
-            css: {"height": "400px"}
+            css: {"height": "300px"}
             //,post:{"name":"ee"}
             ,
             url: '/manage/jy_loan/evaluationlist'
@@ -273,6 +273,8 @@
     //双击事件
     $("#content").on("dblclick","#audit>.dt-table-wrapper>.table>tbody>tr",function(){
         uid = $(this).find("td").eq(7).text();
+        $(this).css("background","rgb(202, 198, 133)");
+        $(this).siblings().css("background","rgb(255,255,255)");
         $.ajax({
             url:"/manage/jy_loan/evaluation",
             datatype: "json",

+ 1 - 1
core/src/web/templates/manage/loan/show_clue.html

@@ -191,7 +191,7 @@
                 ,
                 classname: "table-hover"
                 ,
-                css: {"height": "200px"}
+                css: {"height": "300px"}
                 //,post:{"name":"ee"}
                 ,
                 url: '/manage/jy_loan/clueshow?uid='+uid

+ 4 - 2
core/src/web/templates/manage/loan/visit.html

@@ -177,7 +177,7 @@
             ,
             classname: "table-hover"
             ,
-            css: {"height": "400px"}
+            css: {"height": "300px"}
             //,post:{"name":"ee"}
             ,
             url: '/manage/jyloan/telephoneinterviews'
@@ -215,7 +215,7 @@
                     }
                 },
                 {
-                    title: "贷款评论", field: "remark", callback: function (d) {
+                    title: "贷款用途", field: "remark", callback: function (d) {
                         return d.remark
 
                     }
@@ -262,6 +262,8 @@
         $("#person").val("");
         $(".record").show();
         $("#person").focus();
+        $(this).css("background","rgb(202, 198, 133)")
+        $(this).siblings().css("background","rgb(255,255,255)");
 
     });
     //单击事件