📄 sw4101.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<base href="<%=basePath%>">
<title>商务管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="/Cost/css/main_content.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="/Cost/css/displaytag.css">
<style type="text/css">
<!--
.style1 {
font-size: 18px;
font-weight: bold;
}
-->
</style>
</head>
<script language=javascript>
//--------------------------- Text输入风格处理 Begin ---------------------------
function ctext()
{
var obj = document.all.id;
if(obj.value=="输入业务编号...")
obj.value="";
}
function ctext2()
{
var obj = document.all.id;
if(obj.value=="")
{
obj.value="输入业务编号...";
}
}
function text2_onKeyUp()
{
var obj = document.all.id;
obj.value = obj.value.replace(/[^\d]/g,'');
if(obj.value=="")
{
obj.value="输入业务编号...";
}
}
function GO()
{
var obj = document.all.id;
if(obj.value=="输入业务编号...")
{
obj.value="";
}
}
//--------------------------- Text输入风格处理 End ----------------------------
</script>
<body style="margin:0px;">
<form action="SW4101E1S.do" method="post" name="SW4101From" id="SW4101From" style="margin:0px;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tr_title4" ><div align="center">商务管理 -- 未稽核查询</div></td>
</tr>
<tr>
<td height="34"><div align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5%"><div align="right"></div>
<div align="left">
<input name="id" type="text" id="id" style="color:#999999" accesskey="1" tabindex="1" value="输入业务编号..." size="20" maxlength="8" title="双击查看历史记录"
onKeyUp="text2_onKeyUp();" onBlur="ctext2();" onChange="ctext();" onKeyDown="ctext();" onDblClick="ctext();">
</div></td>
<td width="38%"><div align="left"><input name="GO" type="submit" class="buttom-3" id="select2" onClick="GO();" value="GO"
title="Search"></div></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="71%"><div align="center">
<display:table id="SW4101ViewEntity1"name="sessionScope.SW4101ViewEntity1Lsit" pagesize="15" class="table1">
<display:setProperty name="export.pdf" value="true" />
<display:column title="编号" sortable="true">${SW4101ViewEntity1.id}</display:column>
<display:column title="发货人" sortable="true">${SW4101ViewEntity1.sendPeron}</display:column>
<display:column title="船公司" sortable="true">${SW4101ViewEntity1.shipCName}</display:column>
<display:column title="运货量" sortable="true">${SW4101ViewEntity1.weight} T</display:column>
<display:column title="应收费用" sortable="true">¥: ${SW4101ViewEntity1.dealCost}</display:column>
<display:column title="应付费用" sortable="true">¥: ${SW4101ViewEntity1.payRate}</display:column>
<display:column title="利润" sortable="true">¥: ${SW4101ViewEntity1.gain}</display:column>
<display:column title="稽核" sortable="true"><a href="SW4101E2S.do?id=${SW4101ViewEntity1.id}"><img src="images/20070311134848873.gif"width="16" height="16" border="0" title="进入稽核" ></a></display:column>
</display:table>
</div></td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td class="tr_title4"> </td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -