liuzhen 5 anni fa
parent
commit
1b5a71c81f

+ 1 - 1
WebUI/CallCenterWeb.UI/Business/LeaderDCL.html

@@ -264,7 +264,7 @@
264 264
 						<select class="dataType form-control" id="state">
265 265
 							<option value="">请选择工单状态</option>
266 266
 							<option value="1">待交办</option>
267
-							<option value="2">查收</option>
267
+							<option value="2">查收</option>
268 268
 							<option value="3">退回审核中</option>
269 269
 							<option value="5">延时审核中</option>
270 270
 							<option value="7">已回访</option>

+ 2 - 2
WebUI/CallCenterWeb.UI/InstantMessage/InstantMessage.html

@@ -79,14 +79,14 @@
79 79
 								
80 80
 							</select>
81 81
 						</div>
82
-						<div class="form-group">
82
+						<!--<div class="form-group">
83 83
 							<select name="" id="roleid" class="form-control">
84 84
 								<option value="">请选择角色类别</option>
85 85
 								<option value="1">中心话务员</option>
86 86
 								<option value="5">坐席班长</option>
87 87
 								<option value="9">导播话务员</option>
88 88
 							</select>
89
-						</div>
89
+						</div>-->
90 90
 						<div class="form-group">
91 91
 							<select name="" id="userCode" class="form-control">
92 92
 

+ 2 - 0
WebUI/CallCenterWeb.UI/SystemManager/js/CaiDanGuanli.js

@@ -92,6 +92,7 @@ $(document).ready(function () {
92 92
                 $('.addModel').css('display', 'none');
93 93
                 $('.btl').text('添加菜单信息');
94 94
                 bindtree();
95
+                initTable(-1);
95 96
             }
96 97
         })
97 98
     })
@@ -132,6 +133,7 @@ $(document).ready(function () {
132 133
                 layer.msg(result.message);
133 134
                 $('.delModel').css('display', 'none');
134 135
                 bindtree();
136
+                initTable(-1);
135 137
             }
136 138
         })
137 139
     })

+ 1 - 3
WebUI/CallCenterWeb.UI/SystemManager/tongXun.html

@@ -237,14 +237,12 @@
237 237
 						},
238 238
 						success: function(data) //服务器成功响应处理函数
239 239
 						{
240
-							console.log(data);
240
+							initTable();
241 241
 							if(data.state.toLowerCase()=='success'){
242 242
 								layer.msg("导入成功!");
243 243
 							}
244 244
 						}
245 245
 					})
246
-					location=location
247
-					return false;
248 246
 			}
249 247
 		</script>
250 248
 	</body>

+ 2 - 2
WebUI/CallCenterWeb.UI/YeWu/businessBrief.html

@@ -419,7 +419,7 @@
419 419
                                         <td>
420 420
                                             <span class="sxslc"></span>
421 421
                                         </td>
422
-                                        <td colspan="4"></td>
422
+                                        <!--<td colspan="4"></td>-->
423 423
                                     </tr>
424 424
                                     <!--工单受理类型情况-->
425 425
                                     <tr>
@@ -766,7 +766,7 @@
766 766
                                         <td>
767 767
                                             <span class="sxslc"></span>
768 768
                                         </td>
769
-                                        <td colspan="4"></td>
769
+                                        <!--<td colspan="4"></td>-->
770 770
                                     </tr>
771 771
                                     <!--工单受理类型情况-->
772 772
                                     <tr>

+ 4 - 0
WebUI/CallCenterWeb.UI/zhiShiKu/changeZSDetail.html

@@ -233,6 +233,10 @@
233 233
 			var con;//知识库内容
234 234
 			var issub;//是否提交审核
235 235
 			function add(title,con,id, issub){
236
+				if(!$('.inps').val()){
237
+					layer.msg('请选择分类')
238
+					return
239
+				}
236 240
 				$.ajax({
237 241
 					type:"post",
238 242
 					url:huayi.config.callcenter_url+"Knowledge/EditInfo",