username@email.com
2025-05-15 9be7596c0b251c392ab0788f3d18806502c6ee76
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="QuoteDemandEdit.aspx.cs" Inherits="CY.WebForm.Pages.business.QuoteDemandEdit" %>
 
<!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" />
    <script src="../../js/business/QuoteDemand.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" />
    <script type="text/javascript">
        //ReceiptT('member', '', 4, 120);
    </script>
</head>
<body style='margin: 0; padding: 0;'>
    <form id="form1" runat="server" onsubmit="return false;" class='form2'>
    <input type="hidden" id="txtModeldata" value='<%=Request.RequestContext.RouteData.DataTokens["jmodel"] %>' />
    <input type="hidden" id='txtKeyid' name='txtKeyid' />
    <input type="hidden" id='hidPrintTypeId' name='hidPrintTypeId' />
    <input type="hidden" id='hidOrderId' name='hidOrderId' />
    <div class='printTypeEdit' style="display: none">
        <table style="display: none">
            <tr>
                <td>
                    <strong>&#12288;印刷类型:</strong>
                </td>
                <td>
                    <span id='spnPrintType'></span>
                    <select id='selPrintTypes' runat="server" datatextfield="PrintName" datavaluefield="Keyid" keepdefaultstyle='true' onchange='printTypeChange(this)'>
                    </select>
                </td>
            </tr>
        </table>
    </div>
    <div style='display: none;'>
        信息名称:<input type="text" id='txtDemandName' maxlength='50' value='' />
        报价通知:<select id='selCallTypes' runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select></div>
    <table class="table2" style='display: none;'>
        <thead>
            <tr>
                <th colspan="6">
                    基本信息
                </th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td class='col_third'>
                    &nbsp;&nbsp;联系QQ:<input type="text" id='txtQQ' maxlength='20' />
                </td>
                <td class='col_third'>
                    联系电话:<input type="text" id='txtContactPhone' maxlength='20' />
                </td>
                <td class='col_third'>
                    发布状态:<select id='selState' disabled="disabled" runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='2'>
                    印刷要求:<textarea id='txtDemandDemand' onblur='Restrict(this,500)' rows="2" cols="50" class='remark' style='height: 50px;'></textarea>
                </td>
                <td class='col_third'>
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='2'>
                    备注信息:<textarea id='txtRemark1' onblur='Restrict(this,200)' rows="2" cols="50" class='remark' style='height: 50px;'></textarea>
                </td>
                <td class='col_third'>
                </td>
            </tr>
        </tbody>
    </table>
    <div id="EtcQuoteDemand" style='display: block'>
        <table class="table2" style="border: none; width:788px;float:left;">
            <tr>
                <td class='' style="text-align: right; width: 100px;">
                    需求名称:
                </td>
                <td class='' style="text-align: left; width:260px;">
                    <input type="text" id='txtPrintName' maxlength='20' runat="server" class='req' msg="需求名称不能为空" style=" width:220px;" />
                </td>
                <td class='' style="text-align: right; width:118px;">
                    印刷数量:
                </td>
                <td class='' style="text-align: left;">
                    <input type="text" id='txtRemark' maxlength='10' runat="server" class="req" msg="印刷数量不能为空"  />
                </td>
            </tr>
            <tr>
                <td class='' style="text-align: right;">
                    规格及要求:
                </td>
                <td class='' style="text-align: left;" colspan="3">
                    <textarea id='TextSpec' onblur='Restrict(this,200)' rows="2" cols="50" class='remark req' runat="server" style='height: 30px; width: 520px'  msg="规格及要求不能为空"></textarea>
                </td>
            </tr>
        </table>
    </div>
    <div id='div_InquiryEdit'>
        <div id="divInquiry">
        </div>
        <table class="table2" style="display: none; width:788px;float:left;">
            <tbody>
                <tr>
                    <td class='' style="text-align: right; width: 100px;">
                        交货方式:
                    </td>
                    <td class='' style="text-align: left;">
                        <select class="selectLaber" id="deliveryMode" runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'>
                            <option value="-1">自提</option>
                            <option value="2" selected="selected">代发货运</option>
                            <option value="3">送货上门</option>
                            <option value="4">指定货运公司</option>
                        </select>
                    </td>
                    <td class='' style="text-align: right; width: 100px;">
                        票据:
                    </td>
                    <td class='' style="text-align: left;">
                        <select class="selectLaber" id="billMode" runat="server" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'>
                            <option value="-1">不含税价</option>
                            <option value="2">普通发票</option>
                            <option value="3">增值税票</option>
                        </select>
                    </td>
                </tr>
                <tr style="display: none;">
                    <td class='' style="text-align: right; width: 100px;">
                        备注:
                    </td>
                    <td colspan="3" style="text-align: left;">
                        <textarea class="remark" cols="20" id="remarks" name="remarks" rows="2" onblur='Restrict(this,200)' style='height: 30px; width: 500px'></textarea>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
    <table class="table2" style="border: none; width:788px; float:left;">
        <tr>
            <td class='' style="text-align: right; width: 100px;">
                截止日期:
            </td>
            <td class='' style="text-align: left;">
                <input type="text" id='txtEndTime' maxlength='50' class='date req' />
            </td>
        </tr>
        <tr>
            <td class='' style="text-align: right; width: 100px;">
                联系方式:
            </td>
            <td class='' style="text-align: left;">
                <input type="checkbox" fname='calltype' id='ckSys' checked="checked" onclick='this.checked=true;SetFrontCallType()' value='1' /><label for='ckSys'>系统报价</label>&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" fname='calltype' id="ckShortMessage" checked="checked" onclick='SetFrontCallType()' value='2' /><label for='ckShortMessage'>短信报价</label>&nbsp;&nbsp;&nbsp;&nbsp;<input type="checkbox" fname='calltype' id="ckPhone" checked="checked" onclick='SetFrontCallType()' value='3' /><label for='ckPhone'>电话联系</label>
            </td>
        </tr>
    </table>
    <table class="table2" style="border: none;float:left;">
        <tbody>
            <tr>
                <td class="contentLeft" style="text-align: left; padding-left: 210px;">
                    <input type="checkbox" id='ckIsSaveAndPublish' value='1' checked="checked" style='display: none' /><label for='ckIsSaveAndPublish' style='display: none'>保存时发布</label>
                    <input name="Target" value='SaveInfo' type="hidden" />
                    <input name="RequestParams" id='txtSubmitData' value='' type="hidden" />
                    <input name="txtBillMode" type="hidden" id="txtBillMode" value="0" />
                    <input type="button" id="btnSave" runat="server" value="保 存" onclick="Save();" />&nbsp;&nbsp;&nbsp;<input type="button" value="重 置" onclick="ClearData();" />&nbsp;&nbsp;&nbsp;<input type="button" value="返回列表" onclick="BackList('<%=Request["IsFrontRequest"]%>')" id='btnBackList' style="display: none" />
                </td>
            </tr>
        </tbody>
    </table>
    </form>
</body>
</html>
<div id='div_PrintParams' style='display: none;'>
    <%--   <asp:Repeater ID='rptInquiryCommon' runat="server">
            <ItemTemplate>
                <table class="table2">
                    <thead>
                        <tr>
                            <th colspan='4'>
                                印刷详情
                            </th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td class='col_half'>
                                印刷数量: <strong>
                                    <%#Eval("PrintCountName")%></strong>
                            </td>
                            <td class='col_half'>
                                印刷方式: <strong>
                                    <%#Eval("PrintModeName")%></strong>
                            </td>
                        </tr>
                        <tr>
                            <td colspan='2' align="left">
                                印刷要求: <strong>
                                    <%#Eval("PrintDemand")%></strong>
                            </td>
                        </tr>
                        <tr>
                            <td colspan='2' align="left">
                                后道工序: <strong>
                                    <%#Eval("AfterWorksDemand") %></strong>
                            </td>
                        </tr>
                        <tr>
                            <td class='col_half'>
                                交货方式: <strong>
                                    <%#Eval("DeliveryModeName")%></strong>
                            </td>
                            <td class='col_half'>
                                票&#12288;&#12288;据: <strong>
                                    <%#Eval("BillModeName")%></strong>
                            </td>
                        </tr>
                        <tr>
                            <td colspan='2' align="left">
                                备&#12288;&#12288;注: <strong>
                                    <%#Eval("Remarks")%></strong>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </ItemTemplate>
        </asp:Repeater>--%>
</div>