📄 editruku.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Editruku.aspx.cs" Inherits="Editruku" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>--</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
body,td,th {
font-size: 9pt;
}
.style2 {color: #666666}
body {
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-top: 0px;
}
-->
</style>
<script language="javascript" type="text/javascript">
</script>
</head>
<body><form id="form1" name="form1" method="post" runat="server" action="">
<div>
<table border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#999999" style="width: 60%">
<tr bgcolor="#ECFFEC">
<td colspan="2" style="height: 10px"><div align="center">
<strong>货品入库信息修改</strong>(<span class="STYLE1">*号为必填项</span>)</div></td>
</tr>
<%--<tr>
<td bgcolor="#FFFFFF" style="height: 10px" colspan="2">
入库日期:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><span class="style2"><span class="STYLE1">*</span> (格式:年-月-日)</span></td>
</tr>--%>
<tr>
<td bgcolor="#ffffff" colspan="2" height="10">
入库单号:<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><span class="STYLE1">*</span><span
style="color: #666666"> </span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="height: 10px" colspan="2">
<span style="color: #666666">货物名称</span>:<asp:TextBox ID="TextBox3" runat="server"></asp:TextBox><span class="style2"><span class="STYLE1">*</span> </span><span class="style2">
</span></td>
</tr>
<tr>
<%-- <td bgcolor="#FFFFFF" style="height: 10px;" colspan="2">
存放仓库:<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox><span class="STYLE1">*</span><span
style="color: #666666"> </span></td>--%>
<td bgcolor="#FFFFFF" style="height: 10px;" colspan="2">
数 量:
<asp:TextBox ID="TextBox4" runat="server" Width="94px"></asp:TextBox></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="height: 10px;" colspan="2">
进 货 价:<asp:TextBox ID="TextBox5" runat="server" Width="97px"></asp:TextBox><span class="STYLE1">*</span><span
style="color: #666666"> </span></td>
</tr>
<tr align="center">
<td align="left" bgcolor="#ffffff" colspan="2" style="height: 10px">
<span class="STYLE1" style="color: #666666"> 总 额 :<asp:TextBox
ID="TextBox6" runat="server"></asp:TextBox><span style="color: #ff0000">*</span>
<span class="style2"></span></span>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="height: 10px" colspan="2">
供货单位:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource1"
DataTextField="Name" DataValueField="Name">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:kc_dbConnectionString %>"
SelectCommand="SELECT [Name] FROM [ghdw]"></asp:SqlDataSource>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="height: 10px" colspan="2">
经 办 人:<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource2"
DataTextField="Name" DataValueField="Name">
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:kc_dbConnectionString %>"
SelectCommand="SELECT [Name] FROM [people]"></asp:SqlDataSource>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="height: 10px" colspan="2">
备 注:<asp:TextBox ID="TextBox7" runat="server"></asp:TextBox><span class="style2"><span class="STYLE1"></span></span></td>
</tr>
<tr align="center">
<td colspan="2" bgcolor="#FFFFFF" style="height: 10px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="修改" />
<asp:Button ID="Button2" runat="server" Text="返回" OnClick="Button2_Click" /></td>
</tr>
<tr align="left">
<td colspan="2" bgcolor="#FFFFFF" style="height: 10px">
<span class="STYLE1">注:各项请输入有效数字!! </span></td>
</tr></table></div>
</form></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -