|
@@ -566,13 +566,13 @@
|
|
|
<div style=" clear:both;"></div>
|
|
|
</div>
|
|
|
<div id="moresees" style="clear:both;display:none;height: 70px;">
|
|
|
- <%--<div class="layui-item query athird">
|
|
|
+ <div class="layui-item query athird">
|
|
|
<label class="layui-form-label">提交人:</label>
|
|
|
<div class="layui-input-block with-icon">
|
|
|
<sys:inquireselectUserNotReadolny id="createUser" name="createUserId" value="${workProjectNotify.createUserId}" labelName="createUserName" labelValue="${workProjectNotify.createUserName}" cssStyle="background-color: #fff"
|
|
|
title="用户" url="/sys/office/treeDataAll?type=3" cssClass="form-control layui-input" allowClear="true" notAllowSelectParent="true"/>
|
|
|
</div>
|
|
|
- </div>--%>
|
|
|
+ </div>
|
|
|
<div class="layui-item query athird">
|
|
|
<label class="layui-form-label">创建时间:</label>
|
|
|
<div class="layui-input-block">
|
|
@@ -833,9 +833,9 @@
|
|
|
,{align:'center',title: '内容', minWidth:150,templet:function(d){
|
|
|
return "<span title='"+ d.content +"'>" + d.content + "</span>";
|
|
|
}}
|
|
|
- /*,{align:'center',title: '提交人', width:80,templet:function(d){
|
|
|
+ ,{align:'center',title: '提交人', width:80,templet:function(d){
|
|
|
return "<span title='"+ d.initiator +"'>" + d.initiator + "</span>";
|
|
|
- }}*/
|
|
|
+ }}
|
|
|
,{align:'center',title: '审核人', width:80,templet:function(d){
|
|
|
return "<span title='"+ d.submit +"'>" + d.submit + "</span>";
|
|
|
}}
|