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

📄 removecheck.aspx

📁 c#三层架构项目开发的全过程
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="RemoveCheck.aspx.cs" Inherits="金利来分销管理系统.Remove.RemoveCheck" %>

<!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">
       <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: ">审核调拨</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)">&nbsp;</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>待审核的调拨单:<asp:DropDownList 
            ID="ddlRemoveID" runat="server" AutoPostBack="True" 
            onselectedindexchanged="ddlRemoveID_SelectedIndexChanged">
        <asp:ListItem>请选择单据号</asp:ListItem>
        </asp:DropDownList>
        &nbsp;&nbsp;
        <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>门店&nbsp; 
                      <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>
                      <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 >
                      &nbsp;&nbsp;<asp:Button 
                          ID="btnok" runat="server" Height="25px" onclick="btnok_Click" 
                  Text="确定" Width="50px" />
                      <asp:Button ID="btnSure" runat="server" Text="查看详细" 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="数量" />
                  </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>

⌨️ 快捷键说明

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