Selaa lähdekoodia

索要记录按钮展示修改

liuzhen 5 vuotta sitten
vanhempi
commit
613f05b23f

+ 1 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/askRecords.html

@@ -494,7 +494,7 @@
494 494
 			      	title: '查看知识库详情',
495 495
 			      	area: ['70%', '60%'],
496 496
 			      	maxmin:true,
497
-			      	content: 'newRepositoryDetail.html?ids='+ ids
497
+			      	content: 'newRepositoryDetail.html?ids='+ ids+"&hide="+'2',
498 498
 			    });
499 499
 		}
500 500
 		//添加到知识库

+ 1 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/askRecords1.html

@@ -488,7 +488,7 @@
488 488
 			      	title: '查看知识库详情',
489 489
 			      	area: ['70%', '60%'],
490 490
 			      	maxmin:true,
491
-			      	content: 'newRepositoryDetail.html?ids='+ ids
491
+			      	content: 'newRepositoryDetail.html?ids='+ ids+"&hide="+'2',
492 492
 			    });
493 493
 		}
494 494
 		//添加到知识库

+ 6 - 1
WebUI/CallCenterWeb.UI/zhiShiKu/newRepositoryDetail.html

@@ -275,6 +275,7 @@
275 275
 				
276 276
 				var ids=helper.request.queryString("ids");
277 277
 				var depId=helper.request.queryString("DeptId");
278
+				var hide=helper.request.queryString("hide");
278 279
 				$(document).ready(function(){
279 280
 					//关闭自身 
280 281
 				       window.formClose = function(){
@@ -348,7 +349,11 @@
348 349
 					            }
349 350
 					            html += html1;
350 351
 					        }
351
-					        $('.operation_bj').append(html);
352
+					        if(hide){
353
+					        	$('.operation_bj').hide()
354
+					        }else{
355
+					        	$('.operation_bj').append(html);
356
+					        }
352 357
 							if(res.state.toLowerCase()=='success'){
353 358
 								var con=res.data.data;
354 359
 								$('#key').val(con.F_Key);//关键字