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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyInquiry.aspx.cs" Inherits="CY.WebForm.Pages.Templet.pingxuan.CompanyInquiry" %>
 
<!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>在线询价</title>
    <!--提示框start-->
    <uc:px_CompanyQuote ID="CompanyQuote1" runat="server" />
</head>
<body>
    <form runat="server">
    <uc:px_CompanyHead ID="CompanyHead1" runat="server" />
    <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/cb.jpg">
        <tr>
            <td align="center">
                <table width="846" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="margin: 4px 0px 20px; padding: 9px 0 0 0;">
                    <tr>
                        <td valign="top" align="right" width="237">
                            <table width="188" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td>
                                        <table width="188" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td background="images/default_5_1_1_1_2.jpg" height="36" style='color: #D8110C; font-family: "Verdana","Arial","Helvetica","sans-serif"; font-size: 14px; font-weight: bold; line-height: 140%;'>
                                                    &nbsp;&nbsp;客户自助询价系统
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td background="images/default_5_1_2.jpg" width="188" height="117" align="center" style="vertical-align: top;">
                                        <div class="TemplateList" style="float: left;">
                                            <div id="divInfo" runat="server" style="float: left; padding-left: 15px; padding-top: 10px;">
                                                用户名:<input type="text" runat="server" id="countNum" class="input1" name="CustomerPhone" maxlength="11" style="width: 100px;" /></div>
                                            <div id="divPwd" runat="server" style="float: left; padding-left: 15px; line-height: 50px;">
                                                 &nbsp;&nbsp;密码:<input type="password" id="PwdNum" runat="server" class="input1" name="CustomerPassword" style="width: 100px;" /></div>
                                            <div style="float: left; padding-left: 56px; line-height: 25px;">
                                                <asp:Button runat="server" class="btn2 CP" ID="btn_login" Text="登录" OnClick="btn_login_Click" /></div>
                                            <div class="CB">
                                            </div>
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <img src="images/default_5_1_3.jpg" width="188" height="9" alt="">
                                    </td>
                                </tr>
                            </table>
                            <table width="188" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td height="19">
                                    </td>
                                </tr>
                            </table>
                            <uc:px_PrintTypeListIN ID="PrintTypeListIN" runat="server" LinkUrl="/Pages/Templet/pingxuan/CompanyInquiryOnLine.aspx" />
                        </td>
                        <td width="19">
                        </td>
                        <td valign="top">
                            <table width="544" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td>
                                        <table width="544" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td background="images/default_5_1_1_1_1.jpg" width="127" height="36" style='color: #D8110C; font-family: "Verdana","Arial","Helvetica","sans-serif"; font-size: 14px; font-weight: bold; line-height: 140%;'>
                                                    &nbsp;&nbsp;<span runat="server" id="spanTittle">自助询价</span>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="544" align="center" style="vertical-align: top;">
                                        <div class="ContentInfo_px" runat="server" style="min-height: 374px;">
                                            <ul class="xjList">
                                                <%
 
                                                    CY.BLL.EC_MemberBasicBLL b_EC_MemberBasicBLL = new CY.BLL.EC_MemberBasicBLL();
                                                    int? bid = int.Parse(Request["i"]);
                                                    CY.Model.EC_MemberBasic m_EC_MemberBasic = b_EC_MemberBasicBLL.GetMemberBybid(bid);
                                                    Guid firmid = CY.Infrastructure.Common.MyConvert.ConvertToGuid(m_EC_MemberBasic.MemberId.ToString());
                                                    CY.BLL.Sys.SysInquiry_PrintingTypeBLL _pTypeBLL = new CY.BLL.Sys.SysInquiry_PrintingTypeBLL();
                                                    IEnumerable<CY.Model.SysInquiry_PrintingType> typeList = _pTypeBLL.SelectParentModelListByFirm(firmid);
                                                    foreach (CY.Model.SysInquiry_PrintingType type in typeList)
                                                    {
                                                        IEnumerable<CY.Model.SysInquiry_PrintingType> typeChildList = _pTypeBLL.SelectUsedModlesByFirm(type.KeyId, firmid);
                                                        foreach (CY.Model.SysInquiry_PrintingType child in typeChildList)
                                                        {
                                                %>
                                                <li><a class="hui" style="width: 80px; height: 80px" href="/Pages/Templet/pingxuan/CompanyInquiryOnLine.aspx?i=<%=bid%>&PrintTypeId=<%=child.KeyId %>">
                                                    <img src="../<%=child.ImagPath %>" width="80" height="80" /><span><%=child.PrintName%></span></a></li>
                                                <%
}
                                                    }
                                                %>
                                            </ul>
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <img src="images/default_5_1_3.jpg" width="544" height="9" alt="">
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    <uc:px_CompanyFoot ID="CompanyFoot1" runat="server" />
    </form>
</body>
</html>