Selaa lähdekoodia

审批流程(点击提交意见可查看详情)

[user3] 3 vuotta sitten
vanhempi
commit
39948a2069
1 muutettua tiedostoa jossa 10 lisäystä ja 1 poistoa
  1. 10 1
      src/main/webapp/webpage/modules/act/actTaskHistoricFlow.jsp

+ 10 - 1
src/main/webapp/webpage/modules/act/actTaskHistoricFlow.jsp

@@ -16,6 +16,15 @@
 		display: inline-block;
 	}
 </style>
+<script>
+	function readOpenInfo(value) {
+		layer.open({
+			title: '意见',
+			btn: ['关闭'],
+			content: value
+		});
+	}
+</script>
 <div class="layui-col-sm12 layui-col-md12 layui-col-lg12 workflow-table">
 	<table id="spLiu" class="table table-striped table-bordered table-hover table-condensed details">
 		<thead>
@@ -107,7 +116,7 @@
 							<span>流程结束</span>
 						</c:when>
 						<c:otherwise>
-							<span title="${act.comment }">${act.comment }</span>
+							<span title="${act.comment }" onclick="readOpenInfo('${act.comment}')">${act.comment }</span>
 						</c:otherwise>
 					</c:choose>