Ver Código Fonte

查询条件时间默认今天,屏蔽首页接口,按钮修改

miaofuhao 2 anos atrás
pai
commit
1390f6348e

+ 2 - 2
WebUI/CallCenterWeb.UI/Appeal/Lawsuit.html

@@ -391,8 +391,8 @@
391 391
 					istime: true,
392 392
 					format: 'YYYY-MM-DD hh:mm:ss'
393 393
 				});
394
-//				$("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
395
-//				$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
394
+				$("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
395
+				$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
396 396
 				load();
397 397
 				getPhoneType($("#phoneType"));
398 398
 			});

+ 2 - 2
WebUI/CallCenterWeb.UI/MarketingManagement/LawsuitMarketing.html

@@ -616,8 +616,8 @@
616 616
                 istime: true,
617 617
                 format: 'YYYY-MM-DD hh:mm:ss'
618 618
             });
619
-//          $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
620
-//			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
619
+            $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
620
+			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
621 621
             load();
622 622
         });
623 623
         //关闭录音弹出

+ 2 - 2
WebUI/CallCenterWeb.UI/MultimediaWorkOrder/LawsuitMedia.html

@@ -311,8 +311,8 @@
311 311
                 istime: true,
312 312
                 format: 'YYYY-MM-DD hh:mm:ss'
313 313
             });
314
-//          $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
315
-//			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
314
+            $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
315
+			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
316 316
             load();
317 317
             getMultimediaPersonnel($("#assignUser"))
318 318
         });

+ 2 - 2
WebUI/CallCenterWeb.UI/OtherPhoneManagement/LawsuitOtherPhone.html

@@ -391,8 +391,8 @@
391 391
                 format: 'YYYY-MM-DD hh:mm:ss'
392 392
             });
393 393
             getPhoneType($("#incomingcall"));
394
-//          $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
395
-//			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
394
+            $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
395
+			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
396 396
             load();
397 397
         });
398 398
         //关闭录音弹出

+ 2 - 2
WebUI/CallCenterWeb.UI/ProvincialPlatformManagement/LawsuitProvincialPlatform.html

@@ -380,8 +380,8 @@
380 380
                 istime: true,
381 381
                 format: 'YYYY-MM-DD hh:mm:ss'
382 382
             });
383
-//          $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
384
-//			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
383
+            $("#starttime").val(helper.DateFormat.getNowDate()+" 00:00:00")
384
+			$("#endtime").val(helper.DateFormat.getNowDate()+" 23:59:59")
385 385
             load();
386 386
         });
387 387
         //关闭录音弹出

+ 2 - 2
WebUI/CallCenterWeb.UI/TelCall/CallRecord.html

@@ -387,8 +387,8 @@
387 387
                 istime: true,
388 388
                 format: 'YYYY-MM-DD hh:mm:ss'
389 389
             });
390
-//          $("#start").val(helper.DateFormat.getNowDate()+" 00:00:00")
391
-//			$("#end").val(helper.DateFormat.getNowDate()+" 23:59:59")
390
+            $("#start").val(helper.DateFormat.getNowDate()+" 00:00:00")
391
+			$("#end").val(helper.DateFormat.getNowDate()+" 23:59:59")
392 392
             /*获取选中行对象*/
393 393
             $('#list').on("click-row.bs.table", function (e, row, ele) {
394 394
                 $('.success').removeClass('success'); //去除之前选中的行的,选中样式

+ 2 - 2
WebUI/CallCenterWeb.UI/js/index.js

@@ -3,7 +3,7 @@ $(document).ready(function() {
3 3
 	if($.cookie("token") == null) {
4 4
 		window.location.href = "index.html";
5 5
 	}
6
-	getnew();
6
+//	getnew();
7 7
 	domainPrompt();
8 8
 //	$("#con_startTime").val(helper.DateFormat.getNowDate()+" 00:00:00")
9 9
 //	$("#con_endTime").val(helper.DateFormat.getNowDate()+" 23:59:59")
@@ -3504,4 +3504,4 @@ window.onunload = function(e) {
3504 3504
 };
3505 3505
 
3506 3506
 //获取知识库消息
3507
-setInterval(getnew, 180000);
3507
+//setInterval(getnew, 180000);

+ 1 - 1
anyangWebAPP/config/index.config.js

@@ -14,7 +14,7 @@ const CONFIG = {
14 14
         assetsPath: '/static', // 静态资源路径
15 15
         // baseUrl: 'http://192.168.8.9:1042/', // 后台接口请求地址
16 16
 				// baseUrl: 'http://39.164.159.192:1042/', // 后台接口请求地址
17
-				baseUrl: 'http://docking.zwfw.anyang.gov.cn:9998/', // 后台接口请求地址
17
+				baseUrl: 'http://docking.zwfw.anyang.gov.cn:65527/', // 后台接口请求地址
18 18
         hostUrl: '', // H5地址(前端运行地址)
19 19
         weixinAppId: '' // 微信公众号appid
20 20
 

+ 1 - 1
anyangWebAPP/unpackage/cache/apk/apkurl

@@ -1 +1 @@
1
-https://ide.dcloud.net.cn/build/download/b2005750-f06d-11ed-bd23-f7107daa1592
1
+https://ide.dcloud.net.cn/build/download/7ee305a0-162d-11ee-a96c-45e6c5cd11bd

Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
anyangWebAPP/unpackage/cache/apk/cmManifestCache.json


Diferenças do arquivo suprimidas por serem muito extensas
+ 1 - 1
anyangWebAPP/unpackage/dist/build/app-plus/app-service.js