Parcourir la Source

咨询刷新问题及搜索资源,专家信息在ie浏览器的图片会存成默认图片问题

luyanan 8 ans auparavant
Parent
commit
95d129984d

+ 4 - 3
src/main/webapp/css/workspace.css

@ -35,10 +35,10 @@
35 35
.maintab{ border-bottom:1px dashed #d7d7d7; margin-top:20px; overflow:hidden;}
36 36
.maintab:last-child{border-bottom:none;}
37 37
.worktab *{ text-align:center; color:#000;}
38
.lefttab{ width:16%;min-width: 162px; /* max-height:400px; */ overflow:hidden;}
38
.lefttab{ width:16%;min-width: 162px; max-height:400px; overflow:hidden;}
39 39
.resoubrief{width:100%;height:300px; overflow:hidden;}
40 40
.resoubrief tr td{ /*border-bottom:1px solid #d6d6d6;*/ max-height:180px; padding:6px 0;}
41
.resoubrief tr td ul{max-height: 200px;overflow: hidden;}
41
.resoubrief tr td ul{max-height: 260px;overflow: hidden;}
42 42
.resoubrief tr td ul li{ width:100%; max-width:160px; text-indent:1.5em; word-break: break-all;text-align: justify; /*text-overflow:ellipsis; overflow:hidden; white-space:nowrap;*/}
43 43
.resoubrief tr td ul li:first-child{text-indent:0;font-size: 15px;color: #ff8400;}
44 44
.resoubrief tr td .resoimgbox{width: 160px; height: 160px;border-radius: 4px; overflow:hidden;}
@ -187,7 +187,8 @@
187 187
.dialogcontain .dialogstatus{ position:absolute; top:-20px; right: -8px;background: #ff8400; color: #fff; padding: 0 60px;border-radius: 20px 0 0 20px;z-index: 2; line-height: 40px; }
188 188
.dialogcontain .dialogstatus em{position: absolute;width: 0px; height: 0px;border-top: 0px solid  rgb(180, 60, 6);border-bottom: 6px solid transparent;border-left: 8px solid  rgb(180, 60, 6); border-right: 0px solid transparent;right: 0px; bottom: -5px;}
189 189

190
.dialogbody{ padding:20px; background:#FFF1DD; border-bottom:1px #d6d6d6 solid; min-height: 320px; max-height: 500px; overflow-y:auto;}
190
.dialogbody{ padding:20px; background:#FFF1DD; border-bottom:1px #d6d6d6 solid; min-height: 320px; overflow-y:auto;}
191
.dialog{max-height: 500px;}
191 192
.dialogbody .scrollBar{position: absolute; top: 0;width: 4px; height: 100%; border-radius: 2px;overflow: hidden;}
192 193
.dialogbody .scrollBar .bar{ position: absolute;left: 0; width: 100%; height: 40%;border-radius: 2px; background:#888; overflow: hidden; cursor: pointer;}
193 194
.dialogbody .dialoghistory{display: block; padding: 0 0 0 20px;border-style: solid;border-width: 1px 0 0 0;position: relative; margin: 25px 82px 14px; border-style: dashed; border-color: #d9d9d9;}

+ 1 - 1
src/main/webapp/diloags.html

@ -68,7 +68,7 @@
68 68
            <div class="dialogstatus"><em></em><span id="dil_consultStatus"></span></div>
69 69
        </div>
70 70
        
71
        <div class="dialogbody clearfix" id="dialogContent">
71
        <div class="dialogbody clearfix dialog" id="dialogContent">
72 72
        
73 73
            <fieldset class="dialoghistory">
74 74
                <legend class="dialogword">以上为历史记录</legend> 

+ 13 - 4
src/main/webapp/js/consult.js

@ -581,10 +581,17 @@ function dialogContentDataHandle2(consultId){
581 581
		"type":"get",
582 582
		"data":{"consultId":consultId},
583 583
		"success":function(response){
584
			$("#dialogContent").empty("");						
584 585
			var dialogConData = response["data"];
585 586
			var dialogStr;
586 587
			dialogStr = dialogContentStrFn(dialogConData);
587
			$("#dialogContent").prepend(dialogStr);
588
			$("#dialogContent").prepend(dialogStr);	
589
			$("#dialogContent").removeClass("dialog");
590
			var height=$("#dialogContent").height();
591
			console.log(height);			
592
						
593
			$("#dialogContent").addClass("dialog");
594
			$("#dialogContent").scrollTop(height);
588 595
		},
589 596
		error:function(error){
590 597
			
@ -603,9 +610,11 @@ function sendDialogContentFn2(sendId,consultId){
603 610
		"type":"post",
604 611
		"data":{"tidingsContant":tidingsContant,"senderId":sendId,"consultId":consultId},
605 612
		"success":function(response){
606
//			console.log(response);//返回对话内容的id
607
			$("#dialogContent").empty();
608
			dialogContentDataHandle2(consultId);
613
		//	console.log(response);//返回对话内容的id
614
			if(response.success){
615
				
616
				dialogContentDataHandle2(consultId);
617
			}			
609 618
		},
610 619
		"error":function(error){
611 620
			//对话发送消息失败

+ 25 - 23
src/main/webapp/js/information.brow.js

@ -249,7 +249,7 @@ loginStatus();//读取用户头像
249 249
							$("#name").val($info.name);
250 250
							$("#title").val($info.title);
251 251
							$("#orgId").val($info.orgId);
252
							$("#organ").attr("href","organization-brow.html?orgId="+$info.orgId+"");
252
							//$("#organ").attr("href","organization-brow.html?orgId="+$info.orgId+"");
253 253
							//console.log($info.orgId);
254 254
							$("#orgName").val($info.orgName);
255 255
							$("#department").val($info.department);
@ -509,33 +509,35 @@ $(".subsidebar").click(function(){
509 509
				nowDate="0"+nowDate.toString();
510 510
			}
511 511
			var now = nowYear + "-" + nowMonth + "-" + nowDate;
512
			$( "#datepicker").val(now);
513
			
514
			//console.log(now);
515
			
516
			$( "#datepicker" ).datepicker({ "dateFormat":" yy-mm-dd"});
517
			//console.log(name);
512
			$( "#datepicker").val(now);					
513
			$( "#datepicker" ).datepicker({ "dateFormat":" yy-mm-dd"});			
518 514
			$(".timelo").css("display","none");
519 515
			$(".namecon").text(name);
520 516
			$(".applysure").hide();
521 517
			$(".btnboxup").hide();
522 518
			var index1=$(this).parent().parent().parent().index();
523
			var resName=$('.presou').eq(index1).text();
524
			//console.log(index1);
525
			var m=console.log();
526
			var resourceID=$(this).attr("resourceId");
527
			$(".resouImage").attr("src","/images/resource/"+resourceID+".jpg");
528
			$(".resouImage").load(function(){})
529
				.error(function(nfo){
530
					$(this).attr("src","/images/default-resource.jpg");
531
				});
532
			
533
			//console.log(resourceID);
534
			//
535
			$(".log").text(resName);
536
			
537
			getIdentity(userid);
538
			
519
			var resName=$('.presou').eq(index1).text();					
520
			var resourceID=$(this).attr("resourceId");			
521
			$.ajax({		
522
				"url":"/ajax/resource/"+resourceID,
523
				"type":"get",
524
				"async": false,
525
				"success":function(infonfo)
526
				{
527
					if(info.success)
528
					{						
529
						if(info.data.images.length)
530
						{
531
							$(".resouImage").attr("src","/images/resource/"+resourceID+".jpg");
532
						}
533
						else{
534
							$(".resouImage").attr("src","/images/default-resource.jpg");
535
						}
536
					}
537
				}
538
		})					
539
			$(".log").text(resName);			
540
			getIdentity(userid);			
539 541
			$("#deliver").on("click",function()
540 542
					{	
541 543
				

+ 27 - 14
src/main/webapp/js/search.js

@ -169,13 +169,15 @@ $(function(){
169 169
 								}	                                              
170 170
 			                    add+='<div class="operbox"><span class="operbtn consultbtn" id="'+$da[i]["professor"]["id"]+'">咨询</span><span class="operbtn applybtn appl" resourceId='+$da[i].resourceId+' resourceName='+$da[i].resourceName+' professor='+$da[i].professor.name+'>申请</span></div>'
171 171
 			                	add+='</div>'
172
 			                	$("#professorList").append(add);
173
 			                    
174
 			                   $(".resourceImg").eq(i).attr("src","/images/resource/"+$da[i].resourceId+".jpg");
175
 								$(".resourceImg").load(function(){})
176
 									.error(function(){
177
 										$(this).attr("src","/images/default-resource.jpg");
178
 									});	
172
 			                		var $add=$(add);
173
 			                	$("#professorList").append($add);
174
 			                   if(data.data.data[i].images.length)
175
 								{
176
 								$add.find(".resourceImg").attr("src","/images/resource/"+$da[i].resourceId+".jpg");
177
 								}
178
 								else{
179
 									$add.find(".resourceImg").attr("src","/images/default-resource.jpg");
180
 								}			                 
179 181
 							}
180 182
 							if(isbind == true){
181 183
								$(".tcdPageCode").createPage({
@ -450,13 +452,24 @@ $(function(){
450 452
			var resName=$(this).attr("resourcename");
451 453
			var name=$(this).attr("professor");
452 454
			var resourceID=$(this).attr("resourceId");	
453
			
454
			$(".resouImage").attr("src","/images/resource/"+resourceID+".jpg");
455
			$(".resouImage").load(function(){})
456
				.error(function(){
457
					$(this).attr("src","/images/default-resource.jpg");
458
				});
459
			
455
			$.ajax({		
456
				"url":"/ajax/resource/"+resourceID,
457
				"type":"get",
458
				"async": false,
459
				"success":function(info)
460
				{
461
					if(info.success)
462
					{						
463
						if(info.data.images.length)
464
						{
465
							$(".resouImage").attr("src","/images/resource/"+resourceID+".jpg");
466
						}
467
						else{
468
							$(".resouImage").attr("src","/images/default-resource.jpg");
469
						}
470
					}
471
				}
472
		})							
460 473
			$(".namecon").text(name);
461 474
			$(".applysure").hide();
462 475
			$(".btnboxup").hide();