📄 check.aspx
字号:
<table style="width: 500px">
<tr>
<td align="right" style="width: 100px; height: 21px">
盘点单号:</td>
<td align="left" style="width: 100px; height: 21px">
<asp:Label ID="Label1" runat="server"></asp:Label></td>
<td style="width: 100px; height: 21px">
货品类别:</td>
<td style="width: 100px; height: 21px">
<asp:Label ID="Label2" runat="server"></asp:Label></td>
</tr>
</table>
<asp:DataGrid ID="DataGridinbanklist" runat="server" AllowSorting="True" 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" Font-Italic="False" Font-Overline="False"
Font-Strikeout="False" Font-Underline="False" ForeColor="White" HorizontalAlign="Center"
VerticalAlign="Middle" />
<Columns>
<asp:BoundColumn DataField="classname" HeaderText="货品类别">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="thingname" HeaderText="货品名称">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="ProviderPrice" HeaderText="单价">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="RptNumber" HeaderText="账面数量">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="RealNumber" HeaderText="实盘数量">
<HeaderStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False" HorizontalAlign="Center" />
</asp:BoundColumn>
<asp:BoundColumn DataField="minplmoney" 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="备注"></asp:BoundColumn>
</Columns>
</asp:DataGrid>
<asp:Panel ID="Panel31" runat="server" Height="50px" Width="125px">
<table style="width: 500px">
<tr>
<td align="right" style="width: 100px; height: 26px">
货品类别:</td>
<td align="left" style="width: 150px; height: 26px">
<asp:DropDownList ID="drop_append_class" runat="server" AutoPostBack="True"
Width="105px">
</asp:DropDownList></td>
<td align="right" style="width: 100px; color: #000000; height: 26px">
货品名称:</td>
<td align="left" style="width: 150px; height: 26px">
<asp:DropDownList ID="drop_append_thingname" runat="server" Width="105px">
</asp:DropDownList></td>
</tr>
<tr style="color: #000000">
<td align="right" style="height: 19px">
实盘数量:</td>
<td align="left" style="height: 19px; width: 150px;">
<asp:TextBox ID="txt_inbanknumber" runat="server" Width="100px"></asp:TextBox>
</td>
<td align="right" style="width: 100px; height: 19px">
账面数量:</td>
<td align="left" style="height: 19px">
</td>
</tr>
<tr style="color: #000000">
<td align="right" style="height: 19px">
小计金额:</td>
<td align="left" style="width: 150px; height: 19px">
<asp:TextBox ID="txt_minmoney" runat="server" Width="100px"></asp:TextBox></td>
<td align="right" style="width: 100px; height: 19px">
</td>
<td align="left" style="height: 19px">
</td>
</tr>
<tr>
<td align="right" style="height: 40px">
备注:</td>
<td align="left" colspan="3" rowspan="2" valign="top">
<asp:TextBox ID="txt_remark" runat="server" Height="69px" Style="width: 350px;
height: 40px" TextMode="MultiLine" Width="547px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="height: 21px">
</td>
</tr>
<tr>
<td align="right" style="height: 26px">
</td>
<td align="left" colspan="3" rowspan="1" style="height: 26px" valign="top">
<asp:Button ID="append2" runat="server" Text="添加" />
<asp:Button ID="appendcancel" runat="server" Text="取消" />
<asp:Label ID="Label5" runat="server" Text="Label"></asp:Label></td>
</tr>
</table>
</asp:Panel>
<asp:Panel ID="Panel32" runat="server" Height="50px" Width="125px">
<table style="width: 500px">
<tr>
<td align="right" style="width: 100px; height: 26px">
货品类别:</td>
<td align="left" style="width: 150px; height: 26px">
<asp:DropDownList ID="drop_edit_class" runat="server" AutoPostBack="True" Width="100px">
</asp:DropDownList></td>
<td align="right" style="width: 100px; color: #000000; height: 26px">
货品名称:</td>
<td align="left" style="width: 150px; height: 26px">
<asp:DropDownList ID="drop_edit_thingname" runat="server" Width="100px">
</asp:DropDownList></td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 100px; height: 19px">
实盘数量:</td>
<td align="left" style="height: 19px">
<asp:TextBox ID="txt_inbanknumber1" runat="server" Width="100px"></asp:TextBox>
</td>
<td align="right" style="width: 100px; height: 19px">
账面数量:</td>
<td align="left" style="height: 19px">
<asp:TextBox ID="listeditnumber" runat="server" Width="100px"></asp:TextBox></td>
</tr>
<tr style="color: #000000">
<td align="right" style="width: 100px; height: 19px">
小计金额:</td>
<td align="left" style="height: 19px">
<asp:TextBox ID="txt_minmoney1" runat="server" Width="100px"></asp:TextBox></td>
<td align="right" style="width: 100px; height: 19px">
</td>
<td align="left" style="height: 19px">
</td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 40px">
备注:</td>
<td align="left" colspan="3" rowspan="2" valign="top">
<asp:TextBox ID="txt_remark1" runat="server" Height="69px" Style="width: 350px;
height: 40px" TextMode="MultiLine" Width="547px"></asp:TextBox></td>
</tr>
<tr>
<td align="right" style="width: 100px; height: 21px">
</td>
</tr>
<tr>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -