<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InsideInquiryDetail.aspx.cs" Inherits="CY.WebForm.Pages.business.InsideInquiryDetail" %>
|
|
<!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 id="Head1" runat="server">
|
<title id="InquiryTitle">询价详情</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" />
|
|
<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>
|
<script type="text/javascript">
|
function Pay() {
|
var orderId = $("#hidOrderId").val();
|
window.location.href = "/order/pay/" + orderId + ".html";
|
}
|
|
$(
|
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");
|
}
|
);
|
|
</script>
|
</head>
|
<body>
|
<form id="form1" runat="server">
|
<input type="hidden" id="hidPrintCount" runat="server" />
|
<input type="hidden" id="hidPrintTypeId" 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>
|
<asp:Repeater ID="RepInquiryResultList" runat="server">
|
<HeaderTemplate>
|
<table class="table1 table5">
|
<tr>
|
<td>数量</td>
|
<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>
|
</HeaderTemplate>
|
<ItemTemplate>
|
<tr>
|
<td style="width:30px"><%#Eval("PrintCount")%></td>
|
<td align="left"><%#Eval("PaperPriceStr")%></td>
|
<td align="left" class="isShow"><%#Eval("ImpressPriceStr")%></td>
|
<td class="isShow2"><%#Eval("VersionCost", "{0:F2}")%></td>
|
<td style="text-align:left;"><%#Eval("AfterWorkPriceStr")%></td>
|
<td style="width:40px;"><%#Eval("CargagePrice", "{0:F2}")%></td>
|
<td style="width:40px;"><%#Eval("TaxationPrice", "{0:F2}")%></td>
|
<td style="width:40px;"><%#Eval("TotalPrice", "{0:F0}")%></td>
|
</tr>
|
</ItemTemplate>
|
<FooterTemplate>
|
</table>
|
</FooterTemplate>
|
</asp:Repeater>
|
</div>
|
<script type="text/javascript">
|
function Preview() {
|
try {
|
$("#print").hide();
|
var LODOP = getLodop(document.getElementById('LODOP_OB'), document.getElementById('LODOP_EM'));
|
LODOP.SET_PRINT_PAGESIZE(0, 2100, 2970, "A4");
|
LODOP.ADD_PRINT_HTM(0, 0, "100%", "100%", document.documentElement.innerHTML);
|
LODOP.PREVIEW();
|
$("#print").show();
|
} catch (e) {
|
|
}
|
};
|
</script>
|
</form>
|
</body>
|
</html>
|