Commit d10fae5eb72bec4fd9c23fdfefe91c957b7632e0

Authored by 王通
1 parent 48c333ed

1.进出场判断是否在规划道路行驶,对此路径的规划工具,与站点编辑在一起

src/main/resources/static/pages/base/stationroute/list.html
@@ -489,7 +489,7 @@ @@ -489,7 +489,7 @@
489 move: false, 489 move: false,
490 area: ['800px', '600px'], 490 area: ['800px', '600px'],
491 content: content, 491 content: content,
492 - title: '选择班次', 492 + title: '选择班次(请选择GPS自动完成的班次)',
493 shift: 5, 493 shift: 5,
494 scrollbar: false, 494 scrollbar: false,
495 success: function () { 495 success: function () {
src/main/resources/static/pages/base/stationroute/list_template.html
@@ -11,8 +11,8 @@ @@ -11,8 +11,8 @@
11 <th width="18%">线路名称</th> 11 <th width="18%">线路名称</th>
12 <th width="18%">起点</th> 12 <th width="18%">起点</th>
13 <th width="18%">终点</th> 13 <th width="18%">终点</th>
14 - <th width="18%">发车时间</th>  
15 - <th width="18%">到达时间</th> 14 + <th width="18%">实际发车时间</th>
  15 + <th width="18%">实际到达时间</th>
16 </tr> 16 </tr>
17 </thead> 17 </thead>
18 <tbody></tbody> 18 <tbody></tbody>