⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cyth_chage.aspx

📁 退书管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="cyth_chage.aspx.cs" Inherits="cyth_chage" %>

<!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 runat="server">
    <title>无标题页</title>
    <link href="StyleSheet1.css" rel="stylesheet" type="text/css" />
    <script language="javascript" type="text/javascript" src="datepicker/WdatePicker.js" charset="gb2312"></script>
<link href="datepicker/default/datePicker.css" rel="stylesheet" type="text/css" charset="gb2312"/>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <table style="vertical-align: baseline; width: 126px; height: 14px; text-align: center">
            <tr>
                <td align="left" style="width: 118px; height: 19px">
                    <span class="changyong4">储运提货修改</span></td>
            </tr>
        </table>
    
    </div>
        <table border="1" bordercolor="#6faeda">
            <tr>
                <td style="height: 2px" width="101">
                    业务序号</td>
                <td style="height: 2px; width: 191px;">
                    <asp:Label ID="Label1" runat="server" Width="98px"></asp:Label></td>
                <td style="font-size: 12px; width: 100px; height: 2px" width="175">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="height: 2px" width="101">
                    提货时间</td>
                <td style="width: 191px; height: 2px">
                    <p>
                        <asp:TextBox
                            ID="TextBox1" runat="server" Width="87px" MAXDATE="$TextBox3" onfocus="new WdatePicker(this,'%Y%M%D',false)" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>&nbsp;</p>
                </td>
                <td style="font-size: 12px; width: 100px; height: 2px" width="175">
                    <p>
                        &nbsp;&nbsp;</p>
                </td>
            </tr>
            <tr>
                <td style="width: 76px; height: 2px">
                    提货件数</td>
                <td style="height: 2px; width: 191px;">
                    <p>
                        <asp:TextBox ID="TextBox2" runat="server" Height="12px" MaxLength="4" Width="28px"></asp:TextBox>件</p>
                </td>
                <td style="width: 100px; height: 2px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 1px">
                    提货人</td>
                <td>
                    <p>
                        <asp:DropDownList ID="DropDownList1" runat="server" DataSourceID="SqlDataSource1"
                            DataTextField="tihuoren" DataValueField="tihuoren" OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged1">
                        </asp:DropDownList><asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:tdgzConnectionString7 %>"
                            SelectCommand="SELECT [tihuoren] FROM [tihuoren]"></asp:SqlDataSource>
                       </p>
                </td>
                <td style="width: 100px; height: 1px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 3px">
                    提货方式</td>
                <td style="height: 3px;">
                    <p>
                        <asp:RadioButton ID="RadioButton1" runat="server" Checked="True" GroupName="thfs"
                            Text="铁快" /><asp:RadioButton ID="RadioButton2" runat="server" GroupName="thfs" Text="铁慢" /><asp:RadioButton ID="RadioButton3" runat="server" GroupName="thfs" Text="货运公司" /><asp:RadioButton ID="RadioButton4" runat="server" GroupName="thfs" Text="邮寄" />&nbsp;</p>
                </td>
                <td style="width: 100px; height: 3px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 4px">
                    货运公司</td>
                <td style="width: 191px; height: 4px">
                    <p>
                        <asp:TextBox ID="TextBox4" runat="server" Height="12px" Width="150px"></asp:TextBox></p>
                </td>
                <td style="width: 100px; height: 4px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 18px">
                    代垫运费金额</td>
                <td style="height: 18px; width: 191px;">
                    <p>
                        <asp:TextBox ID="TextBox5" runat="server" Height="12px" MaxLength="5" Width="35px"></asp:TextBox>元</p>
                </td>
                <td style="width: 100px; height: 18px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 18px">
                    客户地区</td>
                <td style="width: 191px; height: 18px">
                    <p>
                        <asp:TextBox ID="TextBox6" runat="server" Height="12px" Width="150px"></asp:TextBox></p>
                </td>
                <td style="width: 100px; height: 18px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 17px">
                    清点时间</td>
                <td style="width: 191px; height: 17px">
                    <p>
                        <asp:TextBox
                            ID="TextBox3" runat="server" Width="87px" MAXDATE="$TextBox7"
                            MINDATE="$TextBox1" onfocus="new WdatePicker(this,'%Y%M%D',false)" ></asp:TextBox>&nbsp;</p>
                </td>
                <td style="font-size: 12px; width: 100px; height: 17px">
                    <p>
                        &nbsp;&nbsp;</p>
                </td>
            </tr>
            <tr>
                <td style="width: 76px; height: 17px">
                    清点人</td>
                <td>
                    <p>
                        <asp:DropDownList ID="DropDownList2" runat="server" DataSourceID="SqlDataSource2"
                            DataTextField="qdr" DataValueField="qdr">
                        </asp:DropDownList>
                        <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:tdgzConnectionString8 %>"
                            SelectCommand="SELECT [qdr] FROM [qingdianren]"></asp:SqlDataSource>
                    </p>
                </td>
                <td style="width: 100px; height: 17px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 17px">
                    清点件数</td>
                <td style="width: 191px; height: 17px">
                    <p>
                        <asp:TextBox ID="TextBox9" runat="server" Height="12px" MaxLength="4" Width="28px"></asp:TextBox>件</p>
                </td>
                <td style="width: 100px; height: 17px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 61px">
                    备注说明</td>
                <td style="width: 191px; height: 61px">
                    <p>
                        <asp:TextBox ID="TextBox10" runat="server" Height="56px" TextMode="MultiLine" Width="150px"></asp:TextBox></p>
                </td>
                <td style="width: 100px; height: 61px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px; height: 17px">
                    交单日期</td>
                <td style="width: 191px; height: 17px">
                    <p>
                        <asp:TextBox
                            ID="TextBox7" runat="server" Width="87px" MINDATE="$TextBox3"
                            MAXDATE="2020-1-1" onfocus="new WdatePicker(this,'%Y%M%D',false)"></asp:TextBox>&nbsp;</p>
                </td>
                <td style="width: 100px; height: 17px">
                    &nbsp;</td>
            </tr>
            <tr>
                <td style="width: 76px">
                </td>
                <td style="width: 191px">
                    <p>
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="提交" />
                        &nbsp; &nbsp;
                        <input id="Reset1" type="reset" value="重填" />
                    </p>
                </td>
                <td style="width: 100px">
                </td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -