<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RoomCard.aspx.cs" Inherits="CY.WebForm.Pages.front.RoomCard" %>
|
|
<!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="1" />
|
<table class="table2">
|
<tbody>
|
<tr>
|
<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="105*70*28">105*70*28</option>
|
<option value="112*90*35">112*90*35</option>
|
</select>
|
</td>
|
<td align="center">
|
<table>
|
<tr>
|
<td>
|
<div class="xialap">
|
<input type="text" id="printCount" name="printCount" readonly="readonly" style="height: 15px; line-height: 15px; width:80px;" class="validateInt" defaultValue="5000" value="5000"/>
|
<div class="xialapb">
|
<div class="xialapr">5000</div>
|
<div class="xialapr">10000</div>
|
<div class="xialapr">20000</div>
|
<div class="xialapr">50000</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" id="pRoomCard" name="paper0">
|
<%
|
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>
|
</tr>
|
</tbody>
|
</table>
|
<table class="table2">
|
<tbody>
|
<tr><th colspan="4">后道工序</th></tr>
|
<tr><td align="left" style="padding-left: 40px;">覆膜:<select name="CoveredType"><option value="30">不覆膜</option><option value="5">光膜</option><option value="6">哑膜</option></select></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">
|
<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>
|
</tbody>
|
</table>
|
</body>
|
</html>
|