miaofuhao лет назад: 2
Родитель
Сommit
2c567cc501

+ 2 - 1
CallCenterWeb.UI/Appeal/AddAppeal.html

@@ -400,7 +400,8 @@
400 400
 		    	var code = pasteText.split(/[\r\n\t]/)
401 401
 				code = code.filter(item => item)
402 402
 				code.forEach(function(n){
403
-					var getValue = n.split(':').slice(-(n.split(':').length-1))
403
+					var getValue = n.split(':').slice((n.split(':').length-1))
404
+					console.log(getValue)
404 405
 					var newValue = getValue.join(':')
405 406
 					if (n.indexOf('原文链接')!== -1) {
406 407
 						$("#cusaddress").val(newValue)

+ 2 - 2
CallCenterWeb.UI/Script/Common/huayi.config.js

@@ -2,9 +2,9 @@
2 2
     var huayi = {};
3 3
 }
4 4
 huayi.config = {
5
-	//callcenter_url: "http://47.92.87.176:8889/",// 正式环境
5
+	callcenter_url: "http://47.92.87.176:8889/",// 正式环境
6 6
 	//callcenter_url: "http://localhost:63665/",// 测试环境lyy
7
-    callcenter_url: "http://39.164.159.192:7788/",//生产环境、 39.164.159.192:7788
7
+//  callcenter_url: "http://39.164.159.192:7788/",//生产环境、 39.164.159.192:7788
8 8
     socket_ip: "192.168.5.7",//ip
9 9
     socket_port: "8081",//端口
10 10
     menuworktime: 30000,//菜单工单数量刷新间隔

+ 2 - 14
CallCenterWeb.UI/SystemManager/js/yongHuManger.js

@@ -63,13 +63,7 @@ $(document).ready(function () {
63 63
             });
64 64
             return;
65 65
         } else {
66
-            var reg = /^[0-9]\d*$/;
67
-            if (!reg.test($(".add_ygCode").val())) {
68
-                layer.confirm("工号必须为正整数!", {
69
-                    btn: ["确定"],
70
-                });
71
-                return;
72
-            }
66
+            
73 67
             addCun();
74 68
         }
75 69
     });
@@ -158,13 +152,7 @@ $(document).ready(function () {
158 152
             });
159 153
             return;
160 154
         }
161
-        var reg = /^[1-9]\d*$/;
162
-        if (!reg.test($(".change_ygCode").val())) {
163
-            layer.confirm("工号必须为正整数!", {
164
-                btn: ["确定"],
165
-            });
166
-            return;
167
-        }
155
+        
168 156
         $.post(
169 157
             huayi.config.callcenter_url + "UserAccount/EditUsers",
170 158
             {

+ 7 - 8
CallCenterWeb.UI/widgets.html

@@ -74,7 +74,7 @@
74 74
 
75 75
 			</div>
76 76
 			<!--二级首页显示-->
77
-			<div class="row ejLISTS" style="display: none;">
77
+			<!--<div class="row ejLISTS" style="display: none;">
78 78
 				<div class="col-sm-3" onclick="turnToOrder(this)" data-index="Appeal/Lawsuit.html?state=secondDcl">
79 79
 					<div class="widget style1 bc">
80 80
 						<div class="row">
@@ -101,12 +101,11 @@
101 101
 						</div>
102 102
 					</div>
103 103
 				</div>
104
-			</div>
104
+			</div>-->
105 105
 			<div class="row" style="margin-bottom: 20px;">
106 106
 
107 107
 			</div>
108 108
 			<div id="echartsBox" style="position: relative;">
109
-				
110 109
 				<div class="linBg"></div>
111 110
 				<input type="text" id="starttime" style="width: 180px;height: 30px;outline: none;margin-left: 80px;" placeholder="请选择时间" />
112 111
 				<div id="barbox1" style="width: 1700px;height: 300px;margin: 0 auto;"></div>
@@ -270,11 +269,11 @@
270 269
 				}, function(result) {
271 270
 					if(result.state.toLowerCase() == "success") {
272 271
 						$(".style1").eq(0).find("h2").eq(1).text(result.data.djb);
273
-						$(".style1").eq(1).find("h2").eq(1).text(result.data.dh);
274
-						$(".style1").eq(2).find("h2").eq(1).text(result.data.dyssh);
275
-						$(".style1").eq(3).find("h2").eq(1).text(result.data.dshth);
276
-						$(".style1").eq(4).find("h2").eq(1).text(result.data.dja);
277
-						$(".style1").eq(5).find("h2").eq(1).text(result.data.dhc);
272
+						$(".style1").eq(1).find("h2").eq(1).text(result.data.dyssh);
273
+						$(".style1").eq(2).find("h2").eq(1).text(result.data.dshth);
274
+						$(".style1").eq(3).find("h2").eq(1).text(result.data.dja);
275
+//						$(".style1").eq(1).find("h2").eq(1).text(result.data.dh);
276
+//						$(".style1").eq(5).find("h2").eq(1).text(result.data.dhc);
278 277
 					}
279 278
 				})
280 279
 			}