Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/commit/dfdd880832eb07416b1c3d59fe0bdddabb515e45 You should set ROOT_URL correctly, otherwise the web may not work correctly.
master
dsh 1 year ago
parent 87af48e3f3
commit dfdd880832

@ -174,7 +174,7 @@ function check(operate,companyid,jobcode) {
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" align="center" style="height: 86%" 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:96%;overflow: auto;">

@ -41,7 +41,113 @@ String date = DateTime.DateToStr(new Date());
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<meta name="save" content="history">
<style type="text/css">
input{behavior:url(#default#savehistory)};
input{behavior:url(#default#savehistory)}
#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: 100px;
}
#myGrid .gridHead span:nth-child(3){
width: 150px;
}
#myGrid .gridHead span:nth-child(4){
width: 150px;
}
#myGrid .gridHead span:nth-child(5){
width: 150px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 160px;
}
#myGrid .gridHead span:nth-child(8){
width: 160px;
}
#myGrid .gridHead span:nth-child(9){
width: 160px;
}
#myGrid .gridHead span:nth-child(10){
width: 200px;
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: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 160px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 160px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 160px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 200px;
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>
<OBJECT id="PSKPrn" classid="clsid:81C07687-3353-4ABA-B108-94BCE81E5CBA"
codebase="/PSKPrn_94BCE81E5CBA.ocx#version=1,0,0,3" width="0" height="0"> </OBJECT>
@ -556,7 +662,7 @@ String opee=(String)request.getAttribute("opeds");
<input type="hidden" name="school" value="<%=school%>"/>
<input type="hidden" name="sj" value="<%=sj%>"/>
<input type="hidden" name="qj" value="<%=qj%>"/>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" border="0" style="height: 100%" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
@ -1270,7 +1376,7 @@ String opee=(String)request.getAttribute("opeds");
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<div style="width: 100%; height: 280px; overflow: auto;">
<div style="width: 100%; height: 86%; overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<div class="gridRow">

@ -55,12 +55,104 @@ table#csstable td{
table#csstable #bottomcss td{
border-bottom:#D8E9FE 0px solid;
}
#myGrid{
border: 1px solid #000;
border-bottom: none;
}
#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: 200px;
}
#myGrid .gridHead span:nth-child(4){
width: 280px;
}
#myGrid .gridHead span:nth-child(5){
width: 280px;
}
#myGrid .gridHead span:nth-child(6){
width: 240px;
}
#myGrid .gridHead span:nth-child(7){
width: 240px;
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: 200px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 280px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 280px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 240px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 240px;
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 onload="setValue();">
<form name="form1" method="post" action="/servlet/PropertyUseManage">
<input type="hidden" name="operate" value=""/>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" style="width: 99%;height: 100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
@ -78,7 +170,7 @@ table#csstable #bottomcss td{
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<div style="width: 99%; height: 390px; overflow: auto;margin-left: 5px;">
<div style="width: 99%; height: 92%; overflow: auto;margin-left: 5px;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<div class="gridRow">

@ -41,7 +41,113 @@ String date = DateTime.DateToStr(new Date());
<link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css">
<meta name="save" content="history">
<style type="text/css">
input{behavior:url(#default#savehistory)};
input{behavior:url(#default#savehistory)}
#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: 150px;
}
#myGrid .gridHead span:nth-child(3){
width: 100px;
}
#myGrid .gridHead span:nth-child(4){
width: 150px;
}
#myGrid .gridHead span:nth-child(5){
width: 150px;
}
#myGrid .gridHead span:nth-child(6){
width: 150px;
}
#myGrid .gridHead span:nth-child(7){
width: 160px;
}
#myGrid .gridHead span:nth-child(8){
width: 160px;
}
#myGrid .gridHead span:nth-child(9){
width: 160px;
}
#myGrid .gridHead span:nth-child(10){
width: 200px;
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: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(3){
width: 100px;
}
#myGrid .gridBody .gridRow span:nth-child(4){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(5){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(6){
width: 150px;
}
#myGrid .gridBody .gridRow span:nth-child(7){
width: 160px;
}
#myGrid .gridBody .gridRow span:nth-child(8){
width: 160px;
}
#myGrid .gridBody .gridRow span:nth-child(9){
width: 160px;
}
#myGrid .gridBody .gridRow span:nth-child(10){
width: 200px;
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()
@ -318,7 +424,7 @@ String dwNames=(String)request.getAttribute("dwNa");
%>
<body onload="setValue()">
<form name="form1" method="post" action="/servlet/PropertyNetManageServlet" >
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<table width="99%" style="height: 100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box">
<tr>
<td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0">
<tr>
@ -615,7 +721,7 @@ String dwNames=(String)request.getAttribute("dwNa");
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<div style="width: 100%; height: 280px; overflow: auto;">
<div style="width: 100%; height: 86%; overflow: auto;">
<div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace">
<div class="gridHead">
<div class="gridRow">

@ -237,7 +237,7 @@ if(optiontext!=""){
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 87%">
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 90%">
<tr>
<td>
<div style="width:100%; height:96%;overflow: auto;">

@ -245,7 +245,7 @@ if(optiontext!=""){
if (buf != null) {
int rowcount = buf.getRowCount();
%>
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 86%;">
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 90%;">
<tr>
<td>
<div style="width:100%; height:96%;overflow: auto;">

@ -228,7 +228,7 @@ 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;height: 93%">
<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 90%">
<tr>
<td>
<div style="width:100%; height:96%;overflow: auto;">
@ -293,7 +293,7 @@ function selectChange(i)
{ %>
<a href="#"><img src="/images1/Uninst1.png" width="22px" height="22px" border="0" alt="已销毁"/></a>
<%}else{ %>
<a href="/servlet/FileDestoryManage?operate=addDestory&receiveId=<%=buf.fget("receive_id",i)%>"><img src="/images1/Uninst.png" width="22px" height="22px" border="0" alt="未销毁"/></a>
<a href="/servlet/FileDestoryManage?operate=addDestory&receiveId=<%=buf.fget("receive_id",i)%>"><img src="/images1/Uninst.png" width="16px" height="16px" border="0" alt="未销毁"/></a>
<%} %>
</span>
</div>

Loading…
Cancel
Save