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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DemandDescribeDeatil.aspx.cs"
    Inherits="CY.WebForm.Pages.business.DemandDescribeDeatil" %>
 
<!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>
    <uc:CMSHead ID="CMSHead1" runat="server" />
    <uc:CMSHead ID="CMSHead2" runat="server" />
    <link rel="stylesheet" type="text/css" href="../../Styles/base.css" />
    <link href="../../Styles/changes.css" rel="stylesheet" type="text/css" />
    <script src="../../js/business/DemandDescribe.js" type="text/javascript"></script>
    <script src="../../js/Inquiry/Inquiry.js" type="text/javascript"></script>
    <link href="../../Styles/ParticularWQJ.css" rel="stylesheet" type="text/css" />
</head>
<body style='margin: 0; padding: 0;'>
    <form id="formShower" runat="server" onsubmit="return false;">
    <input type="hidden" id="txtModeldata" value='<%=Request.RequestContext.RouteData.DataTokens["jmodel"] %>' />
    <input type="hidden" id='txtKeyid' runat="server" />
    <input type="hidden" id='hidPrintTypeId' runat="server" />
    <div class='printTypeEdit'>
        <table>
            <tr>
                <td>
                    <strong>&#12288;印刷类型:</strong>
                </td>
                <td>
                    <strong><span id='spnPrintTypeName'></span></strong>
                </td>
            </tr>
        </table>
    </div>
    <table class="table2">
        <thead>
            <tr>
                <th colspan="6">
                    基本信息
                </th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td class='col_third'>
                    信息名称:<strong><span id='spnDemandName'></span></strong>
                </td>
                <td class='col_third'>
                    报价通知:<strong><span id='spnCallTypeName'></span></strong>
                </td>
                <td class='col_third'>
                    截止日期:<strong><span id='spnEndTime'></span></strong>
                </td>
            </tr>
            <tr>
                <td class='col_third'>
                    需求状态:<strong><span id='spnStateName'></span></strong>
                </td>
                <td class='col_third'>
                    发布时间:<strong><span id='spnCreateTime'></span></strong>
                </td>
                <td class='col_third'>
                    &#12288;发布人: <strong><span id='spnMemberName'></span></strong>
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='2'>
                    印刷要求:<strong><span id='spnDemandDemand'></span></strong>
                </td>
                <td class='col_third'>
                </td>
            </tr>
            <tr>
                <td class='col_third'>
                    修改时间: <strong><span id='spnLastUpdateTime'></span></strong>
                </td>
                <td class='col_third'>
                    &#12288;操作人: <strong><span id='spnOperator'></span></strong>
                </td>
                <td class='col_third'>
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='2'>
                    备注信息:<strong><span id="spnRemark"></span></strong>
                </td>
                <td class='col_third'>
                </td>
            </tr>
        </tbody>
    </table>
    </form>
</body>
</html>