📄 removeexec.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RemoveExec.aspx.cs" Inherits="金利来分销管理系统.Remove.RemoveExec" %>
<!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>
</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=47>
<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; 0px: ">调拨出入库</SPAN></TD>
<TD
style="BACKGROUND-POSITION: 50% bottom; BACKGROUND-IMAGE: url(../images/main_rc.gif)"
width=10></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 >
<TABLE id=ctl00_ContentPlaceHolder2_GridView1
style="WIDTH: 60%;height=20%; BORDER-COLLAPSE: collapse"
> <tr><td style="text-align: center">通过审核的调拨单:<asp:DropDownList
ID="ddlRemoveID" runat="server" AutoPostBack="True"
onselectedindexchanged="ddlRemoveID_SelectedIndexChanged">
<asp:ListItem>请选择单据号</asp:ListItem>
</asp:DropDownList>
<br />
</TD></tr>
<tr><td style="text-align: center; font-size: medium;">
<asp:Label ID="lblgoid" runat="server" Text="门店号"></asp:Label>门店
<asp:Label
ID="Label1" runat="server" Text="调拨至"
style="font-size: medium; color: #003399"></asp:Label>
<asp:Label ID="lbltoid" runat="server" Text="门店号"></asp:Label>门店</td>
</tr>
</table>
<asp:GridView ID="gvshow" runat="server" AutoGenerateColumns="False">
<Columns>
<asp:BoundField DataField="Product_id" HeaderText="商品编号" />
<asp:BoundField DataField="remove_list_color" HeaderText="颜色" />
<asp:BoundField DataField="remove_list_size1" HeaderText="尺码1" />
<asp:BoundField DataField="remove_list_size2" HeaderText="尺码2" />
<asp:BoundField DataField="remove_list_size3" HeaderText="尺码3" />
<asp:BoundField DataField="remove_list_size4" HeaderText="尺码4" />
<asp:BoundField DataField="remove_list_size5" HeaderText="尺码5" />
<asp:BoundField DataField="remove_list_size6" HeaderText="尺码6" />
<asp:BoundField DataField="remove_list_size7" HeaderText="尺码7" />
<asp:BoundField DataField="remove_list_sum" HeaderText="数量" />
</Columns>
</asp:GridView>
<asp:Label ID="lblshow" runat="server" ForeColor="Red" Text="库存不足,执行失败"
Visible="False"></asp:Label>
<br />
<asp:Button ID="btnOK" runat="server" Text="执行" onclick="btnOK_Click"
style="height: 21px" />
</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>
</DIV>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -