username@email.com
2021-09-22 1bfc8f9c7baad9be7fdb92742cf796f9fdb50df3
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DMInquiry.aspx.cs" Inherits="CY.WebForm.Pages.front.DMInquiry" %>
 
<!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>DM单询价</title>
</head>
<body>
    <table class="table2">
        <tbody>
            <tr>
                <th>请选择印刷方式:&nbsp<input type="radio" name="printMode" value='1' checked="true" id="hebanyinshua" /><label for="hebanyinshua">合版印刷</label>&nbsp;&nbsp<input type="radio" name="printMode" value='0' id="zhuanbanyinshua"/><label for="zhuanbanyinshua">专版印刷</label></th>
            </tr>
        </tbody>
    </table>
    <table class="table2">
        <tbody>
            <tr>
                <th style="text-align: center;">
                    印刷尺寸
                </th>
                <th style="text-align: center;width:20%">
                    纸张
                </th>
                <th style="text-align: center;" class="Brand0">
                    品牌
                </th>
                <th style="text-align: center;width:10%" class="gramWeight0">
                    克重
                </th>
                <th style="text-align: center;width:250px">
                    印刷数量
                </th>
                <th style="text-align: center;width:10%">
                   单双面
                </th>
            </tr>
            <tr>
                <td>
                   
                    <select class="selectLaber" id="paperSize" name="paperSize" onchange="PaperSizeChange(this);">
                        <%
                            CY.BLL.Inquiry.PaperSizeDetailBLL _paperSizeDetailBLL=new CY.BLL.Inquiry.PaperSizeDetailBLL();
                            List<CY.Model.SysInquiry_PaperSizeDetail> paperSizeList = _paperSizeDetailBLL.GetPaperSizeList(PrintTypeId);
                            foreach (CY.Model.SysInquiry_PaperSizeDetail size in paperSizeList)
                            {
                        %>
                        <option value="<%=size.KeyId%>"><%=size.Name%></option>
                        <%
                            }
                        %>
                    </select>
                </td>
                <td>
                    <select class="selectLaber"  id="paper0" name="paper0" remark="#value#">
                         <%
                             CY.BLL.Inquiry.RangeofBusinessBLL _rangeofBusinessBLL = new CY.BLL.Inquiry.RangeofBusinessBLL();
                             IList<CY.Model.SysInquiry_PaperInfo> paperInfoList = _rangeofBusinessBLL.GetPaperInfo(PrintTypeId);
                             foreach (CY.Model.SysInquiry_PaperInfo peper in paperInfoList)
                            {
                        %>
                            <option value="<%=peper.PapeId%>"><%=peper.PaperName%></option>
                        <%
                            }
                        %>
                    </select>
                </td>
                <td class="Brand0">
                    <select class="selectLaber" id="brand0" name="brand0">
                        <%-- <%
                             CY.BLL.Inquiry.BrandInfoBLL _brandInfoBLL = new CY.BLL.Inquiry.BrandInfoBLL();
                             IList<CY.Model.SysInquiry_BrandInfo> brandList = _brandInfoBLL.GetBrandList().ToList<CY.Model.SysInquiry_BrandInfo>();
                             foreach (CY.Model.SysInquiry_BrandInfo brand in brandList)
                            {
                        %>
                            <option value="<%=brand.KeyId%>"><%=brand.BrandName%></option>
                        <%
                            }
                        %>--%>
                    </select>
                </td>
                <td class="gramWeight0">
                    <select class="selectLaber" id="gramWeight0" name="gramWeight0">
                    </select>
                </td>
                <td align="center">
                    <table>
                        <tr>
                            <td>
                                <div class="xialap">
                                    <input type="text"  id="printCount" name="printCount" readonly="readonly"  style="height: 15px; width:80px;" class="validateInt" defaultValue="500" value="500"/>
                                    <div class="xialapb">
                                        <div class="xialapr">500</div>
                                        <div class="xialapr">1000</div>
                                        <div class="xialapr">2000</div>  
                                        <div class="xialapr">3000</div> 
                                        <div class="xialapr">5000</div> 
                                        <div class="xialapr">10000</div>
                                        <div class="xialapr">20000</div>
                                        <div class="xialapr">50000</div>
                                        <div class="xialapr">100000</div>
                                    </div>                        
                                </div>
                            </td>
                            <td>
                                <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
                            </td>
                        </tr>
                    </table>
                </td>
                <td>
                    <select class="selectLaber" name="singleOrdouble0">
                        <option value="单面">单面</option>
                        <option value="双面" selected="selected">双面</option>
                    </select>
                </td>
            </tr>
        </tbody>
    </table>
    <table class="table2">
        <tbody>
            <tr>
                <th colspan="5">
                    后道工序
                </th>
            </tr>
            <tr>
                <td align="left" style="padding-left: 40px;">
                    <input type="checkbox" name="works" value="4" id="indentation" class="lf" onclick="LF(this)">&nbsp;压痕
                </td>
                <td align="left">
                    <input type="checkbox" name="works" class="dottedLine" value="6">&nbsp;打点线
                </td>
                <td align="left">
                    <input type="checkbox" name="works" value="24">&nbsp;套号
                </td>
                <td align="left">
                    <input type="checkbox" class="fm" name="works" value="26" onclick="CoveredSelect(this)">&nbsp;单面覆哑膜 
                </td>
                <td align="left">
                    <input type="checkbox" class="fm" name="works" value="27" onclick="CoveredSelect(this)">&nbsp;双面覆哑膜
                </td>
            </tr>
            <tr>
                <td align="left" style="padding-left: 40px;">
                    <input type="checkbox" name="works" value="5" id="cut" class="lf" onclick="LF(this)">&nbsp;模切‖啤异型 
                </td>
                <td align="left">
                   <input type="checkbox" name="works" value="12">&nbsp;压纹  
                </td>
                <td align="left">
                    <input type="checkbox" name="works" value="7" class="zy">&nbsp;折页 
                </td>
                <td align="left">
                    <input type="checkbox" class="fm"  name="works" value="28" onclick="CoveredSelect(this)">&nbsp;单面覆光膜 
                </td>
                <td align="left">
                    <input type="checkbox" class="fm" name="works" value="29" onclick="CoveredSelect(this)">&nbsp;双面覆光膜
                </td>
            </tr>
            <tr>
                 <td align="left" style="padding-left: 40px;">
                  <div style="float:left">
                  <input name="works" type="checkbox" id="Checkbox1" value="8" onclick="SelectFuc(this);" index="0"/> 烫金
                    </div>
                    <div id="tjdiv0" style="float:left; display:none">
                       <input type="text" id="tjWith0" name="tjWith0" style="width:30px" value="0" class="validateFloat" defaultValue="0"/>×<input type="text" id="tjHight0" name="tjHight0" style="width:30px" value="0" class="validateFloat" defaultValue="0" />c㎡
                    </div>
                    <div class="CB"></div>
                   </td>
                    <td align="left"><div style="float:left">
                    <input name="works" type="checkbox" id="Checkbox3" value="11"  onclick="SelectFuc(this)" index="0"/>
                    UV
                    </div>
                    <div id="divUV0" style="float:left;display:none">
                    <input type="text" id="uvWith0" name="uvWith0" style="width:30px"/ value="0" class="validateFloat" defaultValue="0" />×<input type="text" id="uvHight" name="uvHight0" style="width:30px" value="0" class="validateFloat" defaultValue="0" />c㎡
            </div>
            <div class="CB"></div>
            </td>
             <td align="left" colspan="3"><div style="float:left">
                    <input name="works" type="checkbox" id="Checkbox4" value="9"  onclick="SelectFuc(this)" index="0" />
                    击凹凸
                    </div>
                    <div id="divaoTU0" style="float:left;display:none">
                    <input type="text" id="Text1" name="aoTUWith0" style="width:30px"  value="0" class="validateFloat" defaultValue="0" />×<input type="text" id="Text2" name="aoTUHight0" style="width:30px" value="0" class="validateFloat" defaultValue="0" />c㎡
            </div>
            <div class="CB"></div>
            </td>
            </tr>
 
        </tbody>
    </table>
</body>
</html>