📄 th_tpublish_check.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>提货</title>
<link href="/JBlack/company/css/style.css" rel="stylesheet" type="text/css">
<script language="javascript" src="/JBlack/company/script/common.js"></script>
<script language="javascript" type="text/javascript">
function query() {
var params = new Object();
var bm = new Array(12);
bm[0] = "TP_id";
bm[1] = "zhbf";
bm[2] = "zhbf";
bm[3] = "zhbmch";
bm[4] = "qj";
bm[5] = "jjfd";
bm[6] = "zhbxmmsh";
bm[7] = "fbshj";
bm[8] = "shqjzhrq";
bm[9] = "jjkshshj";
bm[10] = "jjjzhshj";
bm[11] = "zht";
var mc = new Array(12);
mc[0] = "TP_id";
mc[1] = "招标方";
mc[2] = "中标方";
mc[3] = "招标名称";
mc[4] = "起价";
mc[5] = "加减幅度";
mc[6] = "招标项目描述";
mc[7] = "发布时间";
mc[8] = "申请截止日期";
mc[9] = "竞价开始时间";
mc[10] = "竞价截止日期";
mc[11] = "状态";
params.bm = bm;
params.mc = mc;
params.actionUrl = "";
window.showModalDialog("/JBlack/company/common/cxtj.htm", params, "dialogHeight:400px; dialogWidth:600px; help:no; status:no");
}
</script>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td nowrap class="title1">您的位置:工作台面--提货管理</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30px" nowrap class="toolbar"> </td>
<td width="40px" nowrap class="toolbar" onMouseOver="OMO()" onMouseOut="OMOU()" onClick="window.open('th_tpublish_detail.jsp')"><img src="/JBlack/company/images/new.gif">新增</td>
<td width="20px" nowrap class="toolbar">|</td>
<td width="40px" nowrap class="toolbar" onMouseOver="OMO()" onMouseOut="OMOU()" onClick="query()"><img src="/JBlack/company/images/search.gif">查询</td>
<td nowrap class="toolbar"> </td>
<td width="60px" nowrap class="toolbar" onMouseOver="OMO()" onMouseOut="OMOU()">未审核单据</td>
<td width="20px" nowrap class="toolbar">|</td>
<td width="60px" nowrap class="toolbar" onMouseOver="OMO()" onMouseOut="OMOU()">审核中单据</td>
<td width="20px" nowrap class="toolbar">|</td>
<td width="60px" nowrap class="toolbar" onMouseOver="OMO()" onMouseOut="OMOU()">已审核单据</td>
<td width="20px" nowrap class="toolbar">|</td>
<td width="60px" nowrap class="toolbar" onMouseOver="OMO()" onMouseOut="OMOU()">被退回单据</td>
<td width="20px" nowrap class="toolbar">|</td>
</tr>
</table>
<table width="100%" border="0" align="center" cellspacing="1">
<tr>
<td class="title1">TP_id</td>
<td class="title1">招标方</td>
<td class="title1">中标方</td>
<td class="title1">招标名称</td>
<td class="title1">起价</td>
<td class="title1">加减幅度</td>
<td class="title1">招标项目描述</td>
<td class="title1">发布时间</td>
<td class="title1">申请截止日期</td>
<td class="title1">竞价开始时间</td>
<td class="title1">竞价截止日期</td>
<td class="title1">状态</td>
</tr>
<c:forEach items="${tpublishs}" var="tpublishs">
<tr>
<td align="center">${tpublishs.tpid} </td>
<td align="center">${tpublishs.tcid} </td>
<td align="center">${tpublishs.tpwinner } </td>
<td align="center">${tpublishs.tpname } </td>
<td align="center">${tpublishs.tpinitPrice } </td>
<td align="center">${tpublishs.tpmodPrice } </td>
<td align="center">${tpublishs.tpdescription } </td>
<td align="center">${tpublishs.tppubDate } </td>
<td align="center">${tpublishs.tpdeadline } </td>
<td align="center">${tpublishs.tpgameDate } </td>
<td align="center">${tpublishs.tpgameDeadline } </td>
<td align="center">${tpublishs.tpstatus } </td>
<td align="center">
<a href="../../servlet/CheckServlet?method=pass&name=${tpublishs.tpname}">通过</a>
<a href="../../servlet/CheckServlet?method=veto$name=${tpublishs.tpname}">否决</a>
</td>
</tr>
</c:forEach>
<tr>
<td class="title2"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -