username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<%@ 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">报&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>
        <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>&nbsp;&nbsp;&nbsp;&nbsp; 应付金额:<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>