You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.9 KiB
Plaintext
48 lines
1.9 KiB
Plaintext
10 months ago
|
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeaeOrderInfoRejected.aspx.cs" Inherits="DSWeb.Shipping.SeaeOrderInfoRejected" %>
|
||
|
|
||
|
<!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 rel="STYLESHEET" type="text/css" href="../theme/page.css"/>
|
||
|
<style type="text/css">
|
||
|
.btncss
|
||
|
{
|
||
|
width:60px;
|
||
|
BORDER-RIGHT: #2C59AA 1px solid;
|
||
|
PADDING-RIGHT: 2px; BORDER-TOP: #2C59AA 1px solid;
|
||
|
PADDING-LEFT: 2px; FONT-SIZE: 12px; FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
|
||
|
BORDER-LEFT: #2C59AA 1px solid; CURSOR: hand; COLOR: black; PADDING-TOP: 2px;
|
||
|
BORDER-BOTTOM: #2C59AA 1px solid;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form id="form1" runat="server">
|
||
|
<div>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<asp:Label ID="Label1" runat="server" Text="请输入驳回原因:" CssClass="cssfont"></asp:Label>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>
|
||
|
<asp:TextBox ID="TextBox1" runat="server" MaxLength="600" Height="100px" style="overflow-y:auto;height:100px;"
|
||
|
TextMode="MultiLine" Width="300px" CssClass="cssfont"></asp:TextBox>
|
||
|
</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td align=center>
|
||
|
<asp:Button ID="Button1" runat="server" Text="确定" onclick="Button1_Click" CssClass="btncss" />
|
||
|
|
||
|
<asp:Button ID="Button2" runat="server" Text="取消" onclick="Button2_Click" CssClass="btncss" />
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|