📄 checkinfor.jsp
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" import="java.sql.*" errorPage="" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<!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>
<body>
<form id="form1" name="form1" method="post" action="checkinfor.do">
<table height="276" border="0" cellspacing="1">
<tr>
<td width="782"> <span class="title1">核查采购信息 </span></td>
</tr>
<tr>
<td><span class="title2">采购项目ID</span>:
<input name="projectID" type="text" id="projectID" />
<label>
<input name="check" type="submit" class="widthbutton" id="check" value="采购项目查询" />
</label></td>
</tr>
<tr>
<td> <span class="title2">入库产品ID</span>:${CheckProDTO.productID}</td>
</tr>
<tr>
<td><span class="title2"> 入库产品</span>:${CheckProDTO.productname}</td>
</tr>
<tr>
<td> <span class="title2">预算价格</span>:${CheckProDTO.budgetprice}元 </td>
</tr>
<tr>
<td> <span class="title2">采购价格</span>:${CheckProDTO.realprice}元</td>
</tr>
<tr>
<td><label> <span class="title2">入库数量</span>:${CheckProDTO.amount} </label></td>
</tr>
<tr>
<td> <span class="title2">入库时间</span>:${CheckProDTO.inputtime} </td>
</tr>
<tr>
<td> <span class="title2">预算费用</span>:${CheckProDTO.amount*CheckProDTO.budgetprice}<span class="title2">元</span></td>
</tr>
<tr>
<td> <span class="title2">实际费用</span>:${CheckProDTO.amount*CheckProDTO.realprice}<span class="title2">元</span></td>
</tr>
<tr>
<td> <span class="title2">提示信息</span>: <span class="warn">${information}</span></td>
</tr>
<tr>
<td>
<input name="lstep" type="button" class="redirectbutton" id="lstep" onclick="window.location.href='refund.do'" value="上一步"/>
<input name="nstep" type="button" class="redirectbutton" id="nstep" onclick="window.location.href='refundbegin.do?projectID=${CheckProDTO.projectID}'" value="下一步"/>
<input name="cancel" type="button" class="redirectbutton" id="cancel" onclick="window.location.href='/SMS/refund.do'" value="跳出操作" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -