Commit 48ddd36f35d59c68851a2d33ea6e285187ff9c79

Authored by 王通
1 parent f31b5bfa

1.

src/main/resources/static/pages/base/carpark/js/carpark-positions-function.js
@@ -113,7 +113,7 @@ var PublicFunctions = function () { @@ -113,7 +113,7 @@ var PublicFunctions = function () {
113 '<span class="help-block" style="color:#DDD;font-size: 15px;">Radius:' + r[0].carParkRadius + '</span>' + 113 '<span class="help-block" style="color:#DDD;font-size: 15px;">Radius:' + r[0].carParkRadius + '</span>' +
114 '<span class="help-block" style="color:#DDD;font-size: 15px;">Company:' + companyV + '</span>' + 114 '<span class="help-block" style="color:#DDD;font-size: 15px;">Company:' + companyV + '</span>' +
115 '<span class="help-block" style="color:#DDD;font-size: 15px;">Branch Company:' + branchecomV+ '</span>' + 115 '<span class="help-block" style="color:#DDD;font-size: 15px;">Branch Company:' + branchecomV+ '</span>' +
116 - '<span class="help-block" style="color:#DDD;font-size: 15px;">版本 号:' + r[0].carParkVersions + '</span>' + 116 + '<span class="help-block" style="color:#DDD;font-size: 15px;">Version number:' + r[0].carParkVersions + '</span>' +
117 '<span class="help-block" style="width: 100%;font-size: 15px;;color:#DDD; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; " title="'+ r[0].carParkDescriptions +'" >Description:' + r[0].carParkDescriptions + '</span>' ; 117 '<span class="help-block" style="width: 100%;font-size: 15px;;color:#DDD; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; " title="'+ r[0].carParkDescriptions +'" >Description:' + r[0].carParkDescriptions + '</span>' ;
118 // 信息窗口参数属性 118 // 信息窗口参数属性
119 var opts = { 119 var opts = {
src/main/resources/static/pages/base/line/addstation.html
@@ -87,7 +87,6 @@ @@ -87,7 +87,6 @@
87 </label> 87 </label>
88 <div class="col-md-6"> 88 <div class="col-md-6">
89 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select> 89 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select>
90 - <span class="help-block">说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
91 </div> 90 </div>
92 </div> 91 </div>
93 </div> 92 </div>
src/main/resources/static/pages/base/line/editstation.html
@@ -88,7 +88,6 @@ @@ -88,7 +88,6 @@
88 </label> 88 </label>
89 <div class="col-md-6"> 89 <div class="col-md-6">
90 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select> 90 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select>
91 - <span class="help-block"> *说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
92 </div> 91 </div>
93 </div> 92 </div>
94 </div> 93 </div>
src/main/resources/static/pages/base/station/add.html
@@ -185,7 +185,6 @@ @@ -185,7 +185,6 @@
185 </label> 185 </label>
186 <div class="col-md-6"> 186 <div class="col-md-6">
187 <select name="stationRouteCode" style="width:100%" class="form-control" id="stationrouteSelect"></select> 187 <select name="stationRouteCode" style="width:100%" class="form-control" id="stationrouteSelect"></select>
188 - <span class="help-block"> *说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
189 </div> 188 </div>
190 </div> 189 </div>
191 </div> 190 </div>
src/main/resources/static/pages/base/station/edit.html
@@ -101,7 +101,6 @@ @@ -101,7 +101,6 @@
101 </label> 101 </label>
102 <div class="col-md-6"> 102 <div class="col-md-6">
103 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select> 103 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select>
104 - <span class="help-block">说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
105 </div> 104 </div>
106 </div> 105 </div>
107 </div> 106 </div>
src/main/resources/static/pages/base/station/list_edit.html
@@ -115,13 +115,13 @@ @@ -115,13 +115,13 @@
115 115
116 <!-- 表单分组组件 form-group START --> 116 <!-- 表单分组组件 form-group START -->
117 <div class="form-group"> 117 <div class="form-group">
118 - <!-- 站点路由编码 --> 118 + <!-- Station sequence number -->
119 <div class="col-md-6"> 119 <div class="col-md-6">
120 <label class="control-label col-md-5"> 120 <label class="control-label col-md-5">
121 - <span class="required"> * </span>站点路由编码&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: 121 + <span class="required"> * </span>Station sequence number:
122 </label> 122 </label>
123 <div class="col-md-4"> 123 <div class="col-md-4">
124 - <input type="text" class="form-control" name="stationRouteId" id="stationRouteIdInput" placeholder="站点路由编码" readonly="readonly"> 124 + <input type="text" class="form-control" name="stationRouteId" id="stationRouteIdInput" placeholder="Station sequence number" readonly="readonly">
125 </div> 125 </div>
126 </div> 126 </div>
127 127
@@ -160,7 +160,6 @@ @@ -160,7 +160,6 @@
160 </label> 160 </label>
161 <div class="col-md-4"> 161 <div class="col-md-4">
162 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select> 162 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select>
163 - <span class="help-block">说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
164 </div> 163 </div>
165 </div> 164 </div>
166 </div> 165 </div>
src/main/resources/static/pages/base/stationroute/add.html
@@ -98,7 +98,6 @@ @@ -98,7 +98,6 @@
98 </label> 98 </label>
99 <div class="col-md-6"> 99 <div class="col-md-6">
100 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select> 100 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select>
101 - <span class="help-block">说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
102 </div> 101 </div>
103 </div> 102 </div>
104 </div> 103 </div>
src/main/resources/static/pages/base/stationroute/edit.html
@@ -79,7 +79,6 @@ @@ -79,7 +79,6 @@
79 </label> 79 </label>
80 <div class="col-md-6"> 80 <div class="col-md-6">
81 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select> 81 <select name="stationRouteCode" class="form-control" id="stationrouteSelect" style="width:100%"></select>
82 - <span class="help-block"> *说明:选择的站点将作为本站序号的参考,成为选择站点的下一站。 </span>  
83 </div> 82 </div>
84 </div> 83 </div>
85 </div> 84 </div>
src/main/resources/static/pages/excep/js/outbound-map.js
@@ -314,7 +314,7 @@ var WorldsBMap = function () { @@ -314,7 +314,7 @@ var WorldsBMap = function () {
314 '<span class="help-block" style="color:#DDD;font-size: 15px;">Time(previous to current):' + objStation.stationRouteToTime + '&nbsp;分钟</span>' + 314 '<span class="help-block" style="color:#DDD;font-size: 15px;">Time(previous to current):' + objStation.stationRouteToTime + '&nbsp;分钟</span>' +
315 '<span class="help-block" style="color:#DDD;font-size: 15px;">Distance(previous to current):' + objStation.stationRouteDistances + '&nbsp;公里</span>' + 315 '<span class="help-block" style="color:#DDD;font-size: 15px;">Distance(previous to current):' + objStation.stationRouteDistances + '&nbsp;公里</span>' +
316 '<span class="help-block" style="color:#DDD;font-size: 15px;">Radius:' + objStation.stationRadius + '</span>' + 316 '<span class="help-block" style="color:#DDD;font-size: 15px;">Radius:' + objStation.stationRadius + '</span>' +
317 - '<span class="help-block" style="color:#DDD;font-size: 15px;">版本 号:' + objStation.stationRouteVersions + '</span>' + 317 + '<span class="help-block" style="color:#DDD;font-size: 15px;">Version number:' + objStation.stationRouteVersions + '</span>' +
318 '<span class="help-block" style="width: 100%;font-size: 15px;;color:#DDD;'+ 318 '<span class="help-block" style="width: 100%;font-size: 15px;;color:#DDD;'+
319 'overflow: hidden; white-space: nowrap; text-overflow: ellipsis; " title="'+ 319 'overflow: hidden; white-space: nowrap; text-overflow: ellipsis; " title="'+
320 objStation.stationRouteDescriptions +'" >Description:' + objStation.stationRouteDescriptions + '</span>' ; 320 objStation.stationRouteDescriptions +'" >Description:' + objStation.stationRouteDescriptions + '</span>' ;
@@ -448,7 +448,7 @@ var WorldsBMap = function () { @@ -448,7 +448,7 @@ var WorldsBMap = function () {
448 '<span class="help-block" style="color:#DDD;font-size: 15px;">Time(previous to current):' + objStation.stationRouteToTime + '&nbsp;分钟</span>' + 448 '<span class="help-block" style="color:#DDD;font-size: 15px;">Time(previous to current):' + objStation.stationRouteToTime + '&nbsp;分钟</span>' +
449 '<span class="help-block" style="color:#DDD;font-size: 15px;">Distance(previous to current):' + objStation.stationRouteDistances + '&nbsp;公里</span>' + 449 '<span class="help-block" style="color:#DDD;font-size: 15px;">Distance(previous to current):' + objStation.stationRouteDistances + '&nbsp;公里</span>' +
450 '<span class="help-block" style="color:#DDD;font-size: 15px;">Radius:' + objStation.stationRadius + '</span>' + 450 '<span class="help-block" style="color:#DDD;font-size: 15px;">Radius:' + objStation.stationRadius + '</span>' +
451 - '<span class="help-block" style="color:#DDD;font-size: 15px;">版本 号:' + objStation.stationRouteVersions + '</span>' + 451 + '<span class="help-block" style="color:#DDD;font-size: 15px;">Version number:' + objStation.stationRouteVersions + '</span>' +
452 '<span class="help-block" style="width: 100%;font-size: 15px;;color:#DDD;'+ 452 '<span class="help-block" style="width: 100%;font-size: 15px;;color:#DDD;'+
453 'overflow: hidden; white-space: nowrap; text-overflow: ellipsis; " title="'+ 453 'overflow: hidden; white-space: nowrap; text-overflow: ellipsis; " title="'+
454 objStation.stationRouteDescriptions +'" >Description:' + objStation.stationRouteDescriptions + '</span>' ; 454 objStation.stationRouteDescriptions +'" >Description:' + objStation.stationRouteDescriptions + '</span>' ;