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

📄 docheckgs.jsp

📁 仓库管理系统,适合各种行业的仓库管理系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=utf-8" language="java" 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/doCchecker.js">
</script>
<body>
<h2 class="title1">主管审批</h2>
<form id="form1" name="form1" method="post" action="doCgs.do" onsubmit="return docheck();">
    <table width="764" border="1" cellspacing="1" class="tablelistcontent">
      <tr>
        <th height="42" colspan="2" scope="row"><label class="title2">审批报损登记</label></th>
      </tr>
      <tr>
        <th width="372" scope="row">物品ID:</th>
        <td width="376"><input name="productID" type="text" class="inputcontent" value="${pr.productID }" readonly="readonly"/></td>
      </tr>
      <tr>
        <th scope="row">报损数量:</th>
        <td><input name="brokenamount" type="text" class="inputcontent" value="${pr.brokenamount }" readonly="readonly"/></td>
      </tr>
      <tr>
        <th scope="row">损坏原因:</th>
        <td><input name="reason" type="text" class="inputcontent" value="${pr.reason }" readonly="readonly"/></td>
      </tr>
      <tr>
        <th scope="row">损坏时间:</th>
        <td><input name="breaktime" type="text" class="inputcontent" value="${pr.breaktime }" readonly="readonly"/></td>
      </tr>
      <tr>
        <th scope="row">经办人ID:</th>
        <td><input name="checkerID" type="text" class="inputcontent" value="${pr.checkerID }" readonly="readonly"/></td>
      </tr>
      <tr>
        <th height="33" scope="row">审批人ID:</th>
        <td><input name="directorID" type="text" class="inputcontent" value=""/></td>
      </tr>
      <tr>
        <th height="40" colspan="2" scope="row"><input name="submit" type="submit" class="button" id="submit" value="审   批" /></th>
      </tr>
  </table>
</form>
<p align="center"><a href="storeManage/check/checkSearch.jsp">返回</a></p>
</body>
</html>

⌨️ 快捷键说明

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