添加电子取票号查询提示

mobile-first
cyc 6 years ago
parent 263becf0c7
commit a274811486

@ -7,7 +7,7 @@
<div class="row"> <div class="row">
<form style="" action="" method="get"> <form style="" action="" method="get">
<div class="col-md-6"> <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>
<div class="col-md-4"> <div class="col-md-4">
<select class="form-control" name="web_code"> <select class="form-control" name="web_code">

Loading…
Cancel
Save