master
dsh 1 year ago
parent dd787b545b
commit 87af48e3f3

@ -162,7 +162,112 @@ table#csstable #bottomcss td{
border-bottom:#D8E9FE 0px solid;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 80px;
}
#myGrid .gridHead span:nth-child(2){
width: 80px;
}
#myGrid .gridHead span:nth-child(3){
width: 100px;
}
#myGrid .gridHead span:nth-child(4){
width: 100px;
}
#myGrid .gridHead span:nth-child(5){
width: 240px;
}
#myGrid .gridHead span:nth-child(6){
width: 240px;
}
#myGrid .gridHead span:nth-child(7){
width: 240px;
}
#myGrid .gridHead span:nth-child(8){
width: 120px;
}
#myGrid .gridHead span:nth-child(9){
width: 120px;
}
#myGrid .gridHead span:nth-child(10){
width: 158px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 80px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 80px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 240px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 240px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 240px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 158px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
</head>
@ -235,24 +340,24 @@ table#csstable #bottomcss td{
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" cellpadding="0" style="height: 85%" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<span width="5px" style="text-align: center;">序号</span>
<span width="5px" style="text-align: center;">选择项</span>
<span width="10px">单位编号</span>
<span width="6px">单位状态</span>
<span width="15px">单位名称</span>
<span width="15px">下属单位</span>
<span width="15px">单位地址</span>
<span width="8px">单位级别</span>
<span width="8px">单位类型</span>
<span width="10px">管理</span>
<span >序号</span>
<span >选择项</span>
<span >单位编号</span>
<span >单位状态</span>
<span >单位名称</span>
<span >下属单位</span>
<span >单位地址</span>
<span >单位级别</span>
<span >单位类型</span>
<span >管理</span>
</div>
</div>
<div class="gridBody">
@ -273,7 +378,7 @@ table#csstable #bottomcss td{
%>
<div class="gridRow">
<span width="5px" style="text-align: center;"><%=i+1%></span>
<span style="text-align: center;width:2px;"><input type="checkbox" name="Infos" value="<%=tempDeptid%>"></span>
<span><input type="checkbox" name="Infos" value="<%=tempDeptid%>"></span>
<span><%=tempDeptid%></span>
<span><%if(tempstate.toString().equals("注销")){%><font color="#ff0000"><%=tempstate%></font><%}else{%><%=tempstate%><%}%></span>
<span><%=buf.fget("departname",i)%></span>
@ -284,17 +389,17 @@ table#csstable #bottomcss td{
<span width="15px" >
<%if(login.getSanyuan().equals("0")){ %>
<a href="/servlet/DeptManage?operate=queryDeptByDepId&departid=<%=departid%>"><img src="/images1/read_document.png" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=queryDeptupDepId&departid=<%=departid%>"><img src="/images1/edit.gif" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=modifydeleteDept&departid=<%=departid%>" onclick="return confirm('确定将此记录删除?')"><img src="/images1/delete.gif" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=queryDeptByDepId&departid=<%=departid%>"><img src="/images1/read_document.png" border="0"/></a>
<a href="/servlet/DeptManage?operate=queryDeptupDepId&departid=<%=departid%>"><img src="/images1/edit.gif" border="0"/></a>
<a href="/servlet/DeptManage?operate=modifydeleteDept&departid=<%=departid%>" onclick="return confirm('确定将此记录删除?')"><img src="/images1/delete.gif" border="0"/></a>
<a href="/servlet/EmpDeptRelation?operate=queryEmp&departid=<%=departid%>&frameworkid=<%=tempFrameworkid%>"><img src="/images1/grant.gif" border="0"/></a>
<%}else if(login.getSanyuan().equals("1")){ %>
<a href="/servlet/DeptManage?operate=queryDeptByDepId&departid=<%=departid%>"><img src="/images1/read_document.png" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=queryDeptByDepId&departid=<%=departid%>"><img src="/images1/read_document.png" border="0"/></a>
<a href="/servlet/EmpDeptRelation?operate=queryEmp&departid=<%=departid%>&frameworkid=<%=tempFrameworkid%>"><img src="/images1/grant.gif" border="0"/></a>
<%}else { %>
<a href="/servlet/DeptManage?operate=queryDeptByDepId&departid=<%=departid%>"><img src="/images1/read_document.png" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=queryDeptupDepId&departid=<%=departid%>"><img src="/images1/edit.gif" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=modifydeleteDept&departid=<%=departid%>" onclick="return confirm('确定将此记录删除?')"><img src="/images1/delete.gif" border="0"/></a>&nbsp;
<a href="/servlet/DeptManage?operate=queryDeptByDepId&departid=<%=departid%>"><img src="/images1/read_document.png" border="0"/></a>
<a href="/servlet/DeptManage?operate=queryDeptupDepId&departid=<%=departid%>"><img src="/images1/edit.gif" border="0"/></a>
<a href="/servlet/DeptManage?operate=modifydeleteDept&departid=<%=departid%>" onclick="return confirm('确定将此记录删除?')"><img src="/images1/delete.gif" border="0"/></a>
<%} %>
</span>

@ -25,6 +25,76 @@ select
{
width:155px;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 150px;
}
#myGrid .gridHead span:nth-child(2){
width: 455px;
}
#myGrid .gridHead span:nth-child(3){
width: 455px;
}
#myGrid .gridHead span:nth-child(4){
width: 400px;
border-right: none
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 455px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 455px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 400px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 98%;
}
html { overflow-x:hidden; overflow-y:hidden; }
</style>
<script>
@ -104,10 +174,10 @@ function check(operate,companyid,jobcode) {
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 86%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -43,8 +43,8 @@ function check(operate,departid) {
<style>
.tdp
{
border-bottom: 1 solid #000000;
border-left: 1 solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 0 solid #ffffff;
border-top: 0 solid #ffffff;
}
@ -61,7 +61,83 @@ function check(operate,departid) {
font-family: "宋体";
font-size: 9pt;
}
html { overflow-x:hidden; overflow-y:hidden; }
html { overflow-x:hidden; overflow-y:hidden; }
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 150px;
}
#myGrid .gridHead span:nth-child(2){
width: 300px;
}
#myGrid .gridHead span:nth-child(3){
width: 300px;
}
#myGrid .gridHead span:nth-child(4){
width: 380px;
}
#myGrid .gridHead span:nth-child(5){
width: 330px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 380px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 330px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
</head>
@ -116,10 +192,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;padding-top: 5px;height: 90%">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -61,6 +61,76 @@ select
{
width:155px;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 150px;
}
#myGrid .gridHead span:nth-child(2){
width: 455px;
}
#myGrid .gridHead span:nth-child(3){
width: 455px;
}
#myGrid .gridHead span:nth-child(4){
width: 400px;
border-right: none
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 455px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 455px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 400px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 98%;
}
</style>
</head>
<body scroll="no" onload="setValue();">
@ -115,10 +185,10 @@ select
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 86%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -20,6 +20,96 @@
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
<style>
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 180px;
}
#myGrid .gridHead span:nth-child(3){
width: 300px;
}
#myGrid .gridHead span:nth-child(4){
width: 200px;
}
#myGrid .gridHead span:nth-child(5){
width: 200px;
}
#myGrid .gridHead span:nth-child(6){
width: 200px;
}
#myGrid .gridHead span:nth-child(7){
width: 224px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 224px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
<%
@ -114,10 +204,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;">
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;padding-top: 4px;height: 89%">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -106,9 +106,9 @@ select
width: 240px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,img,input {
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 8px;
margin-top: 6px;
}
form{
height: 100%;

@ -119,9 +119,9 @@ select
width: 200px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,img,input {
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 8px;
margin-top: 6px;
}
form{
height: 100%;

@ -112,9 +112,9 @@ select
width: 200px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,img,input {
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 8px;
margin-top: 6px;
}
form{
height: 100%;

@ -277,7 +277,7 @@ select {
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
<div class="gridRow">
<span width="5px" style="text-align: center;width: 100px;">序号 <%=login.getEmpid() %></span> <span
<span width="5px" style="text-align: center;width: 130px;">序号 <%=login.getEmpid() %></span> <span
width="10px">人员编号</span> <span width="10px" style="width: 100px;">人员状态</span> <span
width="10px">人员姓名</span> <span width="7px" style="width: 100px;">人员性别</span> <span
width="7px" style="width: 100px;">涉密程度</span> <span width="10px">是否为要害部门</span> <span
@ -301,7 +301,7 @@ select {
if (tempExaminestate.equals("0")) {tempExaminestate = "已审核";disabled = "";} else { tempExaminestate = "未审核"; disabled = "";}
%>
<div class="gridRow">
<span width="5px" style="text-align: center;width: 100px;"><%=i + 1%>
<span width="5px" style="text-align: center;width: 130px;"><%=i + 1%>
<input type="checkbox" name="empids" value="<%=tempEmpid%>">
</span>
<span><%=tempEmpid%></span>

@ -293,7 +293,7 @@ function selectChange(i)
</span>
<span style="border-right: none;">
<%if(login.getSanyuan().equals("0")){ %>
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a> &nbsp;&nbsp;
<a href=" /servlet/EmpManage?operate=queryEmpselectEmpId&empid=<%=tempEmpid%>&nationstate=<%=tenationstate%>" ><img border="0" src="../../../images1/read_document.png" ALT="查看" style="cursor: pointer;"/></a>
<%if(tempstate.equals("正常")){%>
<img src="../../../images1/1.png" alt="已审核" style="cursor: pointer;" border="0" />
<%

@ -117,9 +117,9 @@ select
width: 190px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,img,input {
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 8px;
margin-top: 6px;
}
form{
height: 100%;

@ -257,7 +257,7 @@ html { overflow-x:hidden; overflow-y:hidden; }
<span><%=buf.fget("NET_DATE", i)%></span>
<span style="width: 100px;"><%=buf.fget("NET_SECURITY", i)%></span>
<span style="width: 100px;"><%=buf.fget("TERMINAL",i) %></span>
<span style="width: 132px;">
<span style="width: 132px;border-right: none">
<input name="button2" style="cursor: pointer;margin-top: 5px;" onclick=" check('showProperty','<%=tempDeptid%>');" type="image" src="/images1/read_document.png" border="0" alt="预览"/>
<!--
<%if(login.getSanyuan().equals("0")){ %>

@ -148,12 +148,12 @@
width: 150px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,img,input {
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 8px;
margin-top: 6px;
}
form{
height: 100%;
height: 98%;
}
</style>
<script>
@ -290,7 +290,7 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" style="height: 87%;margin-top: 4px;" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" style="height: 85%;margin-top: 4px;" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width: 100%; height:96%; overflow: auto;">
@ -328,7 +328,7 @@ html { overflow-x:hidden; overflow-y:hidden; }
<span><%=buf.fget("TMA_DATE", i)%></span>
<span><%=buf.fget("TMA_SECURITY", i)%></span>
<span><%=buf.fget("TERMINAL",i) %></span>
<span>
<span style="border-right: none">
<a href="/servlet/PropertyTmaManageServlet?operate=showPropertyTmaId&InfoId=<%=tempDeptid%>"><img src="/images1/read_document.png" border="0" alt="预览"/></a>
<%if(login.getSanyuan().equals("0")){ %>
<a href="/servlet/PropertyTmaManageServlet?operate=updateTmaNanager&InfoId=<%=tempDeptid%>"><img src="/images1/edit.gif" border="0" alt="修改"/></a>

@ -23,6 +23,148 @@ select
{
width:155px;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 80px;
}
#myGrid .gridHead span:nth-child(2){
width: 80px;
}
#myGrid .gridHead span:nth-child(3){
width: 100px;
}
#myGrid .gridHead span:nth-child(4){
width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridHead span:nth-child(5){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridHead span:nth-child(6){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridHead span:nth-child(7){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridHead span:nth-child(8){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridHead span:nth-child(9){
width: 100px;
}
#myGrid .gridHead span:nth-child(10){
width: 100px;
}
#myGrid .gridHead span:nth-child(11){
width: 162px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 80px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 80px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 200px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 160px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(11){
width: 162px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 98%;
}
</style>
<script>
function setValue() {
@ -162,10 +304,10 @@ function selectChange(i)
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height:85%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
@ -194,11 +336,11 @@ function selectChange(i)
<span width="5px" style="text-align: center;"><%=i+1%></span>
<span><input type="checkbox" name="Infos" value="<%=tempTrainid%>"></span>
<span><%=buf.fget("createperson",i) %></span>
<span width="30px"><%=buf.fget("q_subject",i) %></span>
<span><%=buf.fget("optiona",i) %></span>
<span><%=buf.fget("optionb",i) %></span>
<span><%=buf.fget("optionc",i) %></span>
<span><%=buf.fget("optiond",i) %></span>
<span width="30px" title="<%=buf.fget("q_subject",i) %>"><%=buf.fget("q_subject",i) %></span>
<span title="<%=buf.fget("optiona",i) %>"><%=buf.fget("optiona",i) %></span>
<span title="<%=buf.fget("optionb",i) %>"><%=buf.fget("optionb",i) %></span>
<span title="<%=buf.fget("optionc",i) %>"><%=buf.fget("optionc",i) %></span>
<span title="<%=buf.fget("optiond",i) %>"><%=buf.fget("optiond",i) %></span>
<span style="text-align: center;"><%=buf.fget("note",i) %></span>
<span>
<%
@ -212,8 +354,8 @@ function selectChange(i)
%>
</span>
<span>
<a href="/servlet/TryManage?operate=queryTryById&id=<%=tempTrainid%>&tklxtype=<%=tklxtype%>"><img src="/images1/read_document.png" border="0" alt="查看"/></a>&nbsp;&nbsp;
<a href="/servlet/TryManage?operate=queryTryById&id=<%=tempTrainid%>&tklxtype=<%=tklxtype%>"><img src="/images1/edit.gif" border="0" alt="修改"/></a>&nbsp;&nbsp;
<a href="/servlet/TryManage?operate=queryTryById&id=<%=tempTrainid%>&tklxtype=<%=tklxtype%>"><img src="/images1/read_document.png" border="0" alt="查看"/></a>
<a href="/servlet/TryManage?operate=queryTryById&id=<%=tempTrainid%>&tklxtype=<%=tklxtype%>"><img src="/images1/edit.gif" border="0" alt="修改"/></a>
<a href="/servlet/TryManage?operate=canceQuestion&id=<%=tempTrainid%>&tklxtype=<%=tklxtype%>"><img src="/images1/delete.gif" border="0" alt="删除"/></a>
</span>
</div>

@ -26,12 +26,96 @@ Login login = (Login) request.getSession().getAttribute("login");
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<!--style type="text/css">
select
{
width:155px;
<style type="text/css">
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 180px;
}
#myGrid .gridHead span:nth-child(3){
width: 200px;
}
#myGrid .gridHead span:nth-child(4){
width: 300px;
}
#myGrid .gridHead span:nth-child(5){
width: 200px;
}
#myGrid .gridHead span:nth-child(6){
width: 200px;
}
#myGrid .gridHead span:nth-child(7){
width: 297px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
</style-->
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 297px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
<%
@ -139,10 +223,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:370px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -33,6 +33,94 @@ Login login = (Login) request.getSession().getAttribute("login");
text-align: center;
text-indent: 2px;
}
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 180px;
}
#myGrid .gridHead span:nth-child(3){
width: 200px;
}
#myGrid .gridHead span:nth-child(4){
width: 300px;
}
#myGrid .gridHead span:nth-child(5){
width: 200px;
}
#myGrid .gridHead span:nth-child(6){
width: 200px;
}
#myGrid .gridHead span:nth-child(7){
width: 297px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 297px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
@ -147,10 +235,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%;" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:370px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<%-- <div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div>--%>

@ -23,12 +23,96 @@ Login login = (Login) request.getSession().getAttribute("login");
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<!--style type="text/css">
select
{
width:155px;
<style type="text/css">
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 180px;
}
#myGrid .gridHead span:nth-child(3){
width: 200px;
}
#myGrid .gridHead span:nth-child(4){
width: 300px;
}
#myGrid .gridHead span:nth-child(5){
width: 200px;
}
#myGrid .gridHead span:nth-child(6){
width: 200px;
}
#myGrid .gridHead span:nth-child(7){
width: 297px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
</style-->
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 297px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
<%
@ -128,10 +212,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" cellpadding="0" style="height: 85%" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:370px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -26,12 +26,84 @@ Login login = (Login) request.getSession().getAttribute("login");
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<!--style type="text/css">
select
{
width:155px;
<style type="text/css">
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 150px;
}
#myGrid .gridHead span:nth-child(2){
width: 350px;
}
#myGrid .gridHead span:nth-child(3){
width: 350px;
}
#myGrid .gridHead span:nth-child(4){
width: 300px;
}
#myGrid .gridHead span:nth-child(5){
width: 328px;
border-right: none
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
</style-->
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 350px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 350px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 300px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 328px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
<%
@ -131,10 +203,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:370px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -22,12 +22,90 @@
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<!-- style type="text/css">
select
{
width:155px;
<style type="text/css">
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 150px;
}
#myGrid .gridHead span:nth-child(2){
width: 220px;
}
#myGrid .gridHead span:nth-child(3){
width: 220px;
}
#myGrid .gridHead span:nth-child(4){
width: 310px;
}
#myGrid .gridHead span:nth-child(5){
width: 200px;
}
#myGrid .gridHead span:nth-child(6){
width: 360px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
</style -->
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 310px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 360px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 98%;
}
</style>
<script>
function setValue() {
<%
@ -156,10 +234,10 @@ function selectChange(i)
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" cellpadding="0" style="height: 83%" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:360px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -26,6 +26,108 @@ Login login = (Login) request.getSession().getAttribute("login");
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style>
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 120px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 220px;
}
#myGrid .gridHead span:nth-child(5){
width: 220px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 150px;
}
#myGrid .gridHead span:nth-child(8){
width: 200px;
}
#myGrid .gridHead span:nth-child(9){
width: 198px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 198px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
</head>
<script charset="UTF-8" type="text/javascript">
function setValue() {
@ -162,10 +264,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%;" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:375px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -27,6 +27,102 @@ Login login = (Login) request.getSession().getAttribute("login");
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style type="text/css">
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 200px;
}
#myGrid .gridHead span:nth-child(3){
width: 150px;
}
#myGrid .gridHead span:nth-child(4){
width: 260px;
}
#myGrid .gridHead span:nth-child(5){
width: 150px;
}
#myGrid .gridHead span:nth-child(6){
width: 200px;
}
#myGrid .gridHead span:nth-child(7){
width: 150px;
}
#myGrid .gridHead span:nth-child(8){
width: 265px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 260px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 265px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script charset="UTF-8">
function setValue() {
<%
@ -219,10 +315,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -28,6 +28,115 @@
<link rel="stylesheet" type="text/css" href="../../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<style>
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 120px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 220px;
}
#myGrid .gridHead span:nth-child(5){
width: 220px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 150px;
}
#myGrid .gridHead span:nth-child(8){
width: 120px;
}
#myGrid .gridHead span:nth-child(9){
width: 150px;
}
#myGrid .gridHead span:nth-child(10){
width: 126px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 126px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
</head>
<script charset="UTF-8" type="text/javascript">
function setValue() {
@ -168,10 +277,10 @@ html { overflow-x:hidden; overflow-y:hidden; }
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:375px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -32,7 +32,107 @@ select
{
width:155px;
}
html { overflow-x:hidden; overflow-y:hidden; }
html { overflow-x:hidden; overflow-y:hidden; }
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 120px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 220px;
}
#myGrid .gridHead span:nth-child(5){
width: 220px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 150px;
}
#myGrid .gridHead span:nth-child(8){
width: 200px;
}
#myGrid .gridHead span:nth-child(9){
width: 198px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 198px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
@ -137,10 +237,10 @@ if(optiontext!=""){
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;">
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 87%">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
@ -192,8 +292,8 @@ if(optiontext!=""){
<span><%=buf.fget("RECEIVE_DATE",i)%></span>
<span><%=buf.fget("provide_date",i)%></span>
<span>
<a href="/servlet/FileReceiveManage?operate=showFileProvideInfo&provideId=<%=buf.fget("file_id",i)%>"><img src="/images1/read_document.png" border="0" alt="预览"/></a>&nbsp;&nbsp;
<a onclick="return confirm('您确定要删除此信息吗?');" href="/servlet/FileReceiveManage?operate=deleteReceiveFileRow&Infos=<%=buf.fget("file_id",i) %>"><img src="../../images1/delete.gif" border="0" alt="删除"/></a>&nbsp;&nbsp;
<a href="/servlet/FileReceiveManage?operate=showFileProvideInfo&provideId=<%=buf.fget("file_id",i)%>"><img src="/images1/read_document.png" border="0" alt="预览"/></a>
<a onclick="return confirm('您确定要删除此信息吗?');" href="/servlet/FileReceiveManage?operate=deleteReceiveFileRow&Infos=<%=buf.fget("file_id",i) %>"><img src="../../images1/delete.gif" border="0" alt="删除"/></a>
<%
if(buf.fget("RECEIVE_STATE",i).equals("1"))
{ %>

@ -33,7 +33,101 @@ select
{
width:155px;
}
html { overflow-x:hidden; overflow-y:hidden; }
html { overflow-x:hidden; overflow-y:hidden; }
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 200px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 220px;
}
#myGrid .gridHead span:nth-child(5){
width: 220px;
}
#myGrid .gridHead span:nth-child(6){
width: 200px;
}
#myGrid .gridHead span:nth-child(7){
width: 200px;
}
#myGrid .gridHead span:nth-child(8){
width: 217px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 220px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 217px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
@ -151,10 +245,10 @@ if(optiontext!=""){
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;">
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 86%;">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->

@ -35,7 +35,113 @@ select
width:155px;
}
html { overflow-x:hidden; overflow-y:hidden; }
html { overflow-x:hidden; overflow-y:hidden; }
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 100px;
}
#myGrid .gridHead span:nth-child(2){
width: 120px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 208px;
}
#myGrid .gridHead span:nth-child(5){
width: 180px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 150px;
}
#myGrid .gridHead span:nth-child(8){
width: 150px;
}
#myGrid .gridHead span:nth-child(9){
width: 150px;
}
#myGrid .gridHead span:nth-child(10){
width: 150px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 208px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 150px;
border-right: none;
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 100%;
}
</style>
<script>
function setValue() {
@ -122,10 +228,10 @@ function selectChange(i)
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;">
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 93%">
<tr>
<td>
<div style="width:100%; height:395px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
@ -173,15 +279,15 @@ function selectChange(i)
<%
}else{
%>
<font color="#ff0000"><%=tempstate %></font>
<span style="color: #ff0000;border-right: none;"><%=tempstate %></span>
<%
}
%>
</span>
<span>
<a href="/servlet/FileDestoryManage?operate=showFileDestory&provideId=<%=buf.fget("file_id",i)%>"><img src="/images1/read_document.png" border="0" alt="预览"/></a>&nbsp;&nbsp;
<a onclick="return confirm('您确定要删除此信息吗?');" href="/servlet/FileDestoryManage?operate=deleteDestoryFileRow&receiveId=<%=buf.fget("receive_Id",i) %>"><img src="../../images1/delete.gif" border="0" alt="删除"/></a>&nbsp;&nbsp;
<a href="/servlet/FileDestoryManage?operate=showFileDestory&provideId=<%=buf.fget("file_id",i)%>"><img src="/images1/read_document.png" border="0" alt="预览"/></a>
<a onclick="return confirm('您确定要删除此信息吗?');" href="/servlet/FileDestoryManage?operate=deleteDestoryFileRow&receiveId=<%=buf.fget("receive_Id",i) %>"><img src="../../images1/delete.gif" border="0" alt="删除"/></a>
<%
if(buf.fget("DESTORY_STATE",i).equals("1"))
{ %>

@ -21,6 +21,126 @@ HashFmlBuf buf = (HashFmlBuf) request.getAttribute("indenture_buf");
<link rel="stylesheet" type="text/css" href="../../js/2k3Grid.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Menu.css">
<link rel="stylesheet" type="text/css" href="../../js/2k3Dialog.css">
<style>
#myGrid .gridHead{
height: 50px;
line-height: 50px;
background-color: #cce7f5;
color: #000;
font-size: 16px;
font-weight: bold;
box-sizing: border-box;
}
#myGrid .gridHead .gridRow{
display: flex;
justify-content: start;
}
#myGrid .gridHead span{
text-align: center;
display: inline-block;
border-right: 1px solid #000000;
box-sizing: border-box;
}
#myGrid .gridHead span:nth-child(1){
width: 60px;
}
#myGrid .gridHead span:nth-child(2){
width: 80px;
}
#myGrid .gridHead span:nth-child(3){
width: 120px;
}
#myGrid .gridHead span:nth-child(4){
width: 120px;
}
#myGrid .gridHead span:nth-child(5){
width: 120px;
}
#myGrid .gridHead span:nth-child(6){
width: 180px;
}
#myGrid .gridHead span:nth-child(7){
width: 120px;
}
#myGrid .gridHead span:nth-child(8){
width: 120px;
}
#myGrid .gridHead span:nth-child(9){
width: 150px;
}
#myGrid .gridHead span:nth-child(10){
width: 120px;
}
#myGrid .gridHead span:nth-child(11){
width: 120px;
}
#myGrid .gridHead span:nth-child(12){
width: 168px;
border-right: none;
}
#myGrid .gridBody .gridRow{
height: 30px;
/*margin-top: 5px;*/
display: flex;
justify-content: start;
align-items: center;
border-bottom: 1px solid #000;
color: #000;
}
#myGrid .gridBody .gridRow span{
width: 148px;
display: inline-block;
border-right: 1px solid;
text-align: center;
height: 30px;
line-height: 30px;
box-sizing: border-box;
}
#myGrid .gridBody .gridRow span:nth-child(1){
width: 60px;
}
#myGrid .gridBody .gridRow span:nth-child(2){
width: 80px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 180px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 120px;;
}
#myGrid .gridBody .gridRow span:nth-child(11){
width: 120px;
}
#myGrid .gridBody .gridRow span:nth-child(12){
width: 168px;
border-right: none
}
#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input {
margin-right: 6px;
margin-top: 6px;
}
form{
height: 98%;
}
</style>
<style type="text/css">
select
{
@ -155,10 +275,10 @@ function selectChange(i)
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" align="center" style="height: 85%" cellpadding="0" cellspacing="1" class="box">
<tr>
<td>
<div style="width:100%; height:385px;overflow: auto;">
<div style="width:100%; height:96%;overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<!--div align="left"><span width="5%">共检索到<%=rowcount%>条记录</span></div-->
@ -194,9 +314,9 @@ function selectChange(i)
%>
<div class="gridRow">
<span width="5px" style="text-align: center;"><%=i+1%></span>
<span style="text-align: center;width:2px;"><input type="checkbox" name="Infos" value="<%=buf.fget("indenture_id",i)%>"></span>
<span><input type="checkbox" name="Infos" value="<%=buf.fget("indenture_id",i)%>"></span>
<span><%=buf.fget("indenture_id",i)%></span>
<span><%if(tempstate.equals("注销")){ %><font color="red"><%=tempstate%></font><%} else{%><font color="green"><%=tempstate%></font><%} %></span>
<span><%if(tempstate.equals("注销")){ %><span style=" color:red;border: none"><%=tempstate%></span><%} else{%><span style=" color:green;border: none"><%=tempstate%></span><%} %></span>
<span><%=SM4.SM4Decrypt(Base64.decode(buf.fget("indenture_name",i)))%></span>
<span><%=buf.fget("indenture_address",i)%></span>
<span><%=buf.fget("indenture_phone",i)%></span>
@ -206,15 +326,15 @@ function selectChange(i)
<span><%=buf.fget("linkman_mobile",i)%></span>
<span>
<%if(login.getSanyuan().equals("0")){ %>
<a href=" /servlet/IndentureManage?operate=showIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/read_document.png" ALT="查看" style="cursor: pointer;"></a> &nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=toEditIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/edit.gif" ALT="修改" style="cursor: pointer;"></a>&nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=IndentureBydelete&indentureId=<%=buf.fget("indenture_id",i)%>" onclick="return confirm('确定将此记录删除?')"><img border="0" src="../../images1/delete.gif" ALT="删除" style="cursor: pointer;"/></a>&nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=showIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/read_document.png" ALT="查看" style="cursor: pointer;"></a>
<a href=" /servlet/IndentureManage?operate=toEditIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/edit.gif" ALT="修改" style="cursor: pointer;"></a>
<a href=" /servlet/IndentureManage?operate=IndentureBydelete&indentureId=<%=buf.fget("indenture_id",i)%>" onclick="return confirm('确定将此记录删除?')"><img border="0" src="../../images1/delete.gif" ALT="删除" style="cursor: pointer;"/></a>
<%}else if(login.getSanyuan().equals("1")){ %>
<a href=" /servlet/IndentureManage?operate=showIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/read_document.png" ALT="查看" style="cursor: pointer;"></a> &nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=showIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/read_document.png" ALT="查看" style="cursor: pointer;"></a>
<%}else { %>
<a href=" /servlet/IndentureManage?operate=showIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/read_document.png" ALT="查看" style="cursor: pointer;"></a> &nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=toEditIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/edit.gif" ALT="修改" style="cursor: pointer;"></a>&nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=IndentureBydelete&indentureId=<%=buf.fget("indenture_id",i)%>" onclick="return confirm('确定将此记录删除?')"><img border="0" src="../../images1/delete.gif" ALT="删除" style="cursor: pointer;"/></a>&nbsp;&nbsp;
<a href=" /servlet/IndentureManage?operate=showIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/read_document.png" ALT="查看" style="cursor: pointer;"></a>
<a href=" /servlet/IndentureManage?operate=toEditIndenture&indentureId=<%=buf.fget("indenture_id",i)%>"><img border="0" src="../../images1/edit.gif" ALT="修改" style="cursor: pointer;"></a>
<a href=" /servlet/IndentureManage?operate=IndentureBydelete&indentureId=<%=buf.fget("indenture_id",i)%>" onclick="return confirm('确定将此记录删除?')"><img border="0" src="../../images1/delete.gif" ALT="删除" style="cursor: pointer;"/></a>
<%} %>
</span>

Loading…
Cancel
Save