<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DigitalSingle.aspx.cs" Inherits="CY.WebForm.Pages.front.DigitalSingle" %>
|
|
<!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>
|
<input type="hidden" name="hidDigitalPrintType" id="hidDigitalPrintType" value="<%=DigitalPrintType%>" />
|
<input type="hidden" name="printMode" value="1" />
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th>请选择印刷类型: <select class="selectLaber" id="selDigitalPrintType" name="selDigitalPrintType" style="width:80px">
|
<option value="单张">单张</option>
|
<option value="画册">画册</option>
|
<option value="书刊">书刊</option>
|
</select></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;">
|
克重
|
</th>
|
<th style="text-align: center;">
|
印刷数量
|
</th>
|
<th style="text-align: center;">
|
印刷颜色
|
</th>
|
<th style="text-align: center;">
|
单双面
|
</th>
|
</tr>
|
<tr>
|
<td>
|
<select class="selectLaber" id="printSizeName" name="printSizeName">
|
<option value="A3">A3</option>
|
<option value="A3+">A3+</option>
|
<option value="A4">A4</option>
|
<option value="A5">A5</option>
|
</select>
|
</td>
|
<td>
|
<select class="selectLaber" id="paper0" name="paper0">
|
<%
|
CY.BLL.Inquiry.SysInquiry_DigitalPrintPaperInfoBLL _digitalPrintPaperInfoBLL = new CY.BLL.Inquiry.SysInquiry_DigitalPrintPaperInfoBLL();
|
IList<CY.Model.SysInquiry_DigitalPrintPaperInfo> paperInfoList = _digitalPrintPaperInfoBLL.GetModelList();
|
foreach (CY.Model.SysInquiry_DigitalPrintPaperInfo peper in paperInfoList)
|
{
|
%>
|
<option value="<%=peper.KeyId%>"><%=peper.PaperName%></option>
|
<%
|
}
|
%>
|
</select>
|
</td>
|
<td>
|
<select class="selectLaber" id="gramWeight0" name="gramWeight0">
|
</select>
|
</td>
|
<td align="center">
|
<input type="text" id="printCount" name="printCount" style="height:15px; line-height: 15px; width:80px;" class="validateInt" defaultValue="5000" value="5000"/>
|
</td>
|
<td>
|
<select name="printColor0">
|
</select>
|
</td>
|
<td>
|
<select class="selectLaber" name="singleOrdouble0">
|
<option value="双面">双面</option>
|
<option value="单面">单面</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="1" onclick="showSel(this)"/> 覆膜
|
<select id="selCovered" name="selCovered" style="display:none" class="show1">
|
<%
|
CY.BLL.Inquiry.AfterParameterInfoBLL _afterParameterInfoBLL = new CY.BLL.Inquiry.AfterParameterInfoBLL();
|
IList<CY.Model.SysInquiry_AfterParameterInfo> afterParameterList = _afterParameterInfoBLL.GetModelList(1);
|
foreach (CY.Model.SysInquiry_AfterParameterInfo afterParameter in afterParameterList)
|
{
|
%>
|
<option value="<%=afterParameter.KeyId%>"><%=afterParameter.ParameterName%></option>
|
<%
|
}
|
%>
|
</select>
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" value="12" onclick="showSel(this)"/> 压纹
|
<select id="selEmboss" name="selEmboss" style="display:none" class="show12">
|
<%
|
afterParameterList = _afterParameterInfoBLL.GetModelList(12);
|
foreach (CY.Model.SysInquiry_AfterParameterInfo afterParameter in afterParameterList)
|
{
|
%>
|
<option value="<%=afterParameter.KeyId%>"><%=afterParameter.ParameterName%></option>
|
<%
|
}
|
%>
|
</select>
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" value="5" /> 模切‖啤异型
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" value="24" /> 套号
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" class="dottedLine" value="6"> 打点线
|
</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>
|