📄 delegationentrylist.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="BaseInfo_DelegationEntryList, App_Web_eihb9n8s" %>
<html>
<head id="Head1" runat="server">
<title>入库单列表</title>
<link rel="stylesheet" href="../css/master.css" type="text/css" />
<script language="javascript">window.status="入库单列表";</script>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" bgcolor="#ffffff">
<form id="form1" runat="server">
<!--快捷菜单-->
<div style="overflow-x:auto;width:600; overflow-y:auto;height:65;background-color:#ffffff;border-top:#3d3d3d 1px solid;border-left:#3d3d3d 1px solid;border-bottom:#3d3d3d 0px solid;border-right:#3d3d3d 1px solid;">
<table cellpadding="0" width="100%" cellspacing="0" style="cursor:default" border=0 style="padding:1px 1px 1px 1px">
<tr>
<td>外协加工单编号:</td>
<td><input class="textBox2" value="" id="txtPoNo" readonly/></td>
<td>供应商:</td>
<td><input class="textBox2" id="txtSupplier" readonly/></td>
</tr>
<tr>
<td>日期:</td>
<td><input class="textBox2" value="" id="txtDate1" readonly/></td>
<td>预计到货日期:</td>
<td><input class="textBox2" value="" id="txtDate2" readonly/></td>
</tr>
<tr><td colspan="4" style="font-weight:bold">此加工单的入库单列表:</td></tr>
</table>
</div>
<!--=================================================================================-->
<span id=span3 style="z-index:4;position:absolute;left:0;top:0;border-top:0px inset;border-left:1px inset;border-bottom:none;border-right:1px inset;overflow-y:hidden;overflow-x:hidden;padding-right:0"></span>
<!--=================================================================================-->
<div id="span1" style="overflow-x:auto;width:600; overflow-y:auto;height:120;background-color:f6f6f6;border-top:#3d3d3d 1px solid;border-left:#3d3d3d 1px solid;border-bottom:#3d3d3d 1px solid;border-right:#3d3d3d 1px solid;"onscroll="vbs:HScroll">
<table border=0 cellspacing=0 cellpadding=0 id=tb1 STYLE="table-layout: fixed; background-Color:#ffffff;border-left:buttonface 1px solid;">
<tr style="background-image:url('../images/tr.gif');height:22px">
<td class="td1" style="width:50">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>编号</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:120">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>入库单编号</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:120">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>入库日期</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:120">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>经手人</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
</tr>
<asp:Repeater ID="rptlist" runat="server">
<ItemTemplate>
<tr style="height:20; white-space:nowrap;background-Color:#ffffff" onmouseover="vbs:RowMouseOver me" onmouseout="vbs:RowMouseOut me" onclick="vbs:chooseTr me" ondblclick="javascript:window.showModalDialog('DelegationEntryReport.aspx?id=<%#DataBinder.Eval(Container.DataItem, "PKID")%>',window,'dialogWidth:710;dialogHeight:500');">
<td class="td1"> <%#DataBinder.Eval(Container.DataItem, "PKID") %> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem, "EntryNo")%> </td>
<td class="td1"><%#DateTime.Parse(DataBinder.Eval(Container.DataItem,"ArrivalDate").ToString()).ToShortDateString() %> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem,"OperatorName") %> </td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
</div>
<font style="font-weight:bold;font-size:12px">退货单</font>
<!--=================================================================================-->
<span id=span4 style="z-index:4;position:absolute;left:0;top:0;border-top:0px inset;border-left:1px inset;border-bottom:none;border-right:1px inset;overflow-y:hidden;overflow-x:hidden;padding-right:0"></span>
<!--=================================================================================-->
<div id="Div2" style="overflow-x:auto;width:600; overflow-y:auto;height:120;background-color:#f6f6f6;border-top:#3d3d3d 1px solid;border-left:#3d3d3d 1px solid;border-bottom:#3d3d3d 1px solid;border-right:#3d3d3d 1px solid;"onscroll="vbs:HScroll">
<table border=0 cellspacing=0 cellpadding=0 id=Table2 STYLE="table-layout: fixed; background-Color:#ffffff;border-left:buttonface 1px solid;">
<tr style="background-image:url('../images/tr.gif');height:22px">
<td class="td1" style="width:50">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>编号</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:120">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>入库单编号</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:120">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>入库日期</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:120">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>经手人</td>
<td noWrap class=td2 style="height:22;width:3" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tz me"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
</tr>
<asp:Repeater ID="Repeater2" runat="server">
<ItemTemplate>
<tr style="height:20; white-space:nowrap;background-Color:#ffffff" onmouseover="vbs:RowMouseOver me" onmouseout="vbs:RowMouseOut me" onclick="vbs:chooseTr me" ondblclick="javascript:window.showModalDialog('DelegationReturnReport.aspx?id=<%#DataBinder.Eval(Container.DataItem, "PKID")%>',window,'dialogWidth:710;dialogHeight:500');">
<td class="td1"> <%#DataBinder.Eval(Container.DataItem, "PKID") %> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem, "EntryNo")%> </td>
<td class="td1"><%#DateTime.Parse(DataBinder.Eval(Container.DataItem,"ArrivalDate").ToString()).ToShortDateString() %> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem,"OperatorName") %> </td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
</div>
<!--=================================================================================-->
<span id=span2 style="border-right:#229900 1px solid;border-left:#cc0000 1px solid;display:none;z-index:10;left:0px;width:0px;position:absolute;top:0px;height:0" onmousemove="vbs:M_Move" onmouseup="vbs:m_up"></span>
<div style="font-size:12px;font-weight:bold">材料入库明细:</div>
<div id="Div1" style="overflow-x:auto;width:600; overflow-y:auto;height:120;background-color:#f6f6f6;border-top:#3d3d3d 1px solid;border-left:#3d3d3d 1px solid;border-bottom:#3d3d3d 1px solid;border-right:#3d3d3d 1px solid;"onscroll="vbs:HScroll">
<table border=0 cellspacing=0 cellpadding=0 id=Table1 STYLE="table-layout: fixed; background-Color:#ffffff;border-left:buttonface 1px solid;">
<tr style="background-image:url('../images/tr.gif');height:22px">
<td class="td1" style="width:0">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>编号</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:70">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>物料编号</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:110">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>物料名称</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:110">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>物料规格</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:70">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>采购数量</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:70">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>已入库数量</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:70">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>退货数量</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
<td class="td1" style="width:90">
<table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
<tr>
<td noWrap class=td2>合计入库数量</td>
<td noWrap class=td2 style="height:22;width:3"><img style="LEFT: 1px; POSITION: relative" height=100% src="a/.gif" width=3 title="调整表格宽度" ></td>
</tr>
</table>
</td>
</tr>
<asp:Repeater ID="Repeater1" runat="server">
<ItemTemplate>
<tr style="height:20; white-space:nowrap;background-Color:#ffffff" onmouseover="vbs:RowMouseOver me" onmouseout="vbs:RowMouseOut me" >
<td class="td1"> <%#DataBinder.Eval(Container.DataItem, "StuffId") %> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem, "StuffNo")%> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem, "StuffName")%> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem,"StuffSpec") %> </td>
<td class="td1"><%#DataBinder.Eval(Container.DataItem, "Quantity")%> </td>
<td class="td1" style="border-right:solid 1px green;color:Green"><%#DataBinder.Eval(Container.DataItem, "entry")%> </td>
<td class="td1" style="border-right:solid 1px Red;color:Red"><%#DataBinder.Eval(Container.DataItem, "ret")%> </td>
</tr>
</ItemTemplate>
</asp:Repeater>
</table>
</div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -