📄 writeinfor.jsp
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<link href="<%=request.getContextPath()%>/css/SMSpublic.css" rel="stylesheet" type="text/css" />
</head>
<script language="javascript" type="text/javascript"
src="<%=request.getContextPath()%>/js/birthday.js"></script>
<body>
<form id="form1" name="form1" method="post" action="preview.do">
<table width="640" border="0" cellspacing="1">
<tr>
<td colspan="2"> <span class="title1">填写报销信息</span></td>
</tr>
<tr>
<td width="100" class="title2">报销项目:</td>
<td width="533" class="title2"><input type="hidden" value="${RefundDTO.projectID}" id="projectID"
name="projectID"/>${RefundDTO.projectID} </td>
</tr>
<tr>
<td class="title2">采购价格:</td>
<td class="title2"><input type="hidden" value="${RefundDTO.realprice}" id="realprice"
name="realprice"/>${RefundDTO.realprice} 元</td>
</tr>
<tr>
<td class="title2">入库货物数量:</td>
<td class="title2"><input type="hidden" value="${RefundDTO.realamount}" id="realamount" name="realamount"/>${RefundDTO.realamount} </td>
</tr>
<tr>
<td class="title2">实际费用:</td>
<td class="title2"><input type="hidden" value="${RefundDTO.realamount*RefundDTO.realprice}" id="realfee"
name="realfee"/>${RefundDTO.realamount*RefundDTO.realprice}元 </td>
</tr>
<tr>
<td class="title2">其他费用:</td>
<td>
<label>
<input name="othfee" type="text" class="inputcontent" id="othfee" value="${RefundDTO.othfee}" />
</label>
<span class="title2">元
<label></label>
</span> <label></label></td>
</tr>
<tr>
<td class="title2">实际总费用:</td>
<td>
<span class="title2">
<input type="hidden" value="${RefundDTO.realamount*RefundDTO.realprice+RefundDTO.othfee}" id="totalfee" name="totalfee"/>
${RefundDTO.realamount*RefundDTO.realprice+RefundDTO.othfee}元</span>
<input type="hidden" value="${RefundDTO.checkerID}" id="checkerID" name="checkerID"/>
<input type="hidden" value="${RefundDTO.directorID}" id="directorID" name="directorID"/> </td>
</tr>
<tr>
<td><span class="title2">费用操作方式:</span>
<label></label></td>
<td><select name="operate" size="1" id="operate">
<option value="1">现金</option>
<option value="2">转账</option>
</select></td>
</tr>
<tr>
<td><span class="title2">报销时间:</span></td>
<td><input name="optionDate" type="text" class="inputcontent"
onfocus="getNow(optionDate)" onchange="getNow(optionDate)" /></td>
</tr>
<tr>
<td colspan="2">
<label>
<input name="sbmtpreview " type="submit" class="redirectbutton" id="sbmtpreview " value="预 览" />
<input name="lstep" type="button" class="redirectbutton" id="lstep"
onclick="window.location.href='checkinfor.do?projectID=${RefundDTO.projectID}'" value="上一步" />
</label></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -