Commit 5288a7d424eefb848b20c902db6203da95865608

Authored by ljq
1 parent cf628373

一件报警地址更换,打电话地址更换,新的流程图

Showing 52 changed files with 74 additions and 88 deletions
src/main/java/com/bsth/data/pilot80/PilotReport.java
@@ -101,8 +101,8 @@ public class PilotReport { @@ -101,8 +101,8 @@ public class PilotReport {
101 //报警请求 101 //报警请求
102 case 0x10: 102 case 0x10:
103 try { 103 try {
104 - String url = "http://61.169.120.202:13333/prod-api/dataDockingApi/accident/saveAccident?";  
105 - url = url + "accidentTime=" + new Date().getTime() + "&nbbm=" + "W1F-024"; 104 + String url = "http://58.34.52.130:9103/dataDockingApi/accident/saveAccident?";
  105 + url = url + "accidentTime=" + new Date().getTime() + "&nbbm=" + nbbm;
106 logger.info("url===="+url); 106 logger.info("url===="+url);
107 String res = HttpClientUtils.get(url).toString(); 107 String res = HttpClientUtils.get(url).toString();
108 JSONObject jsonObject = JSONObject.parseObject(res); 108 JSONObject jsonObject = JSONObject.parseObject(res);
src/main/java/com/bsth/data/schedule/thread/ScheduleRefreshThread.java
@@ -7,14 +7,12 @@ import com.bsth.data.pilot80.PilotReport; @@ -7,14 +7,12 @@ import com.bsth.data.pilot80.PilotReport;
7 import com.bsth.data.schedule.DayOfSchedule; 7 import com.bsth.data.schedule.DayOfSchedule;
8 import com.bsth.data.schedule.f_a_l.FirstAndLastHandler; 8 import com.bsth.data.schedule.f_a_l.FirstAndLastHandler;
9 import com.bsth.entity.realcontrol.LineConfig; 9 import com.bsth.entity.realcontrol.LineConfig;
10 -import com.bsth.entity.realcontrol.ScheduleRealInfo;  
11 import org.slf4j.Logger; 10 import org.slf4j.Logger;
12 import org.slf4j.LoggerFactory; 11 import org.slf4j.LoggerFactory;
13 import org.springframework.beans.factory.annotation.Autowired; 12 import org.springframework.beans.factory.annotation.Autowired;
14 import org.springframework.stereotype.Component; 13 import org.springframework.stereotype.Component;
15 14
16 import java.util.Collection; 15 import java.util.Collection;
17 -import java.util.List;  
18 import java.util.Set; 16 import java.util.Set;
19 17
20 /** 18 /**
@@ -75,13 +73,6 @@ public class ScheduleRefreshThread extends Thread{ @@ -75,13 +73,6 @@ public class ScheduleRefreshThread extends Thread{
75 //重载排班数据 73 //重载排班数据
76 dayOfSchedule.reloadSch(lineCode, currSchDate, false); 74 dayOfSchedule.reloadSch(lineCode, currSchDate, false);
77 logger.info(lineCode + "翻班完成, " + currSchDate + " -班次数量:" + dayOfSchedule.findByLineCode(lineCode).size()); 75 logger.info(lineCode + "翻班完成, " + currSchDate + " -班次数量:" + dayOfSchedule.findByLineCode(lineCode).size());
78 - //重新加载车辆执行班次  
79 - List<ScheduleRealInfo> schList = dayOfSchedule.findByLineCode(lineCode);  
80 - Set<String> cars = dayOfSchedule.searchAllCars(schList);  
81 - for (String nbbm : cars) {  
82 - //车辆 ——> 要执行的班次对照  
83 - dayOfSchedule.reCalcExecPlan(nbbm);  
84 - }  
85 } 76 }
86 }catch (Exception e){ 77 }catch (Exception e){
87 logger.error("班次更新失败!! -" + lineCode, e); 78 logger.error("班次更新失败!! -" + lineCode, e);
src/main/resources/static/real_control_v2/css/north.css
@@ -574,7 +574,7 @@ span.sm-grey{ @@ -574,7 +574,7 @@ span.sm-grey{
574 574
575 575
576 .qtip-img > .qtip-content{ 576 .qtip-img > .qtip-content{
577 - width: 600px; 577 + width: 800px;
578 padding: 0 0; 578 padding: 0 0;
579 } 579 }
580 580
src/main/resources/static/pages/zndd_yuan/call/assets/css/bootstrap.min.css renamed to src/main/resources/static/real_control_v2/js/call/assets/css/bootstrap.min.css
src/main/resources/static/pages/zndd_yuan/call/assets/css/index.css renamed to src/main/resources/static/real_control_v2/js/call/assets/css/index.css
src/main/resources/static/pages/zndd_yuan/call/assets/font/iconfont.css renamed to src/main/resources/static/real_control_v2/js/call/assets/font/iconfont.css
src/main/resources/static/pages/zndd_yuan/call/assets/font/iconfont.eot renamed to src/main/resources/static/real_control_v2/js/call/assets/font/iconfont.eot
No preview for this file type
src/main/resources/static/pages/zndd_yuan/call/assets/font/iconfont.svg renamed to src/main/resources/static/real_control_v2/js/call/assets/font/iconfont.svg
src/main/resources/static/pages/zndd_yuan/call/assets/font/iconfont.ttf renamed to src/main/resources/static/real_control_v2/js/call/assets/font/iconfont.ttf
No preview for this file type
src/main/resources/static/pages/zndd_yuan/call/assets/font/iconfont.woff renamed to src/main/resources/static/real_control_v2/js/call/assets/font/iconfont.woff
No preview for this file type
src/main/resources/static/pages/zndd_yuan/call/assets/font/iconfont.woff2 renamed to src/main/resources/static/real_control_v2/js/call/assets/font/iconfont.woff2
No preview for this file type
src/main/resources/static/pages/zndd_yuan/call/assets/images/BG.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/BG.png

87 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/Dcall.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/Dcall.png

3.09 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/Mcalls.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/Mcalls.png

2.55 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/answer.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/answer.png

4.07 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/audio_bg.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/audio_bg.png

101 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/call_bg.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/call_bg.png

82.3 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/changaudio-hover.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/changaudio-hover.png

4.07 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/chart.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/chart.png

6.5 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/favicon.ico renamed to src/main/resources/static/real_control_v2/js/call/assets/images/favicon.ico
No preview for this file type
src/main/resources/static/pages/zndd_yuan/call/assets/images/hangup.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/hangup.png

3.87 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/head.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/head.png

9.69 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/logo_big.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/logo_big.png

6.14 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/logo_title.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/logo_title.png

2.37 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/video.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/video.png

2.33 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/video_close.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/video_close.png

2.76 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/video_hangup.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/video_hangup.png

2.59 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/voice.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/voice.png

2.57 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/voice_close.png renamed to src/main/resources/static/real_control_v2/js/call/assets/images/voice_close.png

2.89 KB

src/main/resources/static/pages/zndd_yuan/call/assets/images/yimg.jpg renamed to src/main/resources/static/real_control_v2/js/call/assets/images/yimg.jpg

60.9 KB

src/main/resources/static/pages/zndd_yuan/call/assets/js/ArRTM@latest.js renamed to src/main/resources/static/real_control_v2/js/call/assets/js/ArRTM@latest.js
src/main/resources/static/pages/zndd_yuan/call/assets/js/bootstrap.min.js renamed to src/main/resources/static/real_control_v2/js/call/assets/js/bootstrap.min.js
src/main/resources/static/pages/zndd_yuan/call/assets/js/index.js renamed to src/main/resources/static/real_control_v2/js/call/assets/js/index.js
src/main/resources/static/pages/zndd_yuan/call/assets/js/jquery-3.5.1.min.js renamed to src/main/resources/static/real_control_v2/js/call/assets/js/jquery-3.5.1.min.js
src/main/resources/static/pages/zndd_yuan/call/assets/js/latest.js renamed to src/main/resources/static/real_control_v2/js/call/assets/js/latest.js
src/main/resources/static/pages/zndd_yuan/call/index.html renamed to src/main/resources/static/real_control_v2/js/call/index.html
@@ -6,19 +6,19 @@ @@ -6,19 +6,19 @@
6 <meta name="google" content="notranslate" /> 6 <meta name="google" content="notranslate" />
7 <title>anyrtc 呼叫邀请DEMO - anyRTC</title> 7 <title>anyrtc 呼叫邀请DEMO - anyRTC</title>
8 <!-- icon --> 8 <!-- icon -->
9 - <link rel="icon" href="/pages/zndd_yuan/call/assets/images/favicon.ico" /> 9 + <link rel="icon" href="/real_control_v2/js/call/assets/images/favicon.ico" />
10 <!-- CSS only --> 10 <!-- CSS only -->
11 - <link rel="stylesheet" href="/pages/zndd_yuan/call/assets/css/bootstrap.min.css"/>  
12 - <link rel="stylesheet" type="text/css" href="/pages/zndd_yuan/call/assets/font/iconfont.css" /> 11 + <link rel="stylesheet" href="/real_control_v2/js/call/assets/css/bootstrap.min.css"/>
  12 + <link rel="stylesheet" type="text/css" href="/real_control_v2/js/call/assets/font/iconfont.css" />
13 <!-- JS, Popper.js, and jQuery --> 13 <!-- JS, Popper.js, and jQuery -->
14 - <script src="/pages/zndd_yuan/call/assets/js/jquery-3.5.1.min.js"></script>  
15 - <script src="/pages/zndd_yuan/call/assets/js/bootstrap.min.js"></script> 14 + <script src="/real_control_v2/js/call/assets/js/jquery-3.5.1.min.js"></script>
  15 + <script src="/real_control_v2/js/call/assets/js/bootstrap.min.js"></script>
16 <!-- JS, RTC and RTM --> 16 <!-- JS, RTC and RTM -->
17 - <script src="/pages/zndd_yuan/call/assets/js/latest.js"></script>  
18 - <script src="/pages/zndd_yuan/call/assets/js/ArRTM@latest.js"></script> 17 + <script src="/real_control_v2/js/call/assets/js/latest.js"></script>
  18 + <script src="/real_control_v2/js/call/assets/js/ArRTM@latest.js"></script>
19 19
20 <!-- 覆盖bootstrap样式 --> 20 <!-- 覆盖bootstrap样式 -->
21 - <link rel="stylesheet" href="/pages/zndd_yuan/call/assets/css/index.css" /> 21 + <link rel="stylesheet" href="/real_control_v2/js/call/assets/css/index.css" />
22 </head> 22 </head>
23 23
24 <body class="notranslate"> 24 <body class="notranslate">
@@ -28,7 +28,7 @@ @@ -28,7 +28,7 @@
28 <!-- 首页 --> 28 <!-- 首页 -->
29 <div 29 <div
30 class="page d-flex flex-col justify-content-center align-items-center" 30 class="page d-flex flex-col justify-content-center align-items-center"
31 - id="homePage" style="background-image:url('/pages/zndd_yuan/call/assets/images/yimg.jpg')" 31 + id="homePage" style="background-image:url('/real_control_v2/js/call/assets/images/yimg.jpg')"
32 32
33 > 33 >
34 <!-- --> 34 <!-- -->
@@ -133,7 +133,7 @@ @@ -133,7 +133,7 @@
133 <img 133 <img
134 draggable="false" 134 draggable="false"
135 class="img-responsive setting-video_preview_bg" 135 class="img-responsive setting-video_preview_bg"
136 - src="/pages/zndd_yuan/call/assets/images/chart.png" 136 + src="/real_control_v2/js/call/assets/images/chart.png"
137 /> 137 />
138 <div 138 <div
139 id="settingVideoPreview" 139 id="settingVideoPreview"
@@ -332,7 +332,7 @@ @@ -332,7 +332,7 @@
332 <div class="invitation bd-highlight"> 332 <div class="invitation bd-highlight">
333 <div class="d-flex justify-content-center"> 333 <div class="d-flex justify-content-center">
334 <div class="head_portrait"> 334 <div class="head_portrait">
335 - <img draggable="false" src="/pages/zndd_yuan/call/assets/images/head.png" /> 335 + <img draggable="false" src="/real_control_v2/js/call/assets/images/head.png" />
336 </div> 336 </div>
337 </div> 337 </div>
338 <div 338 <div
@@ -357,7 +357,7 @@ @@ -357,7 +357,7 @@
357 draggable="false" 357 draggable="false"
358 class="img-responsive" 358 class="img-responsive"
359 style="cursor: pointer" 359 style="cursor: pointer"
360 - src="/pages/zndd_yuan/call/assets/images/hangup.png" 360 + src="/real_control_v2/js/call/assets/images/hangup.png"
361 id="cancelCallBtn" 361 id="cancelCallBtn"
362 /> 362 />
363 <!-- <button type="button" class="btn btn-danger" >取消</button> --> 363 <!-- <button type="button" class="btn btn-danger" >取消</button> -->
@@ -372,7 +372,7 @@ @@ -372,7 +372,7 @@
372 <div class="invitation bd-highlight"> 372 <div class="invitation bd-highlight">
373 <div class="d-flex justify-content-center"> 373 <div class="d-flex justify-content-center">
374 <div class="head_portrait"> 374 <div class="head_portrait">
375 - <img draggable="false" src="/pages/zndd_yuan/call/assets/images/head.png" /> 375 + <img draggable="false" src="/real_control_v2/js/call/assets/images/head.png" />
376 </div> 376 </div>
377 </div> 377 </div>
378 <div 378 <div
@@ -398,21 +398,21 @@ @@ -398,21 +398,21 @@
398 draggable="false" 398 draggable="false"
399 class="img-responsive" 399 class="img-responsive"
400 style="cursor: pointer" 400 style="cursor: pointer"
401 - src="/pages/zndd_yuan/call/assets/images/changaudio-hover.png" 401 + src="/real_control_v2/js/call/assets/images/changaudio-hover.png"
402 id="changAudioBtn" 402 id="changAudioBtn"
403 /> 403 />
404 <img 404 <img
405 draggable="false" 405 draggable="false"
406 class="img-responsive" 406 class="img-responsive"
407 style="cursor: pointer" 407 style="cursor: pointer"
408 - src="/pages/zndd_yuan/call/assets/images/answer.png" 408 + src="/real_control_v2/js/call/assets/images/answer.png"
409 id="acceptCallBtn" 409 id="acceptCallBtn"
410 /> 410 />
411 <img 411 <img
412 draggable="false" 412 draggable="false"
413 class="img-responsive" 413 class="img-responsive"
414 style="cursor: pointer" 414 style="cursor: pointer"
415 - src="/pages/zndd_yuan/call/assets/images/hangup.png" 415 + src="/real_control_v2/js/call/assets/images/hangup.png"
416 id="refuseCallBtn" 416 id="refuseCallBtn"
417 /> 417 />
418 <!-- 多人 --> 418 <!-- 多人 -->
@@ -437,7 +437,7 @@ @@ -437,7 +437,7 @@
437 <img 437 <img
438 draggable="false" 438 draggable="false"
439 class="img-responsive" 439 class="img-responsive"
440 - src="/pages/zndd_yuan/call/assets/images/head.png" 440 + src="/real_control_v2/js/call/assets/images/head.png"
441 /> 441 />
442 </div> 442 </div>
443 <div class=""> 443 <div class="">
@@ -469,7 +469,7 @@ @@ -469,7 +469,7 @@
469 draggable="false" 469 draggable="false"
470 style="width: 100%" 470 style="width: 100%"
471 class="img-responsive" 471 class="img-responsive"
472 - src="/pages/zndd_yuan/call/assets/images/audio_bg.png" 472 + src="/real_control_v2/js/call/assets/images/audio_bg.png"
473 /> 473 />
474 </div> 474 </div>
475 </div> 475 </div>
@@ -492,7 +492,7 @@ @@ -492,7 +492,7 @@
492 draggable="false" 492 draggable="false"
493 style="position: absolute; width: 50%" 493 style="position: absolute; width: 50%"
494 class="img-responsive" 494 class="img-responsive"
495 - src="/pages/zndd_yuan/call/assets/images/logo_title.png" 495 + src="/real_control_v2/js/call/assets/images/logo_title.png"
496 /> 496 />
497 </div> 497 </div>
498 <div class="prompt_little d-flex"> 498 <div class="prompt_little d-flex">
@@ -515,7 +515,7 @@ @@ -515,7 +515,7 @@
515 draggable="false" 515 draggable="false"
516 style="position: absolute; width: 40%" 516 style="position: absolute; width: 40%"
517 class="img-responsive" 517 class="img-responsive"
518 - src="/pages/zndd_yuan/call/assets/images/logo_big.png" 518 + src="/real_control_v2/js/call/assets/images/logo_big.png"
519 /> 519 />
520 </div> 520 </div>
521 <div class="prompt_big meet-control_icon m-3" id="videoDuration"> 521 <div class="prompt_big meet-control_icon m-3" id="videoDuration">
@@ -587,7 +587,7 @@ @@ -587,7 +587,7 @@
587 <img 587 <img
588 draggable="false" 588 draggable="false"
589 class="img-responsive" 589 class="img-responsive"
590 - src="/pages/zndd_yuan/call/assets/images/logo_big.png" 590 + src="/real_control_v2/js/call/assets/images/logo_big.png"
591 /> 591 />
592 </div> 592 </div>
593 593
@@ -724,7 +724,7 @@ @@ -724,7 +724,7 @@
724 </div> 724 </div>
725 <!-- /.modal --> 725 <!-- /.modal -->
726 </div> 726 </div>
727 - <script src="/pages/zndd_yuan/call/assets/js/index.js"></script> 727 + <script src="/real_control_v2/js/call/assets/js/index.js"></script>
728 </body> 728 </body>
729 <script> 729 <script>
730 (function() { 730 (function() {
src/main/resources/static/real_control_v2/js/north/toolbar.js
@@ -35,6 +35,15 @@ var gb_northToolbar = (function () { @@ -35,6 +35,15 @@ var gb_northToolbar = (function () {
35 35
36 //exit 36 //exit
37 $('.north .north-toolbar .exit-system').on('click', function () { 37 $('.north .north-toolbar .exit-system').on('click', function () {
  38 + //调度员退出时提示未全部完成班次的线路
  39 + debugger
  40 + //默认只取一个角色
  41 + /* if(currentUser.currentUser[0].codeName == "BSTH_A"){
  42 + //提示未完成线路 搜索该用户下所有的线路 判断是否完成
  43 +
  44 + }
  45 +*/
  46 +
38 //关闭websocket 连接 47 //关闭websocket 连接
39 gb_sch_websocket.sock().close(1000, '退出线调'); 48 gb_sch_websocket.sock().close(1000, '退出线调');
40 window.location.href = '/pages/control/lineallot_v2/iframe_wrap.html'; 49 window.location.href = '/pages/control/lineallot_v2/iframe_wrap.html';
src/main/resources/static/real_control_v2/js/stationcf/klyj.js
@@ -35,7 +35,7 @@ var gb_klyj = (function () { @@ -35,7 +35,7 @@ var gb_klyj = (function () {
35 open_modal("/real_control_v2/zndd/type/dkl.html", { 35 open_modal("/real_control_v2/zndd/type/dkl.html", {
36 data: data 36 data: data
37 }, {center: true, bgclose: false, modal: true}); 37 }, {center: true, bgclose: false, modal: true});
38 - $(this).parent().remove(); 38 + gb_dataZndd.removeTimelist(that.data('uuid'));
39 }); 39 });
40 40
41 var close = true; //关闭弹出框的时候不弹出 41 var close = true; //关闭弹出框的时候不弹出
src/main/resources/static/real_control_v2/js/stationcf/stationcf.js
@@ -27,7 +27,7 @@ var gb_stationcf = (function () { @@ -27,7 +27,7 @@ var gb_stationcf = (function () {
27 $wrap.on('click', '.all', function () { 27 $wrap.on('click', '.all', function () {
28 var type = $(this).data('ip'); 28 var type = $(this).data('ip');
29 var calleeId = $(this).data('call') 29 var calleeId = $(this).data('call')
30 - var pageUrl ="/pages/zndd_yuan/call/index.html?calleeId="+calleeId; 30 + var pageUrl ="/real_control_v2/js/call/index.html?calleeId="+calleeId;
31 //将片段路径写入 localStorage 31 //将片段路径写入 localStorage
32 window.localStorage.setItem('real_control_form_embed_pageUrl', pageUrl); 32 window.localStorage.setItem('real_control_form_embed_pageUrl', pageUrl);
33 var index = layer.open({ 33 var index = layer.open({
src/main/resources/static/real_control_v2/zndd/img/SFTZ.png deleted 100644 → 0

8.27 KB

src/main/resources/static/real_control_v2/zndd/img/WD.png deleted 100644 → 0

7.95 KB

src/main/resources/static/real_control_v2/zndd/img/YCSF.png deleted 100644 → 0

7.29 KB

src/main/resources/static/real_control_v2/zndd/img/dkl.png 0 → 100644

32.3 KB

src/main/resources/static/real_control_v2/zndd/img/sfwf.png 0 → 100644

22 KB

src/main/resources/static/real_control_v2/zndd/img/wd.png 0 → 100644

30.2 KB

src/main/resources/static/real_control_v2/zndd/img/ycsf.png 0 → 100644

24.3 KB

src/main/resources/static/real_control_v2/zndd/type/djg1.html
@@ -553,7 +553,7 @@ @@ -553,7 +553,7 @@
553 <div class="uk-form-controls"> 553 <div class="uk-form-controls">
554 <select name="destroy" class="form-control" id="destroySelect"> 554 <select name="destroy" class="form-control" id="destroySelect">
555 <option value="0">-- 临加班次 --</option> 555 <option value="0">-- 临加班次 --</option>
556 - <option value="1">&#45;&#45; 修改班次类型 &#45;&#45;</option> 556 + <option value="1">&#45;&#45; 随到随发 &#45;&#45;</option>
557 </select> 557 </select>
558 </div> 558 </div>
559 </div> 559 </div>
src/main/resources/static/real_control_v2/zndd/type/dkl.html
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 <div class="uk-modal-dialog" style="width: 1400px;"> 2 <div class="uk-modal-dialog" style="width: 1400px;">
3 <a href="" class="uk-modal-close uk-close"></a> 3 <a href="" class="uk-modal-close uk-close"></a>
4 <div class="uk-modal-header"> 4 <div class="uk-modal-header">
5 - <h2>新增临加班次</h2></div> 5 + <h2>新增临加班次<i class="uk-icon-question-circle uk-icon-hover"></i></h2></div>
6 <div class="uk-grid uk-width-2-5" style="float: left"> 6 <div class="uk-grid uk-width-2-5" style="float: left">
7 <div class="uk-width-5-5"> 7 <div class="uk-width-5-5">
8 <form class="uk-form uk-form-horizontal"> </form> 8 <form class="uk-form uk-form-horizontal"> </form>
@@ -464,6 +464,32 @@ @@ -464,6 +464,32 @@
464 }); 464 });
465 } 465 }
466 466
  467 + $(modal).on('mouseenter', '.uk-icon-question-circle', function() {
  468 +
  469 + debugger
  470 + $(this).qtip({
  471 + show: {
  472 + ready: true,
  473 + delay: 0
  474 + },
  475 + content: {
  476 + text: function() {
  477 + return template('home-icoe-img');
  478 + }
  479 + },
  480 + position: {
  481 + viewport: $(window) ,
  482 + },
  483 + style: {
  484 + classes: 'qtip-img'
  485 + },
  486 + hide: {
  487 + fixed: true,
  488 + delay: 300
  489 + },
  490 + });
  491 + });
  492 +
467 })(); 493 })();
468 </script> 494 </script>
469 </div> 495 </div>
@@ -581,6 +607,6 @@ @@ -581,6 +607,6 @@
581 </div> 607 </div>
582 </div> 608 </div>
583 </script> 609 </script>
584 -<script>  
585 - 610 +<script id="home-icoe-img" type="text/html">
  611 + <img src="/real_control_v2/zndd/img/dkl.png" style="width: 100%;height: 100%">
586 </script> 612 </script>
587 \ No newline at end of file 613 \ No newline at end of file
src/main/resources/static/real_control_v2/zndd/type/fcjg.html
@@ -311,9 +311,9 @@ @@ -311,9 +311,9 @@
311 </div> 311 </div>
312 <div class="uk-width-1-2"> 312 <div class="uk-width-1-2">
313 <div class="uk-form-row"> 313 <div class="uk-form-row">
314 - <label class="uk-form-label">创新性</label> 314 + <label class="uk-form-label">执行准点率</label>
315 <div class="uk-form-controls"> 315 <div class="uk-form-controls">
316 - <input value="80%" disabled> 316 + <input value="20%" disabled>
317 </div> 317 </div>
318 </div> 318 </div>
319 </div> 319 </div>
src/main/resources/static/real_control_v2/zndd/type/sftz_1.html
@@ -362,7 +362,7 @@ @@ -362,7 +362,7 @@
362 <label class="uk-form-label">检测效率</label> 362 <label class="uk-form-label">检测效率</label>
363 <div class="uk-form-controls"> 363 <div class="uk-form-controls">
364 <i class="icon-user"></i> 364 <i class="icon-user"></i>
365 - <input value="80%" disabled> 365 + <input value="50%" disabled>
366 </div> 366 </div>
367 </div> 367 </div>
368 </div> 368 </div>
@@ -376,26 +376,6 @@ @@ -376,26 +376,6 @@
376 </div> 376 </div>
377 </div> 377 </div>
378 </div> 378 </div>
379 - <div class="uk-grid">  
380 - <div class="uk-width-1-2">  
381 - <div class="uk-form-row">  
382 - <label class="uk-form-label">信息发布准确率</label>  
383 - <div class="uk-form-controls">  
384 - <i class="icon-user"></i>  
385 - <input value="20%" disabled>  
386 - </div>  
387 - </div>  
388 - </div>  
389 - <div class="uk-width-1-2">  
390 - <div class="uk-form-row">  
391 - <label class="uk-form-label">乘客满意度</label>  
392 - <div class="uk-form-controls">  
393 - <i class="icon-user"></i>  
394 - <input value="10%" disabled>  
395 - </div>  
396 - </div>  
397 - </div>  
398 - </div>  
399 <div class="uk-modal-footer uk-text-right" style="margin-bottom: -20px;"> 379 <div class="uk-modal-footer uk-text-right" style="margin-bottom: -20px;">
400 <button type="button" class="uk-button uk-modal-close">取消</button> 380 <button type="button" class="uk-button uk-modal-close">取消</button>
401 <button type="submit" class="uk-button uk-button-primary"><i class="uk-icon-check"></i> &nbsp;保存</button> 381 <button type="submit" class="uk-button uk-button-primary"><i class="uk-icon-check"></i> &nbsp;保存</button>
@@ -412,5 +392,5 @@ @@ -412,5 +392,5 @@
412 </style> 392 </style>
413 393
414 <script id="home-icoe-img" type="text/html"> 394 <script id="home-icoe-img" type="text/html">
415 - <img src="/real_control_v2/zndd/img/sftz_0.png" style="width: 100%;height: 100%"> 395 + <img src="/real_control_v2/zndd/img/sfwf.png" style="width: 100%;height: 100%">
416 </script> 396 </script>
src/main/resources/static/real_control_v2/zndd/type/wd.html
@@ -376,7 +376,7 @@ @@ -376,7 +376,7 @@
376 <label class="uk-form-label">发现效率</label> 376 <label class="uk-form-label">发现效率</label>
377 <div class="uk-form-controls"> 377 <div class="uk-form-controls">
378 <i class="icon-user"></i> 378 <i class="icon-user"></i>
379 - <input value="80%" disabled> 379 + <input value="50%" disabled>
380 </div> 380 </div>
381 </div> 381 </div>
382 </div> 382 </div>
@@ -405,7 +405,7 @@ @@ -405,7 +405,7 @@
405 </style> 405 </style>
406 406
407 <script id="home-icoe-img" type="text/html"> 407 <script id="home-icoe-img" type="text/html">
408 - <img src="/real_control_v2/zndd/img/wd_0.png" style="width: 100%;height: 100%"> 408 + <img src="/real_control_v2/zndd/img/wd.png" style="width: 120%;height: 100%">
409 </script> 409 </script>
410 410
411 411
src/main/resources/static/real_control_v2/zndd/type/ycsf.html
@@ -267,30 +267,10 @@ @@ -267,30 +267,10 @@
267 </div> 267 </div>
268 <div class="uk-width-1-2"> 268 <div class="uk-width-1-2">
269 <div class="uk-form-row"> 269 <div class="uk-form-row">
270 - <label class="uk-form-label">执行准点率</label>  
271 - <div class="uk-form-controls">  
272 - <i class="icon-user"></i>  
273 - <input value="80%" disabled>  
274 - </div>  
275 - </div>  
276 - </div>  
277 - </div>  
278 - <div class="uk-grid">  
279 - <div class="uk-width-1-2">  
280 - <div class="uk-form-row">  
281 - <label class="uk-form-label">信息发布准确率</label>  
282 - <div class="uk-form-controls">  
283 - <i class="icon-user"></i>  
284 - <input value="20%" disabled>  
285 - </div>  
286 - </div>  
287 - </div>  
288 - <div class="uk-width-1-2">  
289 - <div class="uk-form-row">  
290 <label class="uk-form-label">响应速度</label> 270 <label class="uk-form-label">响应速度</label>
291 <div class="uk-form-controls"> 271 <div class="uk-form-controls">
292 <i class="icon-user"></i> 272 <i class="icon-user"></i>
293 - <input value="20%" disabled> 273 + <input value="80%" disabled>
294 </div> 274 </div>
295 </div> 275 </div>
296 </div> 276 </div>
@@ -307,5 +287,5 @@ @@ -307,5 +287,5 @@
307 </style> 287 </style>
308 288
309 <script id="home-icoe-img" type="text/html"> 289 <script id="home-icoe-img" type="text/html">
310 - <img src="/real_control_v2/zndd/img/ycsf_0.png" style="width: 100%;height: 100%"> 290 + <img src="/real_control_v2/zndd/img/ycsf.png" style="width: 100%;height: 100%">
311 </script> 291 </script>