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

📄 car_info.jsp

📁 实现了基本的oa功能:个人日志。。。
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html:html lang="true">
<head>
	<html:base />
	<title>维护薪资</title>
	<script language="JavaScript" type="text/javascript"
		src="../../../js/win_center.js"></script>
	<script language="javascript">
function windowOpen(theURL,winName,features,width,hight,scrollbars,top,left)
{
  var parameter="top="+top+",left="+left+",width="+width+",height="+hight;
  if(scrollbars=="no")
 {parameter+=",scrollbars=no";}
  else
 {parameter+=",scrollbars=yes";}
  window.open(theURL,winName,parameter);
}
</script>
	<link href="../../css/style.css" rel="stylesheet" type="text/css">
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td height="25" align="center" valign="bottom" class="td06">
				<table width="98%" border="0" cellspacing="3" cellpadding="0">
					<tr>
						<td valign="bottom" class="td_form02">
							<html:img src="../../images/index_32.gif" />
							&nbsp;车辆管理&nbsp;
							<html:img src="../../images/index_32.gif" />
							<html:img src="../../images/index_32.gif" />
							&nbsp;&nbsp;车辆信息编辑
						</td>
					</tr>
				</table>
			</td>
		</tr>
	</table>
	<br>
	<html:form action="/carInfo">
		<table width="90%" border="0" align="center" cellpadding="0"
			cellspacing="0">
			<tr>
				<td class="td_page" width="75%">
					车辆类型:
					<html:select property="car_type">
						<html:option value="">小汽车</html:option>
						<html:option value="">工具车</html:option>
					</html:select>
					&nbsp;&nbsp;&nbsp;驾驶员:
					<html:select property="driver_name">
						<html:option value="">小李</html:option>
						<html:option value="">小王</html:option>
					</html:select>
					&nbsp;&nbsp;车牌号:&nbsp;&nbsp;
					<html:text maxlength="10" property="car_number" size="8" />
					&nbsp;&nbsp;&nbsp;&nbsp;
					<html:submit styleClass="buttonface" value=" 查询 " property="Submit" />
				</td>
				<td width="25%" align="right">
					<html:submit styleClass="buttonface" value=" 维修 " property="Submit" />
					&nbsp;&nbsp;
					<html:submit styleClass="buttonface" value=" 修改 " property="Submit" />
					&nbsp;
				</td>
			</tr>
		</table>
		<br>
		<table width="90%" border="0" align="center" cellpadding="2"
			cellspacing="0">
			<tr>
				<td width="150" height="24" class="td_form01">
					车辆型号
				</td>
				<td width="80" align="left" class="td_form02">
					<html:select property="car_type">
						<html:option value="">小汽车</html:option>
						<html:option value="">商务车</html:option>
					</html:select>
				</td>
				<td width="150" class="td_form01">
					车辆编号
				</td>
				<td width="80" align="left" class="td_form02">
					<html:text readonly="true" maxlength="10" property="id" size="8" />
				</td>
				<td width="150" class="td_form01">
					车辆状态
				</td>
				<td class="td_form02" align="left">
					<html:select property="car_status">
						<html:option value="">未使用</html:option>
						<html:option value="">使用</html:option>
						<html:option value="">维修</html:option>
					</html:select>
				</td>
			</tr>
			<tr>
				<td height="24" class="td_form01">
					购入日期
				</td>
				<td class="td_form02">
					<html:text styleClass="input" readonly="readonly" value=""
						onkeypress="gotoNextInput(this)" property="car_time"
						onfocus="{obtainFocus(this),this.select()}" size="10"
						alt="查询年月|0|d|||" onblur="matchInput(this)" />
				</td>
				<td class="td_form01">
					车牌号
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="10" property="car_number" size="8" />
				</td>
				<td class="td_form01">
					使用年限
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="10" property="car_year" size="8" />
					&nbsp;年
				</td>
			</tr>
			<tr>
				<td height="24" class="td_form01">
					百公里油耗
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="10" property="car_station" size="8" />
				</td>
				<td class="td_form01">
					车排
				</td>
				<td class="td_form02" align="left">
					<html:select property="chepai">
						<html:option value="">手动</html:option>
						<html:option value="">自动</html:option>
					</html:select>
				</td>
				<td class="td_form01">
					档位
				</td>
				<td class="td_form02" align="left">
					<html:select property="dangwei">
						<html:option value="">2</html:option>
						<html:option value="">4</html:option>
						<html:option value="">6</html:option>
					</html:select>
				</td>
			</tr>
			<tr>
				<td height="24" class="td_form01">
					申请状态
				</td>
				<td class="td_form02" align="left">
					<html:select property="car_status">
						<html:option value="">申请</html:option>
						<html:option value="">正在使用</html:option>
						<html:option value="">审批状态</html:option>
						<html:option value="">放弃申请</html:option>
					</html:select>
				</td>
				<td class="td_form01">
					申请部门
				</td>
				<td class="td_form02" align="left">
					<html:select property="bumen">
						<html:option value="">工程部</html:option>
						<html:option value="">营销部</html:option>
					</html:select>
				</td>
				<td class="td_form01">
					申请人
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="10" property="shenqingren" size="8" />
				</td>
			</tr>
			<tr>
				<td height="24" class="td_form01">
					驾驶员
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="10" property="jiashiyuan" size="8" />
				</td>
				<td class="td_form01">
					所属部门
				</td>
				<td class="td_form02" align="left">
					<html:select property="bumen">
						<html:option value="">办公室</html:option>
						<html:option value="">工程部</html:option>
						<html:option value="">营销部</html:option>
					</html:select>
				</td>
				<td class="td_form01">
					联系方式
				</td>
				<td class="td_form02" align="left">
					<html:text maxlength="10" property="linkman" size="8" />
				</td>
			</tr>
		</table>
	</html:form>
	<br>
	<table width="90%" border="0" align="center" cellpadding="2"
		cellspacing="0">
		<tr>
			<td width="90" height="24" class="td_form01">
				备注
			</td>
			<td class="td_form02">
				只显示不为零的工资项。
				<br>
				孩子小于14周岁的职工的零补费中含有50元“六一”儿童节补贴。
			</td>
		</tr>
	</table>

</body>
</html:html>

⌨️ 快捷键说明

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