<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Reticule.aspx.cs" Inherits="CY.WebForm.Pages.front.Reticule" %>
|
|
<!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>
|
</head>
|
<body>
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th>请选择印刷方式: <input type="radio" name="printMode" value='1' checked="true" />合版印刷  <input type="radio" name="printMode" value='0'/>专版印刷</th>
|
</tr>
|
</tbody>
|
</table>
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th style="text-align: center;">
|
印刷尺寸
|
</th>
|
<th style="text-align: center;">
|
纸张
|
</th>
|
<th style="text-align: center;" class="Brand0">
|
品牌
|
</th>
|
<th style="text-align: center;" class="gramWeight0">
|
克重
|
</th>
|
<th>印刷数量</th>
|
</tr>
|
<tr>
|
<td>
|
<select class="selectLaber" id="paperSize" name="paperSize">
|
<%
|
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" >
|
</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 >
|
<table>
|
<tr>
|
<td>
|
<div class="xialap" style="display: inline-block;">
|
<input type="text" id="printCount" name="printCount" readonly="readonly" style="height: 15px; line-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>
|
</div>
|
</td>
|
<td>
|
<select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
|
</td>
|
</tr>
|
</table>
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th colspan="4">
|
后道工序
|
</th>
|
</tr>
|
<tr>
|
<td align="left" style="padding-left: 40px;">
|
<input type="checkbox" class="fm" name="works" value="26" onclick="CoveredSelect(this)" checked="checked"> 单面覆哑膜
|
</td>
|
<td align="left">
|
<input type="checkbox" class="fm" name="works" value="28" onclick="CoveredSelect(this)"> 单面覆光膜
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" value="12"> 压纹
|
</td>
|
<%-- <td align="left">
|
<input type="checkbox" name="works" value="3" /> 过油
|
</td>--%>
|
</tr>
|
<tr>
|
<td align="left" style="padding-left: 40px;">
|
<input type="checkbox" name="works" value="45"> 加柳钉
|
</td>
|
<td align="left">
|
<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">
|
<select name="gildingType0">
|
<option value="烫金">烫金</option>
|
<option value="烫银">烫银</option>
|
<option value="烫蓝金">烫蓝金</option>
|
<option value="烫红金">烫红金</option>
|
<option value="烫黑金">烫黑金</option>
|
</select>
|
<input type="text" id="tjWith0" name="tjWith0" style="width:40px" value="0" class="validateFloat" defaultValue="0"/>×<input type="text" id="tjHight0" name="tjHight0" style="width:40px" 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="Checkbox2" value="20" onclick="SelectFuc(this);" index="0"/> 烫银
|
</div>
|
<div id="tydiv0" style="float:left; display:none">
|
<input type="text" id="Text1" name="tyWith0" style="width:40px" value="0" class="validateFloat" defaultValue="0"/>×<input type="text" id="Text2" name="tyHight0" style="width:40px" 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:40px"/ value="0" class="validateFloat" defaultValue="0" />×<input type="text" id="uvHight" name="uvHight0" style="width:40px" value="0" class="validateFloat" defaultValue="0" />c㎡
|
</div>
|
<div class="CB"></div>
|
</td>
|
</tr>
|
<tr>
|
<td align="left" style="padding-left: 40px;">
|
绳子类型:<select name="RopeTypeId">
|
<%
|
CY.BLL.Inquiry.SysInquiry_RopeTypeBLL _sysInquiry_RopeTypeBLL = new CY.BLL.Inquiry.SysInquiry_RopeTypeBLL();
|
IList<CY.Model.SysInquiry_RopeType> ropeTypeList = _sysInquiry_RopeTypeBLL.GetModelList();
|
foreach (CY.Model.SysInquiry_RopeType ropeType in ropeTypeList)
|
{
|
%>
|
<option value="<%=ropeType.KeyId%>"><%=ropeType.RopeTypeName%></option>
|
<%
|
}
|
%>
|
</select>
|
</td>
|
<td align="left">
|
绳子颜色:<select name="RopeColor">
|
<option value="白色">白色</option>
|
<option value="蓝色">蓝色</option>
|
<option value="红色">红色</option>
|
<option value="黄色">黄色</option>
|
<option value="绿色">绿色</option>
|
<option value="橙色">橙色</option>
|
<option value="紫色">紫色</option>
|
<option value="材料本色">材料本色</option>
|
</select>
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</body>
|
</html>
|