📄 branchreturnok.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="BranchReturnOK.aspx.cs"
Inherits="金利来分销管理系统.Branch.BranchReturnOK" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>分店退货审核</title>
</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=50%; border-collapse: collapse">
<tr>
<td>
待审核的退货单:<asp:DropDownList ID="ddlStockList" runat="server">
<asp:ListItem>请选择单据号</asp:ListItem>
</asp:DropDownList>
<br />
</td>
<td>
审核人:<asp:Label ID="lblStockName" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
<br />
</td>
<td>
</td>
</tr>
<tr>
<td>
会计审核:<asp:RadioButtonList ID="rblOK" runat="server" RepeatDirection="Horizontal">
<asp:ListItem>通过</asp:ListItem>
<asp:ListItem>未通过</asp:ListItem>
</asp:RadioButtonList>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="rblOK" Display="Dynamic" ErrorMessage="请选择状态"
ForeColor="Red"></asp:RequiredFieldValidator>
</td>
<td>
</td>
</tr>
<tr>
<td>
</td>
<td>
<asp:Button ID="btnSure" runat="server" Text="确定" OnClick="btnSure_Click" />
<asp:Button ID="btnSelect" runat="server" Text="查看详情"
onclick="btnSelect_Click" CausesValidation="False" />
</td>
</tr>
</table>
<asp:GridView ID="gvShow" runat="server" AutoGenerateColumns="False"
Width="100%">
<Columns>
<asp:BoundField DataField="vendition_id" HeaderText="销售单号" />
<asp:BoundField DataField="info_productID" HeaderText="商品编号" />
<asp:BoundField DataField="info_color" HeaderText="商品颜色" />
<asp:BoundField DataField="info_size1" HeaderText="尺码1" />
<asp:BoundField DataField="info_size2" HeaderText="尺码2" />
<asp:BoundField DataField="info_size3" HeaderText="尺码3" />
<asp:BoundField DataField="info_size4" HeaderText="尺码4" />
<asp:BoundField DataField="info_size5" HeaderText="尺码5" />
<asp:BoundField DataField="info_size6" HeaderText="尺码6" />
<asp:BoundField DataField="info_size7" HeaderText="尺码7" />
<asp:BoundField DataField="info_sum" HeaderText="总数量" />
<asp:BoundField DataField="info_name" HeaderText="名称" />
<asp:BoundField DataField="info_price" HeaderText="单价" />
<asp:BoundField DataField="info_allprice" HeaderText="总价" />
</Columns>
</asp:GridView>
</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 + -