Ver Código Fonte

监察短信功能修改

liuzhen 5 anos atrás
pai
commit
06af82ad79

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

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