<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DeskCalendar.aspx.cs" Inherits="CY.WebForm.Pages.front.DeskCalendar" %>
|
|
<!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="printMode" value="0" />
|
<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 style="text-align: center;">
|
每本张数
|
</th>
|
<th style="text-align: center;">
|
印刷数量
|
</th>
|
</tr>
|
<tr>
|
<td style="width:260px">
|
|
<select class="selectLaber" id="paperSize" name="paperSize" onchange="PaperSizeChange(this)">
|
</select>
|
<span style="display:none;" id="divSize">
|
<select class="selectLaber" id="SelSize" name="SelSize"></select><input id="txtFirstSize" name="txtFirstSize" type="text" class="validateInt" style="width:30px"/>×<input id="txtSecondSize" name="txtSecondSize" type="text" class="validateInt" style="width:30px"/>mm
|
</span>
|
</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">
|
</select>
|
</td>
|
<td class="gramWeight0">
|
<select class="selectLaber" id="gramWeight0" name="gramWeight0">
|
</select>
|
</td>
|
<td align="center">
|
<div class="xialap">
|
<input type="text" id="Text2" name="pageNum" readonly="readonly" style="height: 15px; line-height: 15px; width:80px;" class="validateInt" defaultValue="6" value="6"/>
|
<div class="xialapb">
|
<div class="xialapr">7</div>
|
<div class="xialapr">12</div>
|
<div class="xialapr">13</div>
|
<div class="xialapr">24</div>
|
<div class="xialapr">25</div>
|
</div>
|
</div>
|
</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"/>
|
<select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select>
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th colspan="5">
|
封面工艺
|
</th>
|
</tr>
|
<tr>
|
<td align="left" style="padding-left: 40px;"><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="uvHight0" name="uvHight0" 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="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: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">
|
<input type="checkbox" name="works" value="62" /> 封面压纹
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" value="64" class="fmc" onclick="SelectOne(this,'fmc')" /> 封面亮膜
|
</td>
|
<td align="left">
|
<input type="checkbox" name="works" value="65" class="fmc" onclick="SelectOne(this,'fmc')" /> 封面哑膜
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th colspan="3">
|
底座工艺
|
</th>
|
</tr>
|
<tr>
|
<td align="left" style="padding-left: 40px;">
|
底座尺寸: <input id="txtBaseFirstSize" name="txtBaseFirstSize" type="text" class="validateInt" style="width:30px"/>×<input id="txtBaseSecondSize" name="txtBaseSecondSize" type="text" class="validateInt" style="width:30px"/>mm
|
</td>
|
<td align="left"><div style="float:left">
|
<input name="works1" type="checkbox" id="Checkbox7" value="11" onclick="SelectFuc(this)" index="1" />UV</div>
|
<div id="divUV1" style="float:left;display:none">
|
<input type="text" id="Text8" name="uvWith1" style="width:20px" value="0" class="validateFloat" defaultValue="0" />×<input type="text" id="Text9" name="uvHight1" style="width:20px" value="0" class="validateFloat" defaultValue="0" />c㎡
|
</div>
|
<div class="CB">
|
</div>
|
</td>
|
<td align="left">
|
<div style="float:left">
|
<input name="works1" type="checkbox" id="Checkbox5" value="8" onclick="SelectFuc(this);" index="1" />烫金
|
</div>
|
<div id="tjdiv1" style="float:left; display:none">
|
<select name="gildingType1" style="width:60px">
|
<option value="烫金">烫金</option>
|
<option value="烫银">烫银</option>
|
<option value="烫蓝金">烫蓝金</option>
|
<option value="烫红金">烫红金</option>
|
<option value="烫黑金">烫黑金</option>
|
</select>
|
<input type="text" id="Text4" name="tjWith1" style="width:20px" value="0" class="validateFloat" defaultValue="0"/>×<input type="text" id="Text5" name="tjHight1" style="width:20px" value="0" class="validateFloat" defaultValue="0" />c㎡
|
</div>
|
<div class="CB"></div>
|
</td>
|
</tr>
|
<tr>
|
<td align="left" style="padding-left: 40px;">
|
<input type="checkbox" name="works1" value="63"> 底座压纹
|
</td>
|
<td align="left">
|
<input class="dz" type="checkbox" name="works1" value="66" onclick="SelectOne(this,'dz')" /> 底座亮膜
|
</td>
|
<td align="left">
|
<input class="dz" type="checkbox" name="works1" value="67" onclick="SelectOne(this,'dz')" /> 底座哑膜
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</body>
|
</html>
|