温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:企业客户管理系统源码
当前文件:
QiYeKeHuGuanLi/addsell.aspx[5K,2009-6-12 11:52:45],打开代码结构图
QiYeKeHuGuanLi/addsell.aspx[5K,2009-6-12 11:52:45],打开代码结构图1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="addsell.aspx.cs" Inherits="addsell" Title="Untitled Page" %> 2
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> 3
<TABLE id="Table1" style="HEIGHT: 252px" cellSpacing="1" cellPadding="1" width="100%" align="center" 4
border="0"> 5
<tr> 6
7
<td width="85%"> 8
9
<TABLE id="Table2" style="WIDTH: 544px; HEIGHT: 251px" cellSpacing="1" cellPadding="1" 10
width="544" align="center" border="0"> 11
12
<TR> 13
<TD style="HEIGHT: 174px"> 14
<TABLE id="Table3" style="WIDTH: 340px; HEIGHT: 120px" cellSpacing="1" cellPadding="1" 15
width="340" align="center" border="0" bgcolor="#f5f5f5"> 16
<TR> 17
<TD style="WIDTH: 87px; HEIGHT: 31px; font-size: 10pt;" align="right"><FONT face="宋体">合同编号:</FONT></TD> 18
<TD style="WIDTH: 114px; HEIGHT: 31px" align="left"> 19
<asp:DropDownList ID="DropDownList2" runat="server" DataSourceID="SqlDataSource1" 20
DataTextField="compact_id" DataValueField="compact_id" Width="115px"> 21
</asp:DropDownList> 22
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:clientmanageConnectionString %>" 23
SelectCommand="SELECT [compact_id] FROM [compact]"></asp:SqlDataSource> 24
</TD> 25
<TD style="HEIGHT: 31px" align="left"><FONT face="宋体">* </FONT><FONT size="2"> 26
</TD> 27
</TR> 28
<TR> 29
<TD style="WIDTH: 87px; HEIGHT: 31px; font-size: 10pt;" align="right"><FONT face="宋体">产品名称:</FONT></TD> 30
<TD style="WIDTH: 114px; HEIGHT: 31px" align="left"> 31
<asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource2" 32
DataTextField="product_name" DataValueField="product_id" Width="114px"> 33
</asp:DropDownList><asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:clientmanageConnectionString %>" 34
SelectCommand="SELECT [product_id], [product_name] FROM [product]"></asp:SqlDataSource> 35
</TD> 36
<TD style="HEIGHT: 31px" align="left"><FONT face="宋体">* </FONT> 37
</TD> 38
</TR> 39
<TR> 40
<TD style="WIDTH: 87px; HEIGHT: 31px; font-size: 10pt;" align="right"><FONT face="宋体">总订单数:</FONT></TD> 41
<TD style="WIDTH: 114px; HEIGHT: 31px"> 42
<asp:TextBox id="Product_num" CssClass="textbox" runat="server" Width="116px"></asp:TextBox></TD> 43
<TD style="HEIGHT: 31px" align="left"><FONT face="宋体">* </FONT><FONT size="2"> 44
<asp:RequiredFieldValidator id="Requiredfieldvalidator3" runat="server" ErrorMessage="不能为空" ControlToValidate="Product_num"></asp:RequiredFieldValidator> 45
</FONT> 46
</TD> 47
</TR> 48
<TR> 49
<TD style="WIDTH: 87px; HEIGHT: 31px; font-size: 10pt;" align="right"><FONT face="宋体">已发货数:</FONT></TD> 50
<TD style="WIDTH: 114px; HEIGHT: 31px"> 51
<asp:TextBox id="Product_send" CssClass="textbox" runat="server" Width="116px"></asp:TextBox></TD> 52
<TD style="HEIGHT: 31px" align="left"><FONT face="宋体">* </FONT><FONT size="2"> 53
<asp:RequiredFieldValidator id="Requiredfieldvalidator4" runat="server" ErrorMessage="不能为空" ControlToValidate="Product_send"></asp:RequiredFieldValidator> 54
</FONT> 55
</TD> 56
</TR> 57
<TR> 58
<TD style="WIDTH: 87px; HEIGHT: 31px; font-size: 10pt;" align="right"><FONT face="宋体">已收金额:</FONT></TD> 59
<TD style="WIDTH: 114px; HEIGHT: 18px"> 60
<asp:TextBox id="Product_price" CssClass="textbox" runat="server" Width="116px"></asp:TextBox> 61
</TD> 62
<TD style="HEIGHT: 18px" align="left"><asp:RequiredFieldValidator id="Requiredfieldvalidator1" runat="server" ErrorMessage="不能为空" ControlToValidate="Product_price"></asp:RequiredFieldValidator></TD> 63
</TR> 64
<TR> 65
<TD colSpan="3" align="center"> 66
<asp:Button id="Btn_ok" CssClass="Button" runat="server" Text="提交" BorderStyle="Groove" OnClick="Btn_ok_Click"></asp:Button> 67
<asp:Button id="Btn_cancel" CssClass="Button" runat="server" Text="重置" BorderStyle="Groove" OnClick="Btn_cancel_Click"></asp:Button> 68
<asp:Label id="Lbl_note" runat="server"></asp:Label><FONT face="宋体"></FONT></TD> 69
</TR> 70
</TABLE> 71
</TD> 72
</TR> 73
</TABLE> 74
75
</td> 76
</tr> 77
</TABLE> 78
</asp:Content> 79
80





