correctionproject.jsp 8.85 KB
<%@ page language="java" contentType="text/html; charset=UTF-8"
	pageEncoding="UTF-8"%>
<%-- <%@ taglib prefix="sec" --%>
<%-- 	uri="http://www.springframework.org/security/tags"%> --%>
<%
	String contextPath = request.getContextPath();
	String basePath = request.getScheme() + "://"
			+ request.getServerName() + ":" + request.getServerPort()
			+ request.getContextPath();
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<%-- <jsp:include page="../jspinc/inceasyui.jsp"></jsp:include> --%>
<title>补正项目</title>
<link href="../../libs/layui2/css/layui.css" rel="stylesheet" />
<jsp:include page="projectinclude.jsp"></jsp:include>
<!-- <link href="../../libs/zui/css/zui.datatable.css" rel="stylesheet" /> -->
<link href="../../css/projecttask/dealingproject.css" rel="stylesheet" />
<script src="../../common/js/config.js"></script>
<script src="../../common/js/global/global.localStorage.js"></script>
<script src="../../js/common.js"></script>
<script src="../../js/projecttask/common.js"></script>

<script type="text/javascript" src="../../libs/layui2/layui.js"></script>
<script type="text/javascript" src="../../js/projecttask/dataTable.js"></script>
<!-- <script src="../../libs/zui/js/zui.js"></script>
<script src="../../libs/zui/js/zui.datatable.js"></script> -->
<script src="../../libs/vue/vue.js"></script>
<script src="../../js/projecttask/js/projectDate.js"></script>
<script src="../../js/projecttask/calculateTime.js"></script>
<!--hyh 修改  将路径改为审批内calculateTime.js 2017/10/14 -->

<script src="../../common/js/resourceAuthory.js" type="text/javascript">

</script>
<script src="../../js/projecttask/correctionproject.js"></script>
<style>
nav span {
	font-size: 14px !important;
}

.jedatebox .jedateym .prev, .jedatebox .jedateym .next {
	margin-top: 10px;
}

.btn-group bootstrap-select {
	margin-right: 10px;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){width:auto}::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #e6e5e5;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #e6e5e5;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #e6e5e5;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #e6e5e5;
}

.trstyle {
	font-weight: bold;
	color: black;
}

.btn-default {
	border-color: #0096eb
}

.div-search {
	border-color: #0096eb
}

.search {
	margin-left: 15px;
	float: left;
}

.search select {
	width: 190px;
	height: 30px;
	border: 1px solid #cac8c8;
	border-radius: 2px;
}
.layui-table td {
	border-width: 0 0 1px;
}
table tbody {
	/* 	display:block;
	height:496px;
	overflow-y:scroll; */
	height: 100%
}

/*table thead, tbody tr {
display:table;
width:100%;
table-layout:fixed;
}

table thead {
width: calc( 100% - 9px )
}
 .table>tbody>tr>td{
	border-top:none;
} */
</style>
<!--ljy 2017-09-06 添加  -->
<style>
tr td {
	cursor: pointer;
}

.bindingAssignee {
	color: #0096eb;
	font-size: 15px;
	margin-left: -26px;
	margin-top: 6px;
	cursor: pointer;
}

.search input[type="text"] {
	border: 1px solid #cac8c8;
	height: 30px;
	width: 200px;
}

.projectTypes {
	color: #0096eb;
	font-size: 15px;
	position: relative;
	margin-left: -26px;
	margin-top: 6px;
	cursor: pointer;
}

.remove {
	position: absolute;
	color: red;
	font-size: 15px;
	top: 25px;
	margin-left: -32px;
	cursor: pointer;
}

/*td, th {
    padding: 8px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    height:40px;
    font-size:12px;
}

*/

/*  */
table tbody {
	display: block;
	/* height:195px; */
	min-height: 60px;
	/* overflow-y:scroll; */
	overflow-y: auto;
	overflow-x: hidden;
}

table thead, tbody tr {
	display: table;
	width: 100%;
	/*table-layout: fixed;固定列宽*/
}

table thead {
	background-color: #f2f2f2;
	/*  width: calc( 100% - 10px )  */ /* 减去滚动条的宽度 10*/
	/*  width: calc( 100% - 1em )  */
}

table thead th {
	text-overflow: ellipsis;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6;
}

td, th {
	/* padding:5px 0; */
	white-space: normal; /* 新添加 */
}

#datalist .flowtypeParent td {
	overflow: inherit;
	/* cursor: default; */
	white-space: nowrap; /* 添加 */
}

#datalist .flowtypeParent {
	/* background-color: #efeff7; */
	background-color: #d5dde4;
	color: rgb(36, 162, 233);
}

#datalist .flowtypeParent .iconTd {
	cursor: pointer;
}

#workingsTabDiv {
	border: 1px solid #e6e6e6;
	margin: 10px 0;
	margin-bottom: 0;
	/*  border: 1px solid rgb(230, 230, 230); */
	overflow-x: auto;
}

#nvaTab {
	margin: 0px 0px;
}

/* th:not(.checkboxCls){
font-size: 12px;
padding: 0px 15px;
}  */
td:not(.checkboxCls),th:not(.checkboxCls){
font-size:12px;
padding:5px 15px;
}
th {
	font-weight: normal;
}

input[type=checkbox] {
	width: 18px;
	height: 18px;
}

.checkboxCls {
	text-align: center;
}

/*#datalist .statusIcon {
	text-overflow: clip;
}*/

tr td:first-child {
	padding: 8px 5px;
}

.tableCell {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
	white-space: pre-line !important; /* 保留空白符序列,但是正常地进行换行。 */
	word-break: break-all !important; /* 允许在单词内换行*/
}
.btn-badge  {
	top: -5px;
	right: -10px;
	position: relative;
	border-radius: 10px;
	transform: translateY(-50%) translateX(100%);
}
.w-badge {
	margin: 0px !important;
	display: none;
}
</style>


</head>
<body style="padding: 16px;">

	<div class="data-operation">
		<div class="button-operation">
			<sec:authorize url="/mvc/project/list/starts.do">
				<button class="btn btn-info " type="button" style="display: none;"
					onclick="openlayer_type()">
					<span class="glyphicon glyphicon-download-alt"
						style="font-size: 15px"></span> <a class="bumpbox_white">接件</a>
				</button>
				<!-- 工建系统对接入口 -->
				<button class="btn btn-info " type="button" onclick="WaitingToStart()" style="display: none;">
					<span class="glyphicon glyphicon-download-alt" style="font-size: 15px"></span>
					<a class="bumpbox_white">待处理</a>
					<span class="layui-badge layui-bg-blue w-badge"></span>
				</button>
				<button class="btn btn-info " type="button" style="display: none;"
					onclick="openRefreshList()">
					<span class="glyphicon glyphicon-refresh" style="font-size: 15px"></span>
					<a class="bumpbox_white">刷新</a>
				</button>
				<button id="endButton" class="btn buttonStatusStyle disabled"
					type="button" style="display: none;" onclick="openlayer_endtask()">
					<span class="glyphicon glyphicon-stop" style="font-size: 15px"></span>
					<a class="bumpbox_white">退件办结</a>
					<!-- 结束改为退件办结 2018年12月5日 yyl-->
				</button>
				<button id="continueProject" class="btn buttonStatusStyle disabled"
					type="button" style="display: none;" onclick="openlayer_continue()">
					<span class="glyphicon glyphicon-play-circle"
						style="font-size: 15px"></span> <a class="bumpbox_white">续办</a>
				</button>
				<button id="journal" class="btn buttonStatusStyle disabled"
					type="button" style="display: none;" onclick="openJournal()">
					<span class="glyphicon glyphicon-list-alt" style="font-size: 15px"></span>
					<a class="bumpbox_white">日志</a>
				</button>
				<button id="projectTreebtn" class="btn buttonStatusStyle disabled"
					type="button" style="display: none;" onclick="openlayer_tree()">
					<span class="glyphicon glyphicon-tree-conifer"
						style="font-size: 15px"></span> <a class="bumpbox_white">项目树</a>
				</button>
			</sec:authorize>
		</div>

		<div class="div-search" style="width: 20.41%;">
			<input id="searchInput" type="text" placeholder="搜索待办项目"
				style="width: 82%;" /> <img id="searchBtn"
				src="../../image/projecttask/search.png"
				style="margin-right: 10px; margin-top: 5px; width: 20px; height: 20px; float: right;" />
		</div>
		<div id="optionType" style="width:300px;" class="search">
			<label>业务类型</label> <input id="projectTypes" type="text"
				oninput="valchange(this)" style="padding-right: 38px;" /> <a
				class="glyphicon glyphicon-plus bindingAssignee" title="选择类型"
				onclick="selectProjecType()"></a>
		</div>
	</div>
	<div class="clearboth"></div>

	<div style="border-bottom: 1px solid #cac8c8; margin-top: 5px;"></div>

	<!-- 以下更改lhy -->
	<div id="workingsTabDiv">

	</div>
	<!-- 以上更改 -->

	<div id="nvaTab" style="visibility: hidden; width: 100%">
		<table class="layui-hide" id="dataList" lay-filter="listEvent"></table>
		<div id="page" style="float: right"></div>
	</div>

	<div id="msg"
		style="display: none; position: absolute; top: 50%; left: 50%;">
		<div
			style="color: #b9b4b4; font-size: 20px; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);">没有相关数据</div>
	</div>

</body>



</html>