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

📄 preview.jsp

📁 仓库管理系统,适合各种行业的仓库管理系统
💻 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>

<body>
<form id="form1" name="form1" method="post" action="exerefund.do">
  <table width="640" border="0" cellspacing="1">
    <tr>
      <td colspan="2">           <span class="title1">报 销 信 息 预 览</span></td>
    </tr>
    <tr>
      <td width="114"><span class="title2">报销项目</span>:</td>
      <td width="510" class="title2"><input type="hidden" value="${RefundDTO.projectID}" name="projectID"/>  ${RefundDTO.projectID}</td>
    </tr>
    <tr>
      <td><span class="title2">采购价格</span>:</td>
      <td class="title2">${RefundDTO.realprice}元&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">入库数量</span>:</td>
      <td><span class="title2">${RefundDTO.realamount}</span>&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">实际费用</span>:</td>
      <td class="title2">${RefundDTO.realamount*RefundDTO.realprice}元&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">其他费用</span>:</td>
      <td class="title2"><input type="hidden" value="${RefundDTO.othfee}" name="othfee"/>${RefundDTO.othfee}元&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">实际总费用</span>:</td>
      <td class="title2"><input type="hidden" value="${RefundDTO.totalfee}" name="totalfee"/>${RefundDTO.totalfee}元&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">费用操作方式</span>:</td>
      <td><span class="title2">
        <input type="hidden" value="${RefundDTO.operateID}" name="operateID"/>
      ${RefundDTO.operateID}</span>&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">申报人ID</span>:</td>
      <td><span class="title2">${RefundDTO.checkerID}</span>&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">部门主管ID</span>:</td>
      <td class="title2"><input type="hidden" value="${RefundDTO.directorID}" name="directorID"/>${RefundDTO.directorID}&nbsp;</td>
    </tr>
    <tr>
      <td><span class="title2">报销时间</span>:</td>
      <td class="title2"><input type="hidden" value="${RefundDTO.refundtime}" name="refundtime"/>${RefundDTO.refundtime}&nbsp;</td>
    </tr>
    <tr>
      <td colspan="2"><label>
                   
            
        <input name="refund" type="submit" class="redirectbutton" id="refund" value="报   销" />    
        <input name="lstep" type="button" class="redirectbutton" id="lstep"  onclick=
            "window.location.href='refundbegin.do?projectID=${RefundDTO.projectID}'" value="上一步"/>
      </label></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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