⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 godownentrylist.aspx

📁 尚洋仓库管理系统,对仓库
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ page language="C#" autoeventwireup="true" inherits="BaseInfo_GodownentryList, 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>
    <script language=vbscript src="stuff3.vbs"></script>
    <script language=vbscript src="stuff4.vbs"></script>
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0" bgcolor="#ffffff">
    <form id="form1" runat="server">    
        <!--快捷菜单-->
        <div style="overflow-x:auto;width:580; overflow-y:auto;height:65;background-color:#ffffff;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 0px solid;border-right:#000000 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="color:blue">此采购单的入库单列表:</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:580; overflow-y:auto;height:120;background-color:f6f6f6;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 1px solid;border-right:#000000 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('GodownentryDetailsReport.aspx?goid=<%#DataBinder.Eval(Container.DataItem, "PKID")%>',window,'dialogWidth:710;dialogHeight:500');">
                                <td class="td1"> <%#DataBinder.Eval(Container.DataItem, "PKID") %>&nbsp;</td>
                                <td class="td1"><%#DataBinder.Eval(Container.DataItem, "GodownentryNo")%>&nbsp;</td>
                                <td class="td1"><%#DateTime.Parse(DataBinder.Eval(Container.DataItem,"ArrivalDate").ToString()).ToShortDateString() %>&nbsp;</td>
                               <td class="td1"><%#DataBinder.Eval(Container.DataItem,"OperatorName") %>&nbsp;</td>
                            </tr>
                        </ItemTemplate>
                </asp:Repeater>
		        </table>
        </div>  
        
        
        
        <div style="font-size:12px;color:Blue">此采购单退货单列表:</div>
         <!--=================================================================================-->
        <span id=span6 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="span4" style="overflow-x:auto;width:580; overflow-y:auto;height:120;background-color:f6f6f6;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 1px solid;border-right:#000000 1px solid;"onscroll="vbs:HScroll2">
            <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: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:tzt 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:tzt 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:tzt 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:tzt 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('GoodsReturnReport.aspx?goid=<%#DataBinder.Eval(Container.DataItem, "PKID")%>',window,'dialogWidth:710;dialogHeight:500');">
                                <td class="td1"> <%#DataBinder.Eval(Container.DataItem, "PKID") %>&nbsp;</td>
                                <td class="td1"><%#DataBinder.Eval(Container.DataItem, "GodownentryNo")%>&nbsp;</td>
                                <td class="td1"><%#DateTime.Parse(DataBinder.Eval(Container.DataItem,"ArrivalDate").ToString()).ToShortDateString() %>&nbsp;</td>
                               <td class="td1"><%#DataBinder.Eval(Container.DataItem,"EmpName") %>&nbsp;</td>
                            </tr>
                        </ItemTemplate>
                </asp:Repeater>
		        </table>
        </div>  
         <span id=span5 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_Move2" onmouseup="vbs:m_up2"></span>
        <!--=================================================================================-->
        <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>
        
        <span id=span9 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 style="font-size:12px;color:Blue">物料入库明细:</div>
        <div  id="span7" style="overflow-x:auto;width:580; overflow-y:auto;height:200;background-color:#f6f6f6;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 1px solid;border-right:#000000 1px solid;"onscroll="vbs:HScroll3">
            <table border=0  cellspacing=0 cellpadding=0 id=Table3 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" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tzt2 me"><img style="LEFT: 1px; POSITION: relative" height=100%  src="a/.gif" width=3 title="调整表格宽度" ></td>						
					        </tr>
				        </table>
			        </td>
			        <td class="td1"  style="width:80">
				        <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:tzt2 me"><img style="LEFT: 1px; POSITION: relative" height=100%  src="a/.gif" width=3 title="调整表格宽度" ></td>						
					        </tr>
				        </table>
			        </td>
			        <td class="td1" style="width:100">
				        <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:tzt2 me"><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" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tzt2 me"><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" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tzt2 me"><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" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tzt2 me"><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" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tzt2 me"><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" onmouseover="vbs:me.style.cursor='E-resize'" onmousedown="vbs:tzt2 me"><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") %>&nbsp;</td>
                                <td class="td1"><%#DataBinder.Eval(Container.DataItem, "StuffNo")%>&nbsp;</td>
                                <td class="td1"><%#DataBinder.Eval(Container.DataItem, "StuffName")%>&nbsp;</td>
                               <td class="td1"><%#DataBinder.Eval(Container.DataItem,"Specification") %>&nbsp;</td>
                               <td class="td1"><%#DataBinder.Eval(Container.DataItem, "Quantity")%>&nbsp;</td>
                               <td class="td1"><%#DataBinder.Eval(Container.DataItem, "Quantity2")%>&nbsp;</td>
                               <td class="td1"><%#DataBinder.Eval(Container.DataItem, "Quantity3")%>&nbsp;</td>
                               <td class="td1" style="color:Red;border-right:solid 1px red"><%#decimal.Parse(DataBinder.Eval(Container.DataItem, "Quantity").ToString()) + decimal.Parse(DataBinder.Eval(Container.DataItem, "Quantity3").ToString()) - decimal.Parse(DataBinder.Eval(Container.DataItem, "Quantity2").ToString())%></td>
                            </tr>
                        </ItemTemplate>
                </asp:Repeater>
		        </table>
        </div>  
        
        <span id=span8 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_Move3" onmouseup="vbs:m_up3"></span>
        

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -