📄 carout.aspx
字号:
<%@ Page language="c#" Codebehind="CarOut.aspx.cs" AutoEventWireup="false" Inherits="Views.Car.CarOut" %>
<%@ 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" rel="stylesheet" type="text/css">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body>
<form id="Form1" method="post" runat="server">
<TABLE height="85" cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
<TR>
<TD><ViewsCar:Header id="Header1" runat="server"></ViewsCar:Header></TD>
</TR>
</TABLE>
<TABLE cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
<TR>
<TD width="160" valign="top"><ViewsCar:Lefter id="Lefter1" runat="server"></ViewsCar:Lefter></TD>
<TD height="320">
<TABLE id="tblInfo" cellSpacing="0" cellPadding="0" width="100%" border="0" runat="server">
<TR>
<TD>
<asp:Label id="lblNoCarOutInfo" runat="server">对不起,没有您的出车计划或您的出车申请还没有通过审批。</asp:Label>
<asp:Label id="lblCarOutOkInfo" runat="server">您已经成功执行出车。</asp:Label></TD>
</TR>
</TABLE>
<TABLE id="tblCarOut" height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0"
runat="server">
<TR>
<TD height="30" align="center"><FONT face="宋体">
<asp:Label id="lblApplyID" runat="server" Visible="False"></asp:Label>
<asp:Label id="lblCarID" runat="server" Visible="False"></asp:Label>我的出车任务 </FONT></TD>
</TR>
<TR>
<TD align="center" valign="top"><FONT face="宋体">
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD height="25" width="15%" style="HEIGHT: 25px">申请日期:</TD>
<TD width="35%" style="HEIGHT: 25px">
<asp:TextBox id="txtApplyDate" runat="server" Width="98%" BorderWidth="0px" ReadOnly="True"></asp:TextBox></TD>
<TD height="25" width="15%" style="HEIGHT: 25px">目标地区:</TD>
<TD width="35%" style="HEIGHT: 25px">
<asp:TextBox id="txtDstArea" runat="server" Width="98%" BorderWidth="0px" ReadOnly="True"></asp:TextBox></TD>
</TR>
<TR>
<TD height="25" width="15%">用车时段:</TD>
<TD colspan="3">
<asp:TextBox id="txtDurTime" runat="server" Width="98%" BorderWidth="0px" ReadOnly="True"></asp:TextBox></TD>
</TR>
<TR>
<TD height="25" width="15%">分配车辆:</TD>
<TD width="35%">
<asp:TextBox id="txtCar" runat="server" Width="98%" BorderWidth="0px" ReadOnly="True"></asp:TextBox></TD>
<TD height="25" width="15%">
<asp:Label id="lblRelUser" runat="server"></asp:Label>:</TD>
<TD width="35%">
<asp:TextBox id="txtDriver" runat="server" Width="98%" BorderWidth="0px" ReadOnly="True"></asp:TextBox></TD>
</TR>
<TR>
<TD height="25" width="15%" vAlign="top">备注说明:</TD>
<TD colspan="3"><asp:TextBox id="txtMemo" runat="server" Width="98%" BorderWidth="1px" TextMode="MultiLine" Rows="4"
ReadOnly="True"></asp:TextBox></TD>
</TR>
<TR>
<TD colspan="2" width="50%">部门意见:
<asp:Label id="lblDeptCheck" runat="server"></asp:Label><br>
<asp:TextBox id="txtDeptCheck" runat="server" Width="98%" BorderWidth="1px" TextMode="MultiLine"
Rows="4" ReadOnly="True"></asp:TextBox></TD>
<TD colspan="2" width="50%">车队意见:
<asp:Label id="lblCarsCheck" runat="server"></asp:Label><br>
<asp:TextBox id="txtCarsCheck" runat="server" Width="98%" BorderWidth="1px" TextMode="MultiLine"
Rows="4" ReadOnly="True"></asp:TextBox></TD>
</TR>
<TR>
<TD colspan="2" width="50%">行政部意见:
<asp:Label id="lblDeanCheck" runat="server"></asp:Label><br>
<asp:TextBox id="txtDeanCheck" runat="server" Width="98%" BorderWidth="1px" TextMode="MultiLine"
Rows="4" ReadOnly="True"></asp:TextBox></TD>
<TD colspan="2" width="50%">总经理意见:
<asp:Label id="lblCEOCheck" runat="server"></asp:Label><br>
<asp:TextBox id="txtCEOCheck" runat="server" Width="98%" BorderWidth="1px" TextMode="MultiLine"
Rows="4" ReadOnly="True"></asp:TextBox></TD>
</TR>
<TR>
<TD height="25" width="15%" vAlign="middle" align="center">
<asp:Button id="btnCarOut" runat="server" Text="出车签名"></asp:Button></TD>
<TD colspan="3"><asp:TextBox id="txtCarOutMemo" runat="server" Width="98%" BorderWidth="1px" TextMode="MultiLine"
Rows="4"></asp:TextBox></TD>
</TR>
</TABLE>
</FONT>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
<TABLE height="25" cellSpacing="0" cellPadding="0" width="750" border="0" align="center">
<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 + -