Przeglądaj źródła

语音通知页面修改

yuqian 8 lat temu
rodzic
commit
e269e4fe9e

+ 1 - 1
WebUI/CallCenterWeb.UI/VoiceNotification/changeTongZhi.html

@@ -478,7 +478,7 @@
478 478
                 }
479 479
             });
480 480
         }
481
-       
481
+
482 482
     </script>
483 483
 </body>
484 484
 

+ 6 - 1
WebUI/CallCenterWeb.UI/VoiceNotification/js/tongZhiChaXun.js

@@ -68,7 +68,12 @@ function initTable() {
68 68
 }
69 69
 
70 70
 function caoZuo(val, row) {
71
-    return '<div><a title="号码详情" style="margin-right:5px;" onclick="detail(' + row.id + ')"><i class="fa fa-file-text-o" aria-hidden="true"></i></a><a title="编辑" style="margin-right:5px;" onclick="XG(' + row.id + ')"><i class="fa fa-pencil-square-o"></i></a><a  title="删除" onclick="del(' + row.id + ')"><i class="fa fa-remove"></i></a>  </div>'
71
+    if (row.id == -10001)
72
+        return '<div><a title="号码详情" style="margin-right:5px;" onclick="detail(' + row.id + ')"><i class="fa fa-file-text-o" aria-hidden="true"></i> </div>'
73
+    else if (row.id == -10002)
74
+        return '<div><a title="号码详情" style="margin-right:5px;" onclick="detail(' + row.id + ')"><i class="fa fa-file-text-o" aria-hidden="true"></i><a title="编辑" style="margin-right:5px;" onclick="XG(' + row.id + ')"><i class="fa fa-pencil-square-o"></i></a> </div>'
75
+    else
76
+        return '<div><a title="号码详情" style="margin-right:5px;" onclick="detail(' + row.id + ')"><i class="fa fa-file-text-o" aria-hidden="true"></i></a><a title="编辑" style="margin-right:5px;" onclick="XG(' + row.id + ')"><i class="fa fa-pencil-square-o"></i></a><a  title="删除" onclick="del(' + row.id + ')"><i class="fa fa-remove"></i></a>  </div>'
72 77
 }
73 78
 
74 79
 function detail(id) {