Explorar el Código

禅道bug修改

liuzhen %!s(int64=5) %!d(string=hace) años
padre
commit
c4507bb35b

+ 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",