|
@@ -7,6 +7,7 @@
|
|
--%>
|
|
--%>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
<%@ include file="/webpage/include/taglib.jsp"%>
|
|
|
|
+<!DOCTYPE html>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
<title>工程管理</title>
|
|
<title>工程管理</title>
|
|
@@ -26,6 +27,22 @@
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
width: 140px;
|
|
width: 140px;
|
|
}
|
|
}
|
|
|
|
+ .btn_out{
|
|
|
|
+ width: 100px;
|
|
|
|
+ margin: 0;
|
|
|
|
+ float: right;
|
|
|
|
+ margin-right:2%;
|
|
|
|
+ }
|
|
|
|
+ .div_main_form{
|
|
|
|
+ width: 50%;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
|
|
+ .layui-icon-layer{
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ .layui-icon-file{
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
.layui-table-view .layui-table {width:100%}
|
|
.layui-table-view .layui-table {width:100%}
|
|
</style>
|
|
</style>
|
|
<body style="height:100%">
|
|
<body style="height:100%">
|
|
@@ -313,7 +330,7 @@
|
|
</script>
|
|
</script>
|
|
<script>
|
|
<script>
|
|
function look(url) {
|
|
function look(url) {
|
|
- top.layer.open({
|
|
|
|
|
|
+ layer.open({
|
|
type: 2,
|
|
type: 2,
|
|
title: '查看',
|
|
title: '查看',
|
|
area: ['70%', '90%'],
|
|
area: ['70%', '90%'],
|
|
@@ -327,7 +344,7 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
function update(url) {
|
|
function update(url) {
|
|
- top.layer.open({
|
|
|
|
|
|
+ layer.open({
|
|
type: 2,
|
|
type: 2,
|
|
title: '修改工程',
|
|
title: '修改工程',
|
|
area: ['70%', '90%'],
|
|
area: ['70%', '90%'],
|