?? removecheck.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RemoveCheck.aspx.cs" Inherits="金利來分銷管理系統(tǒng).Remove.RemoveCheck" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>審核調(diào)撥</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<link href="../jinlilai.files/CSS/Style.css" rel="stylesheet" type="text/css" />
<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: ">審核調(diào)撥</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: 50%;height=50%; BORDER-COLLAPSE: collapse"
> <tr><td>待審核的調(diào)撥單:<asp:DropDownList
ID="ddlRemoveID" runat="server" AutoPostBack="True"
onselectedindexchanged="ddlRemoveID_SelectedIndexChanged">
<asp:ListItem>請選擇單據(jù)號</asp:ListItem>
</asp:DropDownList>
<br />
</TD>
<TD >
申請人:<asp:Label ID="lblNamego" runat="server"></asp:Label>
</td></tr>
<tr><td>采購時間:<asp:Label ID="lblTimego" runat="server"></asp:Label>
<br />
</TD>
<td>審核人:<asp:Label ID="lblNameto" runat="server" Text="to店長"></asp:Label></td>
</tr>
<tr><td style="text-align: left; font-size: medium;">
<asp:Label ID="lblgoid" runat="server" Text="門店號"></asp:Label>門店
<asp:Label
ID="Label1" runat="server" Text="調(diào)撥至"
style="font-size: medium; color: #003399"></asp:Label>
<asp:Label ID="lbltoid" runat="server" Text="門店號"></asp:Label>門店</td>
<td>
<asp:RadioButtonList ID="rblistState" runat="server"
RepeatDirection="Horizontal" Height="26px">
<asp:ListItem>通過</asp:ListItem>
<asp:ListItem>未通過</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr><td style="text-align: left" >
審核意見:<asp:TextBox ID="txtadvice" runat="server" CssClass="style1"></asp:TextBox>
</TD>
<TD >
<asp:Button
ID="btnok" runat="server" Height="25px" onclick="btnok_Click"
Text="確定" Width="50px" />
<asp:Button ID="btnSure" runat="server" Text="查看詳細(xì)" onclick="btnSure_Click" />
</td></tr>
</table>
<asp:GridView ID="gvshow" runat="server" style="text-align: center"
AutoGenerateColumns="False">
<Columns>
<asp:BoundField DataField="Product_id" HeaderText="商品ID" />
<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="數(shù)量" />
</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>
</DIV>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -