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

📄 stufflist.aspx

📁 尚洋仓库管理系统,对仓库
💻 ASPX
📖 第 1 页 / 共 5 页
字号:
<%@ page language="C#" autoeventwireup="true" inherits="BaseInfo_StuffList, App_Web_eihb9n8s" %>

<html>
<head id="Head1" runat="server">
    <title>物料定义</title>
    <link rel="stylesheet" href="../css/master.css" type="text/css" />
    <script language=vbscript src="stuff.vbs"></script>
    <script language=javascript src="JScript.js"></script>
</head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" bgcolor="#ffffff">
    <form id="form1" runat="server">    
        <!--快捷菜单-->
        <div style="overflow-x:auto;width:600;overflow-y:auto;height:32;background-color:#f6f6f6;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 1px solid;border-right:#000000 1px solid;">            
            <table cellpadding="0" cellspacing="0" style="cursor:default" border=0 style="padding:2px 1px 1px 1px">
                <tr height=30>
                    <td align="center" valign="middle">
                        <span onmouseover="javascript:changeBorder_In(this);" onmouseout="javascript:changeBorder_Out(this);" class="MainMenu" onclick="javascript:newCategory(document.all('divCategory'));"><img src="../images/add.gif">&nbsp;新增物料类别</span>&nbsp;&nbsp;
                        <span onmouseover="javascript:changeBorder_In(this);" onmouseout="javascript:changeBorder_Out(this);" class="MainMenu" onclick="javascript:modifyCategory();"><img src="../images/modify.gif" >&nbsp;修改物料类别</span>&nbsp;&nbsp;
                        <span onmouseover="javascript:changeBorder_In(this);" onmouseout="javascript:changeBorder_Out(this);" class="MainMenu" onclick="javascript:deleteCategory();"><img src="../images/delete.gif">&nbsp;删除物料类别</span>&nbsp;&nbsp;
                        <span style="padding-top:12px"> <img src="../images/septation.gif" /></span>
                        <span onmouseover="javascript:changeBorder_In(this);" onmouseout="javascript:changeBorder_Out(this);" class="MainMenu" onclick="javascript:newRecord(document.all('popDiv'));"><img src="../images/add.gif">&nbsp;新增物料</span>&nbsp;&nbsp;
                        <span onmouseover="javascript:changeBorder_In(this);" onmouseout="javascript:changeBorder_Out(this);" class="MainMenu" onclick="javascript:modifyRecord();"><img src="../images/modify.gif" >&nbsp;修改物料</span>&nbsp;&nbsp;
                        <span onmouseover="javascript:changeBorder_In(this);" onmouseout="javascript:changeBorder_Out(this);" class="MainMenu" onclick="javascript:delRecord();"><img src="../images/delete.gif">&nbsp;删除物料</span>&nbsp;&nbsp;
                    </td>
                </tr>
            </table>
        </div>
        <!--查询--><div style="height:2px;font-size:3px"></div>
        <div style="overflow-x:auto;width:600; overflow-y:auto;height:60;background-color:#f6f6f6;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 1px solid;border-right:#000000 1px solid;">            
            <table>
                <tr>
                    <td>物料大类:</td>
                    <td colspan="2">
                          <div class=outside style="width:172">
                            <div class=inset style="width:170">
                                <select hidefocus id="sltSort" style="width:171" onchange="javascript:linkage(this,document.all('sltCategory'));">   
                                        <option selected value=""></option>
                                      <option   value="原料">原料 </option>  
                                      <option value="辅料">辅料 </option>
                                    </select>
                                </div>
                            </div>  
                    </td>
                    <td>物料小类:</td>
                
                    <td colspan="4">
                          <div class=outside  style="width:172">
                            <div class=inset style="width:170">
                                <select hidefocus id="sltCategory" style="width:171">   
                                        <option selected value=""></option>
                                    </select>
                                </div>
                            </div>  
                    </td>
                    </tr>
                <tr>
                    <td>物料名称:</td>
                    <td>
                        <div class=outside style="width:62">
                            <div class=inset style="width:60px;">
                                <select hidefocus id="sltStuffNameCondition" style="width:61px;">   
                                    <option selected value="like">模糊</option>
                                    <option value="=">等于</option>
                                    <option value="<>">不等于</option>
                                </select>
                            </div>
                        </div>
                    </td> 
                    <td>
                        <div class=outside style="width:102px;">
                            <div class=inset style="width:100px;">
                                <input class="noborderTextBox" id="txtStuffName" style="width:101px;height:16px;" />
                            </div>
                        </div>  
                    </td>
                    <td>物料编号:</td>
                   <td>
                        <div class=outside style="width:62">
                            <div class=inset style="width:60px;">
                                <select hidefocus id="sltStuffNoCondition" style="width:61px;">   
                                    <option selected value="like">模糊</option>
                                    <option value="=">等于</option>
                                    <option value="<>">不等于</option>
                                </select>
                            </div>
                        </div>
                    </td> 
                    <td>
                        <div class=outside style="width:102px;">
                            <div class=inset style="width:100;">
                                <input class="noborderTextBox" id="txtStuffNo" style="width:101px;height:16px;" />
                            </div>
                        </div>  
                    </td>
                    <td>
                        <input type=button class="btn" value="查 询" id="btnQuery" onclick="javascript:query();" onmouseover="javascript:this.style.backgroundColor='#ffffff';" onmouseout="javascript:this.style.backgroundColor='#e6e6e6'"/>
                    </td>
                </tr>
                <tr style="display:none">
                    <td>库存量:</td>
                    <td>
                        <div class=outside style="width:62">
                            <div class=inset style="width:60px;">
                                <select hidefocus id="sltStock" style="width:61px;">   
                                    <option selected value="=">等于</option>
                                    <option value=">">大于</option>
                                    <option value="<">小于</option>
                                </select>
                            </div>
                        </div>
                    </td>
                    <td colspan="2">
                        <div class=outside style="width:152px;">
                            <div class=inset style="width:150;">
                                <input class="noborderTextBox" id="txtStock" style="width:151px;height:16px;" />
                            </div>
                        </div> 
                    </td>
                    
                </tr>
            </table>
        </div>
        <div style="height:2px;font-size:3px"></div>
        <table width="600" height="200" cellpadding="0" cellspacing="0">
        <tr>
            <td>
        <!--树形菜单-->
        <div align="left" id="treeView" style="overflow-x:auto;width:140; overflow-y:auto;height:300;background-color:f6f6f6;border-top:#000000 1px solid;border-left:#000000 1px solid;border-bottom:#000000 1px solid;border-right:#000000 1px solid;">
            <table  cellpadding="0" cellspacing="0" border="0" id="treeViewTable">
                <tr>
                    <td>所有物料                    
                    </td>
                </tr>
                <tr>
                    <td>
                    
                    
                        <table  cellpadding="0" cellspacing="0" border="0" id="tableCategory">
                            <tr style="display:none">
                                <td>
                                    <table cellpadding="0" cellspacing="0" border="0">
                                        <tr height="20">
                                            <td valign="top" width="38"><img src="../images/TreeViewExtend.gif" /></td>                                            
                                            <td width="140">原料</td>
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                                <table cellpadding="0" cellspacing="0" border="0">
                                                    <tr height="20">
                                                        <td><span style="font-size:12px"><img src="../images/childNode.gif" /></span></td>
                                                        <td><span>毛类</span></td>
                                                    </tr>
                                                    <tr height="20">
                                                        <td><img src="../images/childNode.gif" /></td>
                                                        <td>其它</td>
                                                    </tr>
                                                </table>
                                            </td>
                                        </tr>
                                        
                                    </table>
                                </td>
                            </tr>
                            <tr style="display:none">
                                <td>
                                    <table cellpadding="0" cellspacing="0" border="0">
                                        <tr height="20">
                                            <td valign="top" width="38"><img src="../images/TreeViewExtend.gif" /></td>                                            
                                            <td width="140">原料</td>
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                                <table cellpadding="0" cellspacing="0" border="0">
                                                    <tr height="20">
                                                        <td><span style="font-size:12px"><img src="../images/childNode.gif" /></span></td>
                                                        <td>aaa</td>
                                                    </tr>
                                                    <tr height="20">
                                                        <td><img src="../images/childNode.gif" /></td>
                                                        <td>原料2</td>
                                                    </tr>
                                                </table>
                                            </td>
                                        </tr>
                                        
                                    </table>
                                </td>
                            </tr>
                        </table>
                        
                        
                        
                    </td>
                </tr>
            </table>
        </div>
        </td>
        <td width="2">&nbsp;</td>
        <td>
         <!--=================================================================================-->
        <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:458; overflow-y:auto;height:300;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="position:relative;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 title="编号">编号</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:100">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="物料编号">物料编号</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:90">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="物料名称">物料名称</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:90">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="物料规格">物料规格</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:40">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="单位">单位</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="display:;width:0">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="物料类型编号">物料类型编号</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:0">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="物料类型">物料类型</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:0">
				        <table border=0 width=100% height=100% cellpadding=0 cellspacing=0 STYLE="table-layout: fixed">
					        <tr>
						        <td noWrap class=td2 title="单价">单价</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>

⌨️ 快捷键说明

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