liuzhen лет назад: 5
Родитель
Сommit
06af82ad79
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      WebUI/CallCenterWeb.UI/CommonHtml/Supervision_.html

+ 4 - 0
WebUI/CallCenterWeb.UI/CommonHtml/Supervision_.html

22
 				padding: 0!important;
22
 				padding: 0!important;
23
 				border: none!important;
23
 				border: none!important;
24
 			}
24
 			}
25
+			#message{
26
+				display: none;
27
+			}
25
 		</style>
28
 		</style>
26
 	</head>
29
 	</head>
27
 
30
 
70
 					if (state==1) {
73
 					if (state==1) {
71
 						$(".title").text("督办意见");
74
 						$(".title").text("督办意见");
72
 						$(".JC").hide();
75
 						$(".JC").hide();
76
+						$('#message').show();
73
 					}else{
77
 					}else{
74
 						$(".title").text("不督办意见");
78
 						$(".title").text("不督办意见");
75
 						$(".JC").hide();
79
 						$(".JC").hide();