📄 removeinfroselect.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RemoveInfroSelect.aspx.cs" Inherits="金利来分销管理系统.Remove.RemoveInfroSelect" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>调拨明细查询</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="MSHTML 6.00.2900.5848" name="GENERATOR">
<link href="../jinlilai.files/CSS/Style.css" rel="stylesheet" type="text/css" />
<script src="../jinlilai.files/Right.files/Calendar.js" type="text/javascript"></script>
</head>
<body style="background-position-y: -120px; background-image: url('../images/bg.gif');
background-repeat: repeat-x">
<form id="form1" runat="server">
<div>
<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
<tbody>
<tr style="background-image: url('../images/bg_header.gif'); background-repeat: repeat-x"
height="47px">
<td width="10">
<span style="float: left; background-image: url('../images/main_hl.gif'); width: 15px;
background-repeat: no-repeat; height: 47px"></span>
</td>
<td>
<span style="float: left; background-image: url('../images/main_hl2.gif'); width: 15px;
background-repeat: no-repeat; height: 47px"></span><span style="padding-right: 10px;
padding-left: 10px; float: left; background-image: url('../images/main_hb.gif');
padding-bottom: 10px; color: white; padding-top: 10px; background-repeat: repeat-x;
height: 47px; text-align: center;">调拨明细查询</span> <span style="float: left; background-image: url('../images/main_hr.gif');
width: 60px; background-repeat: no-repeat; height: 47px"></span>
</td>
<td style="background-position: 50% bottom; background-image: url('../images/main_rc.gif')"
width="10px">
</td>
</tr>
<tr>
<td style="background-image: url('../images/main_ls.gif')">
</td>
<td style="padding-right: 10px; padding-left: 10px; padding-bottom: 10px; color: #566984;
padding-top: 10px; background-color: white" valign="top" align="middle">
<div>
<br />
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table>
<tr>
<td>
调拨时间:</td><td><asp:TextBox ID="txtTime" runat="server" CssClass="style1" onfocus="SelectDate(this)"
Width="80px"></asp:TextBox>
<asp:Button ID="btnSele" runat="server" OnClick="btnSele_Click" Text="获取该天单据"
Width="109px" />
调拨单据编号<asp:DropDownList ID="ddlStockFormID" runat="server"
Width="170px" AutoPostBack="True"
onselectedindexchanged="ddlStockFormID_SelectedIndexChanged">
<asp:ListItem>请选择单据号</asp:ListItem>
</asp:DropDownList>
商品编号<asp:DropDownList ID="ddlProductID" runat="server">
<asp:ListItem>请选择商品编号</asp:ListItem>
</asp:DropDownList>
<asp:Button ID="btnSelect" runat="server" Text="查看" OnClick="btnSelect_Click"
Style="width: 40px" CausesValidation="False" />
</td>
</tr>
<tr><td></td><td height=25px>
<asp:Label ID="lblTime" runat="server" ForeColor="Red" Height="25px"
style="text-align: left" Text="请选择时间" Visible="False"></asp:Label>
</td></tr>
</table>
<br />
<asp:GridView ID="gvShow" runat="server" AutoGenerateColumns="False" Style="margin-top: 0px">
<Columns>
<asp:BoundField HeaderText="单据号" DataField="remove_id" />
<asp:BoundField HeaderText="商品编号" DataField="Product_id" />
<asp:BoundField HeaderText="尺码1" DataField="remove_list_size1" />
<asp:BoundField HeaderText="尺码2" DataField="remove_list_size2" />
<asp:BoundField HeaderText="尺码3" DataField="remove_list_size3" />
<asp:BoundField HeaderText="尺码4" DataField="remove_list_size4" />
<asp:BoundField HeaderText="尺码5 " DataField="remove_list_size5" />
<asp:BoundField HeaderText="尺码6" DataField="remove_list_size6" />
<asp:BoundField HeaderText="尺码7" DataField="remove_list_size7" />
<asp:BoundField HeaderText="颜色" DataField="remove_list_color" />
<asp:BoundField HeaderText="总数量" DataField="remove_list_sum" />
<asp:BoundField DataField="remove_go" HeaderText="发货仓库" />
<asp:BoundField DataField="remove_to" HeaderText="收货仓库" />
</Columns>
</asp:GridView>
<br />
</DIV> </TD>
<td style="background-image: url(../images/main_rs.gif)">
</td>
</TR>
<tr style="background-image: url(../images/main_fs.gif); background-repeat: repeat-x"
height="10">
<td style="background-image: url(../images/main_lf.gif)">
</td>
<td style="background-image: url(../images/main_fs.gif)">
</td>
<td style="background-image: url(../images/main_rf.gif)">
</td>
</tr>
</TBODY> </TABLE>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -