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.
250 lines
6.1 KiB
250 lines
6.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>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>现场质量信息采集系统</title>
|
|
<style type="text/css">
|
|
body{
|
|
background-color:#66CCFF;
|
|
color:#FFFFFF;
|
|
font-family:黑体;
|
|
font-size:24px;
|
|
}
|
|
|
|
.bt{
|
|
width:100px;
|
|
height:50px;
|
|
}
|
|
|
|
.BarCode
|
|
{
|
|
background-color:#FFFFFF;
|
|
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;
|
|
color:#FF0000;
|
|
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:#00CCCC;
|
|
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;
|
|
}
|
|
|
|
.responsibility_noselected{
|
|
width:160px;
|
|
height:50px;
|
|
background-color:#00CCCC;
|
|
text-align:center;
|
|
line-height:50px;
|
|
float:left;
|
|
margin:2px;
|
|
}
|
|
|
|
.responsibility_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;
|
|
}
|
|
</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>
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" bordercolor="#66CCFF" class="main_tb">
|
|
<tr>
|
|
<td width="160" height="70" align="center" bgcolor="#0099FF"><span id="lblTimer">00:00:00</span> </td>
|
|
<td width="1155" align="center" bgcolor="#0099FF">
|
|
终检质量采集<br /></td>
|
|
<td align="center" valign="middle" bgcolor="#0099FF" >
|
|
<input type="button" name="btnQuit" id="btnQuit" value="退出" class="bt" /> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="50" align="right" bgcolor="#66CCFF">条码</td>
|
|
<td colspan="2" bgcolor="#66CCFF" onclick="barcode_set_focus()">
|
|
<input name="txtBarCode" type="text" id="txtBarCode" class="BarCode" style="color:#0000FF" />
|
|
|
|
<span id="txtProductName" class="big_text"></span> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="283" align="right" bgcolor="#66CCFF">缺陷</td>
|
|
<td colspan="3" valign="top" bgcolor="#66CCFF" id="tb_reason">
|
|
<div class="reason_noselected">水迹</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">清漆不足</div>
|
|
<div class="reason_noselected">aaaaaa</div>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td height="50" align="right" bgcolor="#66CCFF">责任方</td>
|
|
<td colspan="3" bgcolor="#66CCFF" class="big_text" id="tb_responsibility">
|
|
<div class="responsibility_noselected">注塑</div>
|
|
<div class="responsibility_noselected">喷涂</div>
|
|
<div class="responsibility_noselected">装配</div>
|
|
<div class="responsibility_noselected">物流</div>
|
|
<div class="responsibility_noselected">供应商</div>
|
|
<div class="responsibility_noselected">其他</div> </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="50" colspan="3" align="center" bgcolor="#0099FF" class="big_text" id="lblMsg" style="color:#FF0000" > </td>
|
|
</tr>
|
|
<tr>
|
|
<td height="50" colspan="3" align="center" bgcolor="#0099FF" class="big_text" ><input type="button" name="btnCompleteScrap" id="btnCompleteScrap" value="报废" class="bt" />
|
|
|
|
<input type="button" name="btnComplete" id="btnComplete" value="完成" class="bt" /></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
|