Explorar el Código

修改黑名单

d123 %!s(int64=7) %!d(string=hace) años
padre
commit
df60dfff16
Se han modificado 2 ficheros con 22 adiciones y 1 borrados
  1. 2 0
      CallCenterWeb.UI/TelCall/XgBlack.html
  2. 20 1
      CallCenterWeb.UI/css/wh.css

+ 2 - 0
CallCenterWeb.UI/TelCall/XgBlack.html

@@ -112,6 +112,7 @@
112 112
 
113 113
 			//新增或者编辑
114 114
 			function addedit() {
115
+				var str = helper.request.queryString("str");
115 116
 				var telreg = /^\d{1,12}$/;
116 117
 				if(!telreg.test($.trim($("#TelNum").val()))) {
117 118
 					layer.confirm('请输入有效的电话号码', {
@@ -131,6 +132,7 @@
131 132
 				$.post(huayi.config.callcenter_url + "Callblack/AddBlack", {
132 133
 					blackid: $("#ID").val(),
133 134
 					telphone: $("#TelNum").val(),
135
+					 blackid:str,
134 136
 //					settime: $("#StartTime").val(),
135 137
 //					removetime: $("#EndTime").val(),
136 138
 					settime: $('#greetingTimes').val() && $('#greetingTimes').val().split('~')[0],//生效时间

+ 20 - 1
CallCenterWeb.UI/css/wh.css

@@ -24,7 +24,6 @@ body {
24 24
 
25 25
 .WH {
26 26
     margin: 0 auto;
27
-    height: 650px;
28 27
     overflow: hidden;
29 28
     position: absolute;
30 29
     top: 90px;
@@ -252,3 +251,23 @@ body {
252 251
     .ty:hover {
253 252
         background: rgb(4,176,15) !important;
254 253
     }
254
+
255
+
256
+/*.phonelist tbody {
257
+    display:block;
258
+    height:195px;
259
+    overflow-y:scroll;
260
+}
261
+
262
+.phonelist thead, tbody tr {
263
+    display:table;
264
+    width:100%;
265
+    table-layout:fixed;
266
+}
267
+
268
+.phonelist table thead {
269
+    width: calc( 100% - 2em )
270
+}
271
+..phonelist th {  
272
+    width:20%;  
273
+} */