您目前尚未登陆,请选择【登陆】或【注册
首页->行政办公->库存管理系统V1.0源码>>Editchuku.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:库存管理系统V1.0源码
当前文件:文件类型 StoreManage/Editchuku.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Editchuku.aspx.cs" Inherits="Editchuku" %> 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 4 5<html xmlns="http://www.w3.org/1999/xhtml" > 6<head id="Head1" runat="server"> 7 <title>--</title> 8<link href="style.css" rel="stylesheet" type="text/css" /> 9<style type="text/css"> 10<!-- 11.STYLE1 {color: #FF0000} 12body,td,th { 13 font-size: 9pt; 14} 15.style2 {color: #666666} 16body { 17 margin-left: 0px; 18 margin-right: 0px; 19 margin-bottom: 0px; 20 margin-top: 0px; 21} 22--> 23</style> 24<script language="javascript" type="text/javascript"> 25</script> 26</head> 27 28<body><form id="form1" name="form1" method="post" runat="server" action=""> 29<div> 30<table border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#999999" style="width: 60%"> 31 32 <tr bgcolor="#ECFFEC"> 33 <td colspan="2" style="height: 10px"><div align="center"> 34 <strong>货品出库信息修改</strong><span class="STYLE1">*号为必填项</span></div></td> 35 </tr> 36 <%--<tr> 37 <td bgcolor="#FFFFFF" style="height: 10px" colspan="2"> 38 入库日期:<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><span class="style2"><span class="STYLE1">*</span> (格式:年--日)</span></td> 39 </tr>--%> 40 <tr> 41 <td bgcolor="#ffffff" colspan="2" height="10"> 42 出库单号:<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox><span class="STYLE1">*</span><span 43 style="color: #666666">&nbsp;</span></td> 44 45 </tr> 46 <tr> 47 <td bgcolor="#FFFFFF" style="height: 10px" colspan="2"> 48 <span style="color: #666666">货物名称</span><asp:TextBox ID="TextBox3" runat="server"></asp:TextBox><span class="style2"><span class="STYLE1">*</span> </span><span class="style2"> 49 </span></td> 50 </tr> 51 <tr> 52 <%-- <td bgcolor="#FFFFFF" style="height: 10px;" colspan="2"> 53 存放仓库:<asp:TextBox ID="TextBox4" runat="server"></asp:TextBox><span class="STYLE1">*</span><span 54 style="color: #666666">&nbsp;</span></td>--%> 55 <td bgcolor="#FFFFFF" style="height: 10px;" colspan="2"> 56 &nbsp;&nbsp;&nbsp; &nbsp;量:&nbsp; 57 <asp:TextBox ID="TextBox4" runat="server" Width="94px"></asp:TextBox></td> 58 </tr> 59 <tr> 60 <td bgcolor="#FFFFFF" style="height: 10px;" colspan="2"> 61 出 货&nbsp; 价:<asp:TextBox ID="TextBox5" runat="server" Width="97px"></asp:TextBox><span class="STYLE1"></span></td> 62 </tr> 63 <tr align="center"> 64 <td align="left" bgcolor="#ffffff" colspan="2" style="height: 10px"> 65 <span class="STYLE1" style="color: #666666">&nbsp;&nbsp;&nbsp; 额 :<asp:TextBox 66 ID="TextBox6" runat="server"></asp:TextBox><span style="color: #ff0000"></span></span></td> 67 </tr> 68 <tr align="center"> 69 <td align="left" bgcolor="#ffffff" colspan="2" style="height: 10px"> 70 <span class="STYLE1" style="color: #666666">已收货款:<asp:TextBox 71 ID="TextBox1" runat="server"></asp:TextBox><span style="color: #ff0000"></span></span></td> 72 </tr> 73 <tr> 74 <td bgcolor="#FFFFFF" style="height: 10px" colspan="2"> 75 收货单位:<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource3" 76 DataTextField="Name" DataValueField="Name"> 77 </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:kc_dbConnectionString %>" 78 SelectCommand="SELECT [Name] FROM [shdw]"></asp:SqlDataSource> 79 &nbsp; 80 </td> 81 </tr> 82 <tr> 83 <td bgcolor="#FFFFFF" style="height: 10px" colspan="2"> 84&nbsp;&nbsp; 人:<asp:DropDownList ID="DropDownList2" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource2" 85 DataTextField="Name" DataValueField="Name"> 86 </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:kc_dbConnectionString %>" 87 SelectCommand="SELECT [Name] FROM [people]"></asp:SqlDataSource> 88 </td> 89 </tr> 90 <tr> 91 <td bgcolor="#FFFFFF" style="height: 10px" colspan="2"> 92&nbsp; &nbsp;&nbsp; 注:<asp:TextBox ID="TextBox7" runat="server"></asp:TextBox><span class="style2"><span class="STYLE1"></span></span></td> 93 </tr> 94 95 <tr align="center"> 96 <td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 97 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="确定" /> 98 <asp:Button ID="Button2" runat="server" Text="返回" OnClick="Button2_Click" /></td> 99 </tr> 100 <tr align="left"> 101 <td colspan="2" bgcolor="#FFFFFF" style="height: 10px"> 102 <span class="STYLE1">注:各项请输入有效数字!!&nbsp;</span></td> 103 </tr></table></div> 104 105 106</form></body> 107</html> 108
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:库存管理系统V1.0源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号