xinjiang/SGGL/FineUIPro.Web/HJGL/MaterialManage/UsingMatCheck.aspx

204 lines
9.3 KiB
Plaintext
Raw Normal View History

2024-11-19 09:45:27 +08:00
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UsingMatCheck.aspx.cs" Inherits="FineUIPro.Web.HJGL.MaterialManage.UsingMatCheck" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>领料确认单</title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.customlabel
{
color: red;
font-weight: bold;
font-size: 30px;
}
.customText
{
font-weight: bold;
font-size: 30px;
}
.customfont
{
font-size: 26px;
}
.titlefont
{
font-weight: bold;
font-size: 35px;
}
.photo
{
height: 150px;
width: 150px;
vertical-align: middle;
}
.bgStyle
{
background-color: #B1EEEF;
background-image: url(../Images/login_02.jpg);
}
.buttonfont
{
font-weight: bold;
font-size: 42px;
}
</style>
<script type="text/javascript" language="javascript">
function Speak(content) {
}
function DoSpeak(v) {
if (v == '') {
alert('请先输入要测试文本!');
} else {
/**
***
Speak ( text, volumn, speed );
volumn = 0 ~ 100 100最大声音
speed = 0 ~ 10 10最快速度
**/
//document.vs.Speak("100", 100, 0);
//document.getElementById('vvvd').Speak(v, 100, 0);
}
}
function FingerConfirm(keyId, flag, grid) {
var result = window.showModalDialog("../../FingerMark/FingerConfirm.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=610px;dialogHeight=460px;menu=no;resizeable=no;scroll=no;center=yes;edge=raise;location=no");
}
function FaceConfirm(keyId, flag, grid) {
var result = window.showModalDialog("../../RLSB/FaceConfirm.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=1260px;dialogHeight=680px;menu=no;resizeable=no;scroll=yes;center=yes;edge=raise;location=no");
}
function CodeConfirm(keyId, flag, grid) {
var result = window.showModalDialog("CodeConfirm.aspx?keyId=" + keyId + "&flag=" + flag + "&grid=" + grid, "", "status=no;dialogWidth=600px;dialogHeight=280px;menu=no;resizeable=no;scroll=yes;center=yes;edge=raise;location=no");
}
function ReportPrint(reportId, replaceParameter, varValue) {
var result = window.showModalDialog("../../Common/ReportPrint/ExReportPrint.aspx?ispop=1&projectId=0&reportId=" + reportId + "&replaceParameter=" + replaceParameter + "&varValue=" + varValue, "", "status=no;dialogWidth=610px;dialogHeight=460px;menu=no;resizeable=no;scroll=no;center=yes;edge=raise;location=no");
}
</script>
</head>
<body class="bgStyle">
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="Panel1" runat="server" />
<object id="vvvd" width="1" height="1" classid="CLSID:DF69ADAE-D8B4-494E-ACAA-E5D09142A1DD">
</object>
<div>
<table id="table1" width="100%">
<tr>
<td colspan="2" class="titlefont" align="center" style="height:80px">
焊工领料/退料确认单
</td>
<td>
<%--<asp:Button ID="btnClose" runat="server" Text="关闭" CssClass="buttonfont" OnClientClick="window.close();"
Width="100px" Height="55px" />--%>
<f:Button ID="btnClose" runat="server" Text="关闭" Icon="SystemClose" OnClick="btnClose_Click">
</f:Button>
</td>
</tr>
<tr>
<td style="width: 72%">
<table width="100%" id="table2">
<tr style="height: 75px;">
<td class="customfont" align="right" style="width: 23%">
焊工姓名:
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtName" runat="server"></asp:Label>
</td>
<td class="customfont" align="right" style="width: 23%">
保 管 员:
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtStoreMan" runat="server"></asp:Label>
</td>
</tr>
<tr style="height: 75px;">
<td class="customfont" align="right" style="width: 23%">
焊材代号:
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtWeldName" runat="server"></asp:Label>
</td>
<td class="customfont" align="right" style="width: 23%">
焊材规格:
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtWeldSpec" runat="server"></asp:Label>
</td>
</tr>
<tr style="height: 75px;">
<td class="customfont" align="right" style="width: 23%">
<asp:Label ID="lbAmount" runat="server" Text="领用数量:"></asp:Label>
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtAmount" runat="server"></asp:Label>
</td>
<td class="customfont" align="right" style="width: 23%">
<asp:Label ID="lbDatetime" runat="server" Text="领用时间:"></asp:Label>
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtDatetime" runat="server"></asp:Label>
</td>
</tr>
<tr style="height: 75px;">
<td class="customfont" align="right" style="width: 23%">
质保书号:
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtWarrantybook" runat="server"></asp:Label>
</td>
<td class="customfont" align="right" style="width: 23%">
流 水 号:
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtNumber" runat="server"></asp:Label>
</td>
</tr>
<tr style="height: 75px;">
<td class="customfont" align="right" style="width: 23%">
<asp:Label ID="lbRetrunTop" runat="server" Text="退焊条头:" Visible="false"></asp:Label>
</td>
<td class="customfont" align="left" style="width: 27%">
<asp:Label ID="txtRetrunTop" runat="server" Visible="false"></asp:Label>
</td>
</tr>
</table>
</td>
<td style="width: 28%" valign="top">
<table>
<tr align="center">
<td align="center" valign="top">
<asp:Button ID="btnWelder" runat="server" Text="焊工确认" CssClass="buttonfont"
OnClick="btnWelder_Click" Width="280px" Height="120px">
</asp:Button>
</td>
</tr>
<tr >
<td style="height:20px" ></td>
</tr>
<tr align="center">
<td align="center" valign="top">
<asp:Button ID="btnPrinter" runat="server" Text="打 印" CssClass="buttonfont" OnClick="btnPrinter_Click"
Width="280px" Height="120px" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
<f:Window ID="Window2" Title="焊工领料" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Top" EnableResize="true" runat="server" IsModal="true" Width="1024px"
Height="640px">
</f:Window>
</body>
</html>