📄 invoiceexec.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="InvoiceExec.aspx.cs" Inherits="金利来分销管理系统.Invoice.InvoiceExec" %>
<!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><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=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="ddlInvoiceID" runat="server" AutoPostBack="True"
onselectedindexchanged="ddlInvoiceID_SelectedIndexChanged">
<asp:ListItem>请选择单据号</asp:ListItem>
</asp:DropDownList>
<br />
</TD></tr>
<tr><td style="text-align: center">
单据类型:
<asp:Label ID="lbltype" runat="server" Text="未选择类"></asp:Label>
</td>
</tr>
</table>
<asp:GridView ID="gvshow" runat="server" AutoGenerateColumns="False">
<Columns>
<asp:BoundField DataField="invoice_list_product_id" HeaderText="商品编号" />
<asp:BoundField DataField="invoice_list_color" HeaderText="颜色" />
<asp:BoundField DataField="invoice_lis_size1" HeaderText="尺码1" />
<asp:BoundField DataField="invoice_lis_size2" HeaderText="尺码2" />
<asp:BoundField DataField="invoice_lis_size3" HeaderText="尺码3" />
<asp:BoundField DataField="invoice_lis_size4" HeaderText="尺码4" />
<asp:BoundField DataField="invoice_lis_size5" HeaderText="尺码5" />
<asp:BoundField DataField="invoice_lis_size6" HeaderText="尺码6" />
<asp:BoundField DataField="invoice_lis_size7" HeaderText="尺码7" />
<asp:BoundField DataField="invoice_lis_sum" HeaderText="数量" />
<asp:BoundField DataField="invoice_store" HeaderText="始" />
<asp:BoundField DataField="invoice_storeto" 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="执行"
style="height: 21px" onclick="btnOK_Click" />
</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 + -