北京安通林JIS系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

222 lines
5.1 KiB

<!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>
<title></title>
<style type="text/css">
body{
background-color:#66CCFF;
color:#FFFFFF;
font-family:;
font-size:32px;
}
.BarCode
{
background-color:#000000;
color:#FFFFFF;
font-family:Arial;
font-size:32px;
width:500px;
border:none;
}
.big_text{
font-size:32px;
}
.state_noselected{
width:160px;
height:50px;
text-align:center;
line-height:50px;
float:left;
margin:2px;
}
.state_selected{
width:160px;
height:50px;
border:2px solid #0000FF;
text-align:center;
line-height:50px;
float:left;
margin:2px;
}
.local_bg{
background-image: url(images/bg.jpg);
background-repeat: no-repeat;
background-position: center center;
}
.local_tb{
border:1px solid #CCCCCC;
}
.local_tb td{
border:1px solid #CCCCCC;
color:#009900;
font-weight:bold;
text-align:center;
}
.local_noselected{}
.local_selected{
background-color:#0000FF;
filter:alpha(opacity=50);
}
.reason_noselected{
width:160px;
height:50px;
background-color:#666666;
text-align:center;
line-height:50px;
float:left;
margin:2px;
}
.reason_selected{
width:160px;
height:50px;
background-color:#0033FF;
text-align:center;
line-height:50px;
float:left;
margin:2px;
}
.select_style{
width:100px;
height:50px;
line-height:50px;
background-color:#003300;
}
.aa
{
border-left-style:none;
border-right-style:none;
}
.bb
{
border-bottom-style:none;
}
.cc
{
border-left-style:none;
}
.dd
{
border-right-style:none;
}
</style>
<script language="javascript">
function barcode_set_focus()
{
var txtBarCode = document.getElementById('txtBarCode');
if(document.activeElement != txtBarCode)
{
txtBarCode.focus();
txtBarCode.select();
}
}
function barcode_select()
{
var txtBarCode = document.getElementById('txtBarCode');
txtBarCode.focus();
txtBarCode.select();
}
</script>
<SCRIPT language=JavaScript>
<!--
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
//-->
</SCRIPT>
</head>
<body>
<center>
上线扫描<br />
</center>
<table width="100%" height="132" border="1" cellpadding="5" cellspacing="0" bordercolor="#FFFFFF" class="main_tb">
<tr>
<td height="50" align="center" bgcolor="#0099FF" class="cc" >序列</td>
<td align="center" bgcolor="#0099FF" class="cc" >名称</td>
<td align="center" bgcolor="#0099FF" class="cc" >颜色</td>
<td align="center" bgcolor="#0099FF" class="cc" >时间</td>
<td align="center" bgcolor="#0099FF" class="cc" >生产号</td>
</tr>
<tr>
<td id="lbl_sequenceNumber_1" height="80" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_description_1" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_ColorName_1" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_assemblyDate_1" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_productionNumber_1" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
</tr>
<tr>
<td id="lbl_sequenceNumber_2" height="80" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_description_2" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_ColorName_2" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_assemblyDate_2" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_productionNumber_2" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
</tr>
<tr>
<td id="lbl_sequenceNumber_3" height="80" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_description_3" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_ColorName_3" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_assemblyDate_3" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_productionNumber_3" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
</tr>
<tr>
<td id="lbl_sequenceNumber_4" height="80" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_description_4" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_ColorName_4" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_assemblyDate_4" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
<td id="lbl_productionNumber_4" align="center" bgcolor="#66CCFF" class="cc">&nbsp;</td>
</tr>
</table>
</body>
</html>