|
@@ -41,29 +41,27 @@
|
|
|
<input type="hidden" name="iid" id="iid" value="" />
|
|
|
<input type="hidden" name="itinerary" id="itinerary" value="" />
|
|
|
|
|
|
- <table class="table table-bordered table-condensed table-hover">
|
|
|
-
|
|
|
+ <table class="table table-bordered table-condensed table-hover" >
|
|
|
<tr>
|
|
|
+ <td colspan="2">
|
|
|
+ <table width="100%" stroke>
|
|
|
+
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <!-- <tr>
|
|
|
<th colspan="2" class="taC">行程1#详细</th>
|
|
|
</tr>
|
|
|
<tbody itinerary >
|
|
|
|
|
|
</tbody>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<tr>
|
|
|
<th colspan="2" class="taC"><a href="#route-add"
|
|
|
class="button" addStroke data-toggle="modal">设置行程费用单</a></th>
|
|
|
- </tr>
|
|
|
+ </tr> -->
|
|
|
|
|
|
|
|
|
- <strokeNode>
|
|
|
- </strokeNode>
|
|
|
-
|
|
|
<tbody strokeNode >
|
|
|
</tbody>
|
|
|
|
|
@@ -254,6 +252,7 @@
|
|
|
</div>
|
|
|
<div class="modal-body saeaList">
|
|
|
<input type="hidden" name="ediStrokeId" >
|
|
|
+ <input type="hidden" name="strokeIndex" id="strokeIndex" >
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tr>
|
|
|
<th class="taC" colspan="4">出发-到达</th>
|
|
@@ -325,40 +324,18 @@
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
autoFlashHeight();
|
|
|
- var sessionStorageList='itineraryList';
|
|
|
+ var sessionStorageList='itineraryList2';
|
|
|
</script>
|
|
|
|
|
|
- <script src="<?= itinerary ?>"></script>
|
|
|
+ <!-- <script src="<?= itinerary ?>"></script> -->
|
|
|
<script src="<?= itinerary2 ?>"></script>
|
|
|
+ <script src="<?= itinerary2func ?>"></script>
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
|
|
$(function() {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
//---------------------------
|
|
|
|
|
|
$("input[id^='inttrain_']").change(function() {
|