|
|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
<div class="row">
|
|
|
|
|
<form style="" action="" method="get">
|
|
|
|
|
<div class="col-md-6">
|
|
|
|
|
<input class="form-control" type="text" placeholder="汉特订单号或聚合订单号或电子取票号" name="order" value="<?php echo !empty($order)?"$order":"";?>" autocomplete="off">
|
|
|
|
|
<input class="form-control" type="text" placeholder="汉特订单号或第三方订单号或电子取票号" name="order" value="<?php echo !empty($order)?"$order":"";?>" autocomplete="off">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-md-4">
|
|
|
|
|
<select class="form-control" name="web_code">
|
|
|
|
|
@ -42,7 +42,7 @@
|
|
|
|
|
<tr>
|
|
|
|
|
<th style="text-align:center;">序号</th>
|
|
|
|
|
<th style="text-align:center;">汉特订单号(商家订单号)</th>
|
|
|
|
|
<th style="text-align:center;">聚合订单号</th>
|
|
|
|
|
<th style="text-align:center;">第三方订单号</th>
|
|
|
|
|
<th style="text-align:center;">车次</th>
|
|
|
|
|
<th style="text-align:center;">出发</th>
|
|
|
|
|
<th style="text-align:center;">到达</th>
|
|
|
|
|
|