📄 order_ticket.asp
字号:
<br>
<table border="0" cellspacing="0" cellpadding="0" height="22" background="smallPic/index_55.gif" width="100%">
<tr>
<td width="29" height="20">
<img src="smallPic/index_no2.gif" width="29" height="20">
</td>
<td class="secHeading" valign="top">购票联系人信息</td>
</tr>
</table>
<br>
<table width="100%" border="0" cellpadding="1" cellspacing="1">
<tr>
<td width='20%' align="right" nowrap>
联系人姓名 <font color="red">*</font></td>
<td width="80%"><input name="customer" type="text" id="customer" value="<%=order_customer%>" size="15" maxlength="10"> </td>
</tr>
<tr>
<td width='20%' align="right" nowrap>联系人手机 <font color="red">*</font></td>
<td> <input name="mobile" type="text" id="mobile" value="<%=order_mobile%>" size="15" maxlength="15">
<font class='remarkFont'>此号码可以作短信提醒及联系方式</font> </td>
</tr>
<tr>
<td width='20%' align="right" nowrap> 联系人电话 <font color="red">*</font></td>
<td><input name="telephone" type="text" id="telephone" value="<%=order_telephone%>" size="15" maxlength="15"></td>
</tr>
<tr>
<td nowrap align="right">电子邮件</td>
<td><input name='cemail' size=25 value='<%=order_email%>'>
预订成功后,我们将发送确认信息到此信箱</td>
</tr>
<tr>
<td align="right" nowrap>出票紧急程度 </td>
<td>
<select name="out_quickgrade">
<option value=1>普通</option>
<option value=2>急</option>
<option value=3>特急</option>
</select></td>
</tr>
</table>
<br><BR>
<table border="0" cellspacing="0" background="smallPic/index_55.gif" cellpadding="0" height="22" width="100%">
<tr>
<td width="29" height="20"> <img src="smallPic/index_no3.gif" width="29" height="20">
</td>
<td class="secHeading" valign="top">配送方式信息</td>
</tr>
</table>
<br>
<script language="javascript">
function show1(){
document.getElementById("showgive").style.display="none"
document.form1.send_method.value="1";
}
function show2(){
document.getElementById("showgive").style.display="block"
document.form1.send_method.value="2";
}
function show3(){
document.getElementById("showgive").style.display="none"
document.form1.send_method.value="3";
}
function show4(){
document.getElementById("showgive").style.display="block"
document.form1.send_method.value="3";
}
function showmm(dd){
if(dd.style.display=="none"){
dd.style.display="";
}else{
dd.style.display="none";
}
}
</script>
<table width="98%" border="0" cellpadding="1" cellspacing="1">
<tr>
<td width="20%" align="right">送票方式</td>
<td colspan="3"><input name="send_method" type="radio" value="1" checked onClick=show1()>
电子客票
<input name="send_method" type="radio" value="2" onClick=show2()>
送票上门
<input name="send_method" type="radio" value="3" onClick=show3()>
门市自取
<input name="send_method" type="radio" value="4" onClick=show4()>
特快专递</td>
</tr>
<tr>
<td align="right">支付方式</td>
<td width="32%"><select name="pay_method" id="pay_method" style="width:95px">
<option value="1">票到付款</option>
<option value="2" selected>网上支付</option>
<option value="3">电话银行</option>
<option value="4">银行汇款</option>
</select></td>
<td width="16%"> </td>
<td width="32%"> </td>
</tr>
<tr>
<td colspan="4" align="right">
<table width="100%" border="0" cellpadding="1" cellspacing="3" id="showgive" style="display:none">
<tr>
<td align="right">送票时间</td>
<td width="80%" colspan="3"><input name="SendTicketDate" type="text" size="12" maxlength="10" onClick="javascript:calendar();"></td>
</tr>
<tr>
<td align="right">送票城市</td>
<td colspan="3">
<%
sql="select * from SendTicketCity order by auto desc"
rs.open sql,conn,3,1
redim myChecked(2)
myChecked(0)=""
myChecked(1)="checked"
%>
<select name='SendTicketCity' id="fillcompany">
<!--onChange='ideliverWay()-->
<option value="">请选择送票城市</option>
<%
do while not rs.eof
ifChecked=rs("ifChecked")
If IsNull(ifChecked) Then ifChecked=0
if ifChecked<>"0" and ifChecked<>"1" then ifChecked="0"
response.write "<option value='"&rs("city")&"' "&myChecked(Clng(ifChecked))&">"&rs("city")&"</option>"
rs.movenext
loop
rs.close
%>
</select>
</td>
</tr>
<tr>
<td width='20%' align="right">送票地址</td>
<td colspan="3"><input name='address' size='40' maxlength="100" value="<%=order_address%>">
</td>
</tr>
<tr>
<td align="right">邮政编码</td>
<td colspan="3"><input name="postcode" type="text" size="12" maxlength="6" value="<%=order_postcode%>"></td>
</tr>
</table></td>
</tr>
<tr>
<td align="right">客户留言</td>
<td colspan="3"><textarea name="memo" rows="3" id="memo" style="width:150"></textarea></td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="4" cellspacing="4">
<tr>
<input type="hidden" name="mem_login" id="mem_login" value=<%=mem_login%>>
<td colspan="2" align="center"><input type=image border="0" src="smallPic/index_button_comfirm.gif" value="确定乘机人信息,下一步">
</td>
</tr>
</table></td>
</tr>
<!-- 去程 -->
<input type='hidden' name='fullprice' value='<%=fullprice0%>'>
<input type='hidden' name='Cfullprice' value='<%=Cfullprice0%>'>
<input type='hidden' name='Bfullprice' value='<%=Bfullprice0%>'>
<input type='hidden' name='timeTo' value='<%=timeto0%>'>
<input type='hidden' name='flighttime' value='<%=timefrom0%>'>
<input type='hidden' name='city_from' value='<%=city_from0%>'>
<input type='hidden' name='city_to' value='<%=city_to0%>'>
<input type='hidden' name='flightdate' value='<%=QueryDate0%>'>
<input type='hidden' name='flightschedule' value='<%=flightno0%>'>
<input type='hidden' name='Airways' value='<%=airways0%>'>
<input type='hidden' name='cabintype' value='<%=bunk_bak0%>'>
<input type='hidden' name='Rebate' value='<%=rebate_bak0%>'>
<input type='hidden' name='price' value='<%=price_bak0%>'>
<input type='hidden' name='statel' value='<%=statel0%>'>
<input type='hidden' name='dining' value='<%=dining0%>'>
<input type='hidden' name='planeType' value='<%=planeType0%>'>
<input type='hidden' name='msg_back' value='<%=msg_back0%>'>
<input type='hidden' name='ZXLCityFlyCode' value='<%=ZXLCityFlyCode0%>'>
<input type="hidden" name="city_fromcode" value="<%=city_fromcode0%>">
<input type="hidden" name="city_tocode" value="<%=city_tocode0%>">
<input type="hidden" name="jianshefei" value="<%=jianshefei0%>">
<input type="hidden" name="gasTaxPrice" value="<%=gasTaxPrice0%>">
<input type="hidden" name="sumAllFee" value="<%=sumAllFee0%>">
<input type="hidden" name="bunkseat" value="<%=bunkseat0%>">
<input type="hidden" name="providercode" value="<%=providercode0%>">
<input type="hidden" name="fandian" value="<%=fandian0%>">
<input type="hidden" name="backmoney" value="<%=backmoney0%>">
<input type="hidden" name="limitif" value="<%=limitif0%>">
<input type="hidden" name="ticketgrade" value="<%=ticketgrade0%>">
<input type="hidden" name="qian_zhu" value="<%=qian_zhu0%>">
<input type="hidden" name="special" value="<%=special0%>">
<!--END -->
<!-- 回程 -->
<%if id_back<>"" then %>
<input type='hidden' name='fullprice1' value='<%=fullprice1%>'>
<input type='hidden' name='Cfullprice1' value='<%=Cfullprice1%>'>
<input type='hidden' name='Bfullprice1' value='<%=Bfullprice1%>'>
<input type='hidden' name='timeTo1' value='<%=timeto1%>'>
<input type='hidden' name='city_from1' value='<%=city_from1%>'>
<input type='hidden' name='city_to1' value='<%=city_to1%>'>
<input type='hidden' name='flightdate1' value='<%=QueryDate1%>'>
<input type='hidden' name='flighttime1' value='<%=timefrom1%>'>
<input type='hidden' name='flightschedule1' value='<%=flightno1%>'>
<input type='hidden' name='Airways1' value='<%=airways1%>'>
<input type='hidden' name='cabintype1' value='<%=bunk_bak1%>'>
<input type='hidden' name='Rebate1' value='<%=rebate_bak1%>'>
<input type='hidden' name='price1' value='<%=price_bak1%>'>
<input type='hidden' name='statel1' value='<%=statel1%>'>
<input type='hidden' name='dining1' value='<%=dining1%>'>
<input type='hidden' name='planeType1' value='<%=planeType1%>'>
<input type='hidden' name='msg_back1' value='<%=msg_back1%>'>
<input type='hidden' name='ZXLCityFlyCode1' value='<%=ZXLCityFlyCode1%>'>
<input type="hidden" name="city_fromcode1" value="<%=city_fromcode1%>">
<input type="hidden" name="city_tocode1" value="<%=city_tocode1%>">
<input type="hidden" name="jianshefei1" value="<%=jianshefei1%>">
<input type="hidden" name="gasTaxPrice1" value="<%=gasTaxPrice1%>">
<input type="hidden" name="sumAllFee1" value="<%=sumAllFee1%>">
<input type='hidden' name='id_back' value='<%=id_back%>'>
<input type="hidden" name="bunkseat1" value="<%=bunkseat1%>">
<input type="hidden" name="providercode1" value="<%=providercode1%>">
<input type="hidden" name="fandian1" value="<%=fandian1%>">
<input type="hidden" name="backmoney1" value="<%=backmoney1%>">
<input type="hidden" name="limitif1" value="<%=limitif1%>">
<input type="hidden" name="ticketgrade1" value="<%=ticketgrade1%>">
<input type="hidden" name="qian_zhu1" value="<%=qian_zhu1%>">
<input type="hidden" name="special1" value="<%=special1%>">
<%End if%>
<%if id_third<>"" then %>
<input type='hidden' name='fullprice2' value='<%=fullprice2%>'>
<input type='hidden' name='Cfullprice2' value='<%=Cfullprice2%>'>
<input type='hidden' name='Bfullprice2' value='<%=Bfullprice2%>'>
<input type='hidden' name='timeTo2' value='<%=timeto2%>'>
<input type='hidden' name='city_from2' value='<%=city_from2%>'>
<input type='hidden' name='city_to2' value='<%=city_to2%>'>
<input type='hidden' name='flightdate2' value='<%=QueryDate2%>'>
<input type='hidden' name='flighttime2' value='<%=timefrom2%>'>
<input type='hidden' name='flightschedule2' value='<%=flightno2%>'>
<input type='hidden' name='Airways2' value='<%=airways2%>'>
<input type='hidden' name='cabintype2' value='<%=bunk_bak2%>'>
<input type='hidden' name='Rebate2' value='<%=rebate_bak2%>'>
<input type='hidden' name='price2' value='<%=price_bak2%>'>
<input type='hidden' name='statel2' value='<%=statel2%>'>
<input type='hidden' name='dining2' value='<%=dining2%>'>
<input type='hidden' name='planeType2' value='<%=planeType2%>'>
<input type='hidden' name='msg_back2' value='<%=msg_back2%>'>
<input type='hidden' name='ZXLCityFlyCode2' value='<%=ZXLCityFlyCode2%>'>
<input type="hidden" name="city_fromcode2" value="<%=city_fromcode2%>">
<input type="hidden" name="city_tocode2" value="<%=city_tocode2%>">
<input type="hidden" name="jianshefei2" value="<%=jianshefei2%>">
<input type="hidden" name="gasTaxPrice2" value="<%=gasTaxPrice2%>">
<input type="hidden" name="sumAllFee2" value="<%=sumAllFee2%>">
<input type='hidden' name='id_third' value='<%=id_third%>'>
<% end if%>
</form>
</table>
<HR align=center width=750 color=#c4cdff noShade>
<!--#include file="../bottom.asp"-->
</BODY>
</HTML>
<%
session("fromOrderTicket")="go"
set rs=nothing
conn.close
set conn=Nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -