<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Adhesive.aspx.cs" Inherits="CY.WebForm.Pages.front.Adhesive" %>
|
|
<!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" style="display:none;" >
|
<tbody>
|
<tr>
|
<th>请选择印刷方式: <input type="radio" name="printMode" value='1' />合版印刷  <input type="radio" name="printMode" value='0' checked="true" />专版印刷</th>
|
</tr>
|
</tbody>
|
</table>
|
<table class="table2">
|
<tbody>
|
<tr>
|
<th style="text-align: center;width: 150px;">
|
成品尺寸(长×宽)
|
</th>
|
<th style="text-align: center;width: 150px;">
|
形状
|
</th>
|
<th style="text-align: center;width: 150px;">
|
印刷数量
|
</th>
|
</tr>
|
<tr>
|
<td>
|
<input id="txtFirstSize" name="txtFirstSize" type="text" class="validateFloat" style="width:50px"/>×<input id="txtSecondSize" name="txtSecondSize" type="text" class="validateFloat" style="width:50px"/>mm
|
</td>
|
<td>
|
<select class="selectLaber" id="Shape" name="Shape">
|
<option value="方形">方形</option>
|
<option value="圆形">圆形</option>
|
<option value="异型">异型</option>
|
</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">30000</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>
|
</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" id="indentation" > 覆膜
|
</td>
|
<td align="left">
|
<div class="divShow">
|
<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>
|
</div>
|
</td>
|
<td align="left">
|
<div class="divShow">
|
<div style="float:left">
|
<input name="works" type="checkbox" id="Checkbox3" value="20" onclick="SelectFuc(this)" index="0"/>
|
烫银
|
</div>
|
<div id="tydiv0" style="float:left;display:none">
|
<input type="text" id="tyWith0" name="tyWith0" style="width:30px" value="0" class="validateFloat" defaultValue="0" />×<input type="text" id="tyHight0" name="tyHight0" style="width:30px" value="0" class="validateFloat" defaultValue="0" />c㎡
|
</div>
|
<div class="CB"></div>
|
</div>
|
</td>
|
<td align="left">
|
<div class="divShow">
|
<input type="checkbox" name="works" value="5" index="0"> 模切‖啤异型
|
</div>
|
</td>
|
</tr>
|
</tbody>
|
</table>
|
</body>
|
</html>
|