Commit 820760dbf6ee9b90cf74145c063a3aa8f66498ad

Authored by 王通
1 parent bb5620c9

1.共和县

src/main/java/com/bsth/service/forms/impl/BudgetServiceImpl.java
@@ -3185,7 +3185,7 @@ public class BudgetServiceImpl extends BaseServiceImpl<Budget, Integer> implemen @@ -3185,7 +3185,7 @@ public class BudgetServiceImpl extends BaseServiceImpl<Budget, Integer> implemen
3185 } else if("26".equals(sp[0])){ 3185 } else if("26".equals(sp[0])){
3186 gs = "南汇公司"; 3186 gs = "南汇公司";
3187 } else if("all".equals(sp[0])){ 3187 } else if("all".equals(sp[0])){
3188 - gs = "滨海合计"; 3188 + gs = "共和县公交合计";
3189 num = "0"; 3189 num = "0";
3190 } 3190 }
3191 if("1".equals(sp[1])){ 3191 if("1".equals(sp[1])){
@@ -3242,7 +3242,7 @@ public class BudgetServiceImpl extends BaseServiceImpl<Budget, Integer> implemen @@ -3242,7 +3242,7 @@ public class BudgetServiceImpl extends BaseServiceImpl<Budget, Integer> implemen
3242 } else if("26".equals(sp[0])){ 3242 } else if("26".equals(sp[0])){
3243 gs = "南汇公司"; 3243 gs = "南汇公司";
3244 } else if("all".equals(sp[0])){ 3244 } else if("all".equals(sp[0])){
3245 - gs = "滨海合计"; 3245 + gs = "共和县公交合计";
3246 num = "0"; 3246 num = "0";
3247 } 3247 }
3248 if("1".equals(sp[1])){ 3248 if("1".equals(sp[1])){
src/main/resources/rules/kBase1_core_plan.drl
@@ -75,7 +75,7 @@ function Map gsMap(List gses) { @@ -75,7 +75,7 @@ function Map gsMap(List gses) {
75 for (int i = 0; i < gses.size(); i++) { 75 for (int i = 0; i < gses.size(); i++) {
76 Business gs = (Business) gses.get(i); 76 Business gs = (Business) gses.get(i);
77 if (StringUtils.isNotEmpty(gs.getBusinessCode())) { 77 if (StringUtils.isNotEmpty(gs.getBusinessCode())) {
78 - if ("88".equals(gs.getUpCode())) { // 滨海 78 + if ("88".equals(gs.getUpCode())) { // 共和县公交
79 gsMap.put(gs.getBusinessCode(), gs); 79 gsMap.put(gs.getBusinessCode(), gs);
80 } 80 }
81 if (gs.getBusinessCode().equals(gs.getUpCode())) { // 闵行,青浦 81 if (gs.getBusinessCode().equals(gs.getUpCode())) { // 闵行,青浦
src/main/resources/static/index.html
@@ -220,7 +220,7 @@ @@ -220,7 +220,7 @@
220 <!-- LOGO --> 220 <!-- LOGO -->
221 <div class="page-logo"> 221 <div class="page-logo">
222 <a href="index.html" class="logo-default logo-default-text"> 222 <a href="index.html" class="logo-default logo-default-text">
223 - 滨海调度系统 </a> 223 + 共和县公交调度系统 </a>
224 <div class="menu-toggler sidebar-toggler"></div> 224 <div class="menu-toggler sidebar-toggler"></div>
225 </div> 225 </div>
226 <!-- END LOGO --> 226 <!-- END LOGO -->
src/main/resources/static/login.html
@@ -181,7 +181,7 @@ @@ -181,7 +181,7 @@
181 <div class="wrapper ng-scope"> 181 <div class="wrapper ng-scope">
182 <div id="loginPanel" class="dialog dialog-shadow"> 182 <div id="loginPanel" class="dialog dialog-shadow">
183 <br> 183 <br>
184 - <h3 class="logo-text">滨海调度系统</h3> 184 + <h3 class="logo-text">共和县公交调度系统</h3>
185 <hr> 185 <hr>
186 <form style="padding: 0px 35px;"> 186 <form style="padding: 0px 35px;">
187 <div class="form-group" style="margin-bottom: 0"> 187 <div class="form-group" style="margin-bottom: 0">
src/main/resources/static/pages/base/stationroute/js/stationroute-ajax-getdata.js
@@ -153,12 +153,6 @@ var GetAjaxData = function(){ @@ -153,12 +153,6 @@ var GetAjaxData = function(){
153 callback && callback(result); 153 callback && callback(result);
154 }); 154 });
155 }, 155 },
156 - // 查询外部行业编码是否有更新  
157 - matchIndustryCode : function (lineId,callback) {  
158 - $post('/stationroute/matchIndustryCode' ,{"lineId":lineId}, function(result){  
159 - callback && callback(result);  
160 - });  
161 - },  
162 156
163 // 查询站点信息 157 // 查询站点信息
164 getStationRouteInfo : function(lineId,direction,callback) { 158 getStationRouteInfo : function(lineId,direction,callback) {
src/main/resources/static/pages/base/stationroute/js/stationroute-list-events.js
@@ -323,60 +323,6 @@ $(function(){ @@ -323,60 +323,6 @@ $(function(){
323 $('.defeat-scroll').css('overflow','hidden'); 323 $('.defeat-scroll').css('overflow','hidden');
324 }); 324 });
325 325
326 - $(".match_station_bnt").on("click",function () {  
327 - var index = layer.open({  
328 - title: '提示',  
329 - content:'是否匹配外部上下行站点行业编码!',  
330 - // type: 1,  
331 - // area: ['600px', '360px'],  
332 - // scrollbar: false,  
333 -  
334 - btn:['确定','取消'],  
335 - yes: function(index){  
336 - var lineId = LineObj.getLineObj().id;  
337 - GetAjaxData.matchIndustryCode(lineId,function (rs) {  
338 - // $post("/stationroute/matchIndustryCode",{"lineId":lineId},function (rs) {  
339 - if(rs.status == "SUCCESS"){  
340 - var map = new Map();  
341 - var upMatch = rs.upMatch, downMatch = rs.downMatch;  
342 - if(upMatch !=null && upMatch.length>0){  
343 - map.set("up",upMatch);  
344 - }  
345 - if(downMatch !=null && downMatch.length>0){  
346 - map.set("down",downMatch);  
347 - }  
348 - if(map.size>0){  
349 - $('.portlet-title .match_station').addClass('hidden');  
350 - PublicFunctions.resjtreeDate(lineId,0,$("#versions").val());  
351 - /** 查询上行路段信息 @param:<Line.id:线路Id;0:上行> @return:data:路段数据 */  
352 -// GetAjaxData.getSectionRouteInfo(lineId,0,function(data) {  
353 -// /** 在地图上画出线路走向 @param:<Line.id:线路Id;0:上行;data:路段数据> */  
354 -// PublicFunctions.linePanlThree(lineId,data,0);  
355 -// });  
356 - $('#stationDown').removeClass('active');  
357 - $('#stationDown').removeClass('in');  
358 - $('#stationDown').addClass('fade');  
359 - $('#stationUp').addClass('active in');  
360 - $('#downLine').parent().removeClass('active');  
361 - $('#upLine').parent().addClass('active');  
362 - $.get('match_station_industryCode.html', function(m){  
363 - $(pjaxContainer).append(m);  
364 - $('#match_station_industryCode_mobal').trigger('match_station_industryCodeMobal.show', map);  
365 - });  
366 - } else {  
367 - layer.msg("没有匹配到外部站点数据,请手动添加!")  
368 - }  
369 - } else  
370 - layer.msg("匹配出错,请手动添加!")  
371 - });  
372 - layer.close(index);  
373 - },  
374 - btn2:function(){  
375 - layer.closeAll(index); //关闭当前窗口  
376 - }  
377 - });  
378 - })  
379 -  
380 // 进出场规划 326 // 进出场规划
381 $('#leftUpOrDown #inoutLine').on('click', function(){ 327 $('#leftUpOrDown #inoutLine').on('click', function(){
382 var lineIdEvents = LineObj.getLineObj(); 328 var lineIdEvents = LineObj.getLineObj();
src/main/resources/static/pages/base/stationroute/js/stationroute-list-reload.js
@@ -202,12 +202,6 @@ $(function() { @@ -202,12 +202,6 @@ $(function() {
202 202
203 }); 203 });
204 204
205 - GetAjaxData.getLineMatchStationIsUpdate(Line.id, function(data) {  
206 - if (data.status == 'SUCCESS' && data.data == "1") {  
207 - $('.portlet-title .match_station').removeClass('hidden');  
208 - }  
209 - });  
210 -  
211 $('#esc_edit_div').on( 205 $('#esc_edit_div').on(
212 'click', 206 'click',
213 function() { 207 function() {
src/main/resources/static/pages/control/line/index.html
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 <div class="portlet-title banner" > 18 <div class="portlet-title banner" >
19 <div class="caption col_hide_1280" style="color: #FFF;"> 19 <div class="caption col_hide_1280" style="color: #FFF;">
20 <i class="fa fa-life-ring" style="font-size: 22px;color: #FFF;"></i> <span 20 <i class="fa fa-life-ring" style="font-size: 22px;color: #FFF;"></i> <span
21 - class="caption-subject bold" style="font-size: 24px;">滨海线路调度系统</span> 21 + class="caption-subject bold" style="font-size: 24px;">共和县公交线路调度系统</span>
22 </div> 22 </div>
23 <div class="col_hide_1440" style="color: white;font-size: 18px;position: absolute;right: 25px;top: 75px;"> 23 <div class="col_hide_1440" style="color: white;font-size: 18px;position: absolute;right: 25px;top: 75px;">
24 <span class="top_username"></span> <span class="operation_mode_text animated" ></span> 24 <span class="top_username"></span> <span class="operation_mode_text animated" ></span>
src/main/resources/static/real_control_v2/js/safe_driv/safeDriv.js
@@ -83,7 +83,7 @@ var gb_safe_driv = (function () { @@ -83,7 +83,7 @@ var gb_safe_driv = (function () {
83 $.post('/realSchedule/ackCp', {id : id}, function(res) {}); 83 $.post('/realSchedule/ackCp', {id : id}, function(res) {});
84 } 84 }
85 break; 85 break;
86 - // 滨海维修库 86 + // 共和县公交维修库
87 case 'mt': 87 case 'mt':
88 var data = { zbh: $(this).data('zbh'), bydj: $(this).data('bydj'), bysj: $(this).data('bysj'), bydd: $(this).data('bydd')}; 88 var data = { zbh: $(this).data('zbh'), bydj: $(this).data('bydj'), bysj: $(this).data('bysj'), bydd: $(this).data('bydd')};
89 $(this).remove(); 89 $(this).remove();
src/main/resources/static/real_control_v2/main.html
@@ -55,7 +55,7 @@ @@ -55,7 +55,7 @@
55 <div class="uk-width-4-10"> 55 <div class="uk-width-4-10">
56 <div class="uk-panel"> 56 <div class="uk-panel">
57 <h2 class="north-logo"> 57 <h2 class="north-logo">
58 - <!--<i class="uk-icon-life-ring"></i>--> 滨海线路调度 58 + <!--<i class="uk-icon-life-ring"></i>--> 共和县公交线路调度
59 </h2> 59 </h2>
60 </div> 60 </div>
61 </div> 61 </div>
@@ -249,7 +249,7 @@ @@ -249,7 +249,7 @@
249 <div> 249 <div>
250 <span class="title">维修保养计划</span> 250 <span class="title">维修保养计划</span>
251 <span class="text"> {{zbh}}&nbsp;&nbsp;{{timeStr}}&nbsp;&nbsp;进场保养</span> 251 <span class="text"> {{zbh}}&nbsp;&nbsp;{{timeStr}}&nbsp;&nbsp;进场保养</span>
252 - <span class="desc">--滨海维修库</span> 252 + <span class="desc">--共和县公交维修库</span>
253 </div> 253 </div>
254 </div> 254 </div>
255 </script> 255 </script>