📄 inbank.aspx
字号:
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="InBank.aspx.vb" Inherits="Mode2_Default2" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 700px; height: 450px">
<tr>
<td style="width: 214px; height: 140px" valign="top">
<table style="width: 200px; height: 140px">
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
width: 200px; border-bottom: thin outset; border-collapse: collapse; height: 20px"
valign="middle">
<asp:Button ID="append" runat="server" Height="20px" Text="添加" Width="200px" /></td>
</tr>
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
border-bottom: thin outset; border-collapse: collapse; height: 20px">
<asp:Button ID="edit" runat="server" Height="20px" Text="修改" Width="200px" /></td>
</tr>
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
border-bottom: thin outset; border-collapse: collapse; height: 20px">
<asp:Button ID="delete" runat="server" Height="20px" Text="删除" Width="200px" /></td>
</tr>
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
border-bottom: thin outset; border-collapse: collapse; height: 20px">
<asp:Button ID="seek" runat="server" Height="20px" Text="查找" Width="200px" /></td>
</tr>
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
border-bottom: thin outset; border-collapse: collapse; height: 20px">
<asp:Button ID="Buttonexamine" runat="server" Height="20px" Text="审核" Width="200px" /></td>
</tr>
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
border-bottom: thin outset; border-collapse: collapse; height: 20px">
<asp:Button ID="Buttoncancelexamine" runat="server" Height="20px" Text="撤销审核" Width="200px" /></td>
</tr>
<tr>
<td align="center" style="border-right: thin outset; border-top: thin outset; border-left: thin outset;
border-bottom: thin outset; border-collapse: collapse; height: 20px">
<asp:Button ID="Buttonbankout" runat="server" Height="20px" Text="返回" Width="200px" /></td>
</tr>
</table>
</td>
<td rowspan="2" style="width: 519px; background-color: #f2ffff" valign="top">
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px"><table style="width: 500px">
<tr>
<td align="left" style="width: 300px; height: 30px">
<asp:Button ID="a" runat="server" Text="采购入库列表" Enabled="False" />
<asp:Button ID="inbanklist" runat="server" Text="采购入库明细" />
</td>
<td align="left" style="width: 200px;">
</td>
</tr>
</table>
<asp:DataGrid ID="DataGridinbank" runat="server" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" GridLines="None" Style="width: 600px">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EditItemStyle BackColor="#2461BF" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
<SelectedItemStyle BackColor="#D1DDF1" Font-Bold="True" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" ForeColor="#333333" HorizontalAlign="Center"
Wrap="False" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<AlternatingItemStyle BackColor="White" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" />
<ItemStyle BackColor="#EFF3FB" Font-Bold="False" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" Height="20px" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" HorizontalAlign="Center" VerticalAlign="Middle" />
<Columns>
<asp:BoundColumn DataField="InBankNo" HeaderText="入库单号">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="InBankDate" HeaderText="入库日期">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="Providername" HeaderText="供货单位">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="IntoPeople" HeaderText="录入员">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ExaminePeople" HeaderText="审核人">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="money" HeaderText="金额">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="remark" HeaderText="备注">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
</Columns>
</asp:DataGrid></asp:Panel>
<asp:Panel ID="Panel2" runat="server" Height="50px" Width="125px">
<table style="width: 500px; height: 170px">
<tr>
<td colspan="2">
<asp:Button ID="inbank" runat="server" Text="采购入库列表" />
<asp:Button ID="b" runat="server" Text="采购入库明细" Enabled="False" /></td>
<td align="right" style="width: 100px">
</td>
<td style="width: 150px">
</td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 30px">
入库单号:</td>
<td style="width: 150px">
<asp:TextBox ID="txt_inbankno" runat="server" Width="100px"></asp:TextBox>
</td>
<td align="right" style="width: 100px">
入库日期:</td>
<td style="width: 150px">
<asp:TextBox ID="txt_inbankdate" runat="server" Width="100px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" style="height: 22px; width: 100px;">
录入人:</td>
<td style="height: 22px">
<asp:TextBox ID="txt_inpeople" runat="server" Width="100px"></asp:TextBox>
</td>
<td align="right" style="width: 100px; height: 22px;">
审核人:</td>
<td style="height: 22px">
<asp:TextBox ID="txt_expeople" runat="server" Width="100px"></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" style="height: 30px; width: 100px;">
供货单位:</td>
<td>
<asp:DropDownList ID="DropDownList_providername" runat="server" Width="100px">
</asp:DropDownList></td>
<td style="width: 100px" align="right">
金额:</td>
<td>
<asp:TextBox ID="txt_money" runat="server" Width="100px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="height: 38px; width: 100px;" valign="top">
附注:</td>
<td colspan="3" valign="top" style="height: 38px">
<asp:TextBox ID="txt_inbankremark" runat="server" Style="width: 350px; height: 40px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td align="left" colspan="4" style="height: 32px" valign="middle">
对入库货品进行:<asp:Button ID="append1" runat="server" Text="添加" />
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -