username@email.com
2025-05-12 ae6e40362a745caef9ead36f81f38313fb8c2c66
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<%@ 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">报&nbsp;&nbsp;价&nbsp;&nbsp;单</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>