📄 mycarapply.aspx
字号:
<%@ Page language="c#" Codebehind="MyCarApply.aspx.cs" AutoEventWireup="false" Inherits="Views.Car.MyCarApply" %>
<%@ Register TagPrefix="ViewsCar" TagName="Header" Src="Ascxs/Header.ascx" %>
<%@ Register TagPrefix="ViewsCar" TagName="Lefter" Src="Ascxs/Lefter.ascx" %>
<%@ Register TagPrefix="ViewsCar" TagName="Footer" Src="Ascxs/Footer.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>
<%=this.Title%>
</title>
<script language="javascript" src="Scripts/CarScript.js" type="text/javascript"></script>
<LINK href="Styles/CarStyle.CSS" type="text/css" rel="stylesheet">
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<TABLE height="85" cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
<TR>
<TD><VIEWSCAR:HEADER id="Header1" runat="server"></VIEWSCAR:HEADER></TD>
</TR>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
<TR>
<TD vAlign="top" width="160"><VIEWSCAR:LEFTER id="Lefter1" runat="server"></VIEWSCAR:LEFTER></TD>
<TD vAlign="top" align="center" height="320">
<TABLE id="Table1" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD vAlign="top"><asp:datagrid id="dgMyCarApply" runat="server" Width="100%" AutoGenerateColumns="False">
<SelectedItemStyle BackColor="Gainsboro"></SelectedItemStyle>
<HeaderStyle Wrap="False" HorizontalAlign="Center" VerticalAlign="Middle"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="ApplyID" ReadOnly="True" HeaderText="申请ID">
<HeaderStyle Width="40px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="ApplyDate" ReadOnly="True" HeaderText="申请日期" DataFormatString="{0:yyyy年MM月dd日}">
<HeaderStyle Width="90px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="StartDate" ReadOnly="True" HeaderText="用车日期" DataFormatString="{0:yyyy年MM月dd日}">
<HeaderStyle Width="90px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="EndDate" ReadOnly="True" HeaderText="交车日期" DataFormatString="{0:yyyy年MM月dd日}">
<HeaderStyle Width="90px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="CarName" ReadOnly="True" HeaderText="车辆">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="DriverName" ReadOnly="True" HeaderText="司机">
<HeaderStyle Width="60px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="AreaName" ReadOnly="True" HeaderText="目标地区"></asp:BoundColumn>
<asp:TemplateColumn HeaderText="查看">
<HeaderStyle Width="30px"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
<ItemTemplate>
<asp:LinkButton id="LinkButton1" runat="server" CommandName="Select">查看</asp:LinkButton>
</ItemTemplate>
</asp:TemplateColumn>
</Columns>
</asp:datagrid></TD>
</TR>
<TR runat="server" id="trCheckInfo">
<TD height="90"><TABLE id="Table2" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD height="2" colspan="4"></TD>
</TR>
<TR>
<TD height="1" colspan="4" bgcolor="red"></TD>
</TR>
<TR>
<TD height="2" colspan="4"></TD>
</TR>
<TR>
<TD height="20"><FONT face="宋体">部门审批:
<asp:Label id="lblDeptCheck" runat="server" ForeColor="Red"></asp:Label></FONT></TD>
<TD><FONT face="宋体">车队审批:
<asp:Label id="lblCarsCheck" runat="server" ForeColor="Red"></asp:Label></FONT></TD>
<TD><FONT face="宋体">行政部审批:
<asp:Label id="lblDeanCheck" runat="server" ForeColor="Red"></asp:Label></FONT></TD>
<TD><FONT face="宋体">总经理审批:
<asp:Label id="lblCEOCheck" runat="server" ForeColor="Red"></asp:Label></FONT></TD>
</TR>
<TR>
<TD height="65">
<asp:TextBox id="txtDeptMemo" runat="server" Width="100%" ReadOnly="True" Height="60px" TextMode="MultiLine"></asp:TextBox></TD>
<TD>
<asp:TextBox id="txtCarsMemo" runat="server" Width="100%" ReadOnly="True" Height="60px" TextMode="MultiLine"></asp:TextBox></TD>
<TD>
<asp:TextBox id="txtDeanMemo" runat="server" Width="100%" ReadOnly="True" Height="60px" TextMode="MultiLine"></asp:TextBox></TD>
<TD>
<asp:TextBox id="txtCEOMemo" runat="server" Width="100%" ReadOnly="True" Height="60px" TextMode="MultiLine"></asp:TextBox></TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE height="25" cellSpacing="0" cellPadding="0" width="750" align="center" border="0">
<TR>
<TD><ViewsCar:Footer id="Footer1" runat="server"></ViewsCar:Footer></TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -