<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ConfirmInquiry.aspx.cs" Inherits="CY.WebForm.Pages.front.ConfirmInquiry" %>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
<head runat="server">
|
<title>确认下单</title>
|
<uc:FrontQuote ID="FrontQuote1" runat="server" />
|
<script src="../../js/common/LodopFuncs.js" type="text/javascript"></script>
|
<link href="../../js/common/PrintSample10.css" rel="stylesheet" type="text/css" />
|
<script type="text/javascript">
|
$(
|
function () {
|
var printModel = $("#lblPrintMode").text();
|
var printTypeId = $("#hidPrintTypeId").val();
|
if (printModel == "合版印刷") {
|
if (printTypeId == 17 || printTypeId == 18 || printTypeId == 19) {
|
$("#zj").html("材料费");
|
if (printTypeId == 18 || printTypeId == 19) {
|
$("#hg").html("安装费");
|
}
|
}
|
else if (printTypeId == 34) {
|
$("#zj").html("设计费");
|
$("#hg").html("打样费");
|
}
|
else {
|
$("#zj").html("印刷价格");
|
}
|
$("#zj").css("width", "200px");
|
$(".isShow").hide();
|
$(".isShow2").hide();
|
}
|
else {
|
$("#zj").css("width", "160px");
|
$(".isShow").css("width", "160px");
|
$(".isShow2").css("width", "40px");
|
}
|
|
$(".kz").css("line-height", "18px");
|
}
|
);
|
function Confirm() {
|
if (window.confirm("是否确认下单")) {
|
return true;
|
}
|
else {
|
return false;
|
}
|
}
|
|
function Pay() {
|
var orderId = $("#hidOrderId").val();
|
var url = "/order/pay/" + orderId+".html";
|
OpenSmallWindowByUrlUseRation(url);
|
}
|
</script>
|
</head>
|
<body>
|
<div style=" position:absolute;">
|
<object id="LODOP_OB" classid="clsid:2105C259-1E0C-4534-8141-A753534CB4CA" width=0 height=0>
|
<embed id="LODOP_EM" type="application/x-print-lodop" width=0 height=0 pluginspage="/Pages/common/install_lodop.exe"></embed>
|
</object>
|
</div>
|
<form id="form1" runat="server">
|
<input type="hidden" value='0' id='txtBillMode' runat="server" />
|
<input type="hidden" id="hidDeliveryMode" runat="server" />
|
<input type="hidden" id="hidBillMode" runat="server" />
|
<input type="hidden" id="hidPrintTypeId" runat="server" />
|
<uc:FrontHead ID="FrontHead1" runat="server" />
|
<div class="w1000 mainbox">
|
<div class="mt10"><a href="#"><img src="../../images/Common/longad.jpg" width="1000" height="110" /></a></div>
|
<div class="path"><strong>当前位置:</strong><a href="/">网站首页</a> > <a href="/Inquiry/index.html">询价首页</a> > <a href="/InquiryOnLine/<%=PrintTypeId%>.html" >在线询价</a> > 确认下单</div>
|
<asp:Panel ID="panInquiry" runat="server">
|
<div id="divPrint" style="text-align:center">
|
<table style="border:none; width:98%">
|
<tr>
|
<td align="center" style=" padding-left:100px;">
|
<font style="font-size:20px;font-weight:bold">报 价 单</font>
|
</td>
|
<td style="width:100px; text-align:right;">
|
<a id="print" href="javascript:Preview()" style="padding-bottom:1px;">打印报价单</a>
|
</td>
|
</tr>
|
</table>
|
<table class="table1 table5">
|
<tr>
|
<td style="width:100px; text-align:right">报价厂商:</td>
|
<td align="left" style="width:100px;">
|
<asp:Label ID="lblFirmName" runat="server"></asp:Label></td>
|
<td style="width:100px; text-align:right">联系方式:</td>
|
<td align="left" style="width:300px">电话:<asp:Label ID="lblPhone" runat="server"></asp:Label>,QQ:<asp:Label ID="lblQQ" runat="server"></asp:Label></td>
|
</tr>
|
</table>
|
<table class="table1 table5">
|
<tr>
|
<td style="width:100px; text-align:right">印刷类型:</td>
|
<td align="left" style="width:100px;">
|
<asp:Label ID="lblPrintTypeName" runat="server"></asp:Label></td>
|
<td style="width:100px; text-align:right">印刷方式:</td>
|
<td align="left" style="width:100px">
|
<asp:Label ID="lblPrintMode" runat="server"></asp:Label></td>
|
<td style="width:100px; text-align:right">印刷数量:</td>
|
<td align="left" style="width:100px;">
|
<asp:Label ID="lblPrintCount" runat="server"></asp:Label></td>
|
</tr>
|
<tr>
|
<td style="width:100px; text-align:right">印刷要求:</td>
|
<td colspan="5" align="left">
|
<asp:Label ID="lblPrintDemand" runat="server" Width="500px"></asp:Label></td>
|
</tr>
|
<tr>
|
<td style="width:100px; text-align:right">后道工序:</td>
|
<td colspan="5" align="left">
|
<asp:Label ID="lblAfterWorksDemand" runat="server" Width="500px"></asp:Label></td>
|
</tr>
|
<tr>
|
<td style="width:100px; text-align:right">交货方式:</td>
|
<td align="left">
|
<asp:Label ID="lblDeliveryMode" runat="server"></asp:Label></td>
|
<td style="width:100px; text-align:right">票据:</td>
|
<td align="left" colspan="3">
|
<asp:Label ID="lblBillMode" runat="server"></asp:Label></td>
|
</tr>
|
<tr>
|
<td style="width:100px; text-align:right">备注:</td>
|
<td colspan="5" align="left">
|
<asp:Label ID="lblRemarks" runat="server" Width="500px"></asp:Label></td>
|
</tr>
|
</table>
|
<table class="table1 table5">
|
<tr>
|
<td id="zj">纸价</td>
|
<td class="isShow">印工费</td>
|
<td class="isShow2">版费</td>
|
<td id="hg">后工续费</td>
|
<td class="kz">货运费</td>
|
<td class="kz">税费</td>
|
<td class="kz">总价</td>
|
</tr>
|
<tr>
|
<td align="left"><asp:Label ID="lblPaperPrice" runat="server"></asp:Label></td>
|
<td align="left" class="isShow"><asp:Label ID="lblImpressPrice" runat="server"></asp:Label></td>
|
<td class="isShow2"><asp:Label ID="lblVersionCost" runat="server"></asp:Label></td>
|
<td style="text-align:left;"><asp:Label ID="lblAfterWorkPrice" runat="server"></asp:Label></td>
|
<td style="width:40px;"><asp:Label ID="lblCargagePrice" runat="server"></asp:Label></td>
|
<td style="width:40px;"><asp:Label ID="lblTaxationPrice" runat="server"></asp:Label></td>
|
<td style="width:40px;"><asp:Label ID="lblTotalPrice" runat="server"></asp:Label></td>
|
</tr>
|
</table>
|
</div>
|
|
<table style="border:none; width:98%">
|
<tr>
|
<td align="center">
|
<label class="Btnb">
|
<asp:Button ID="btnConfirmInquiry" runat="server" Text="确认下单" Width="100px" OnClientClick="return Confirm();" OnClick="btnConfirmInquiry_Click" class="Btn add nadd"/></label>
|
</td>
|
</tr>
|
</table>
|
</asp:Panel>
|
<asp:Panel ID="panSuccess" runat="server" Visible="false">
|
<input type="hidden" id="hidOrderId" runat="server" />
|
<table class="table2" style="width:100%;">
|
<tr>
|
<td style="padding: 20px 0px;">
|
<img src="../../images/Common/SuccessOrder_02.jpg"></td>
|
</tr>
|
<tr>
|
<td style="padding: 20px 0px;">您的订单号是:<span style="color:Red"><asp:Label ID="lblOrderCode" runat="server"></asp:Label></span> 应付金额:<span style="color:Red">¥<asp:Label ID="lblOrderPrice" runat="server"></asp:Label></span></td>
|
</tr>
|
<tr>
|
<td style="padding: 20px 0px;"><span class="word2">提示:</span><span class="word3">您的订单还未付款,订单7天之后未付款会自动取消!</span></td>
|
</tr>
|
<tr>
|
<td style="padding: 20px 0px;">
|
<label class="Btnb">
|
<input class="Btn GetMoney" type="button" value="马上付款" onclick="Pay();"/></label>
|
</td>
|
</tr>
|
</table>
|
</asp:Panel>
|
<!--nypartR over-->
|
<p class="clear"></p>
|
</div><!--mainbox Over-->
|
<p class="clear"></p>
|
<uc:FrontFoot ID="FrontFoot1" runat="server" />
|
<script type="text/javascript">
|
function Preview() {
|
try {
|
$("#print").hide();
|
var LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'));
|
var strBodyStyle = "";
|
var strBodyStyle = "<link href=\"../../Styles/changes.css\" rel=\"stylesheet\" type=\"text/css\" />";
|
var strFormHtml = strBodyStyle + "<body>" + $("#divPrint").html() + "</body>";
|
LODOP.SET_PRINT_PAGESIZE(0, 2100, 2970, "A4");
|
LODOP.ADD_PRINT_HTM(0, 0, "100%", "100%", strFormHtml);
|
LODOP.PREVIEW();
|
$("#print").show();
|
} catch (e) {
|
|
}
|
};
|
</script>
|
</form>
|
</body>
|
</html>
|