|
@@ -33,11 +33,11 @@
|
|
|
|
|
|
<div class="full-width fl">
|
|
<div class="full-width fl">
|
|
<div class="contentShadow layui-form contentDetails">
|
|
<div class="contentShadow layui-form contentDetails">
|
|
- <div class="nav-btns">
|
|
|
|
|
|
+ <%--<div class="nav-btns">
|
|
<button class="nav-btn nav-btn-refresh" data-toggle="tooltip" data-placement="left" onclick="getOne()" title="领取"><i class="fa fa-plus"></i> 领一个</button>
|
|
<button class="nav-btn nav-btn-refresh" data-toggle="tooltip" data-placement="left" onclick="getOne()" title="领取"><i class="fa fa-plus"></i> 领一个</button>
|
|
-<%-- <button class="nav-btn nav-btn-refresh" data-toggle="tooltip" data-placement="left" onclick="getMore()" title="领取"><i class="fa fa-plus"></i> 领多个</button>--%>
|
|
|
|
|
|
+ <button class="nav-btn nav-btn-refresh" data-toggle="tooltip" data-placement="left" onclick="getMore()" title="领取"><i class="fa fa-plus"></i> 领多个</button>
|
|
<div style="clear: both;"></div>
|
|
<div style="clear: both;"></div>
|
|
- </div>
|
|
|
|
|
|
+ </div>--%>
|
|
<%--<table class="oa-table layui-table" id="contentTable">
|
|
<%--<table class="oa-table layui-table" id="contentTable">
|
|
</table>--%>
|
|
</table>--%>
|
|
<table id="permissionTable" class="layui-table" lay-filter="permissionTable"></table>
|
|
<table id="permissionTable" class="layui-table" lay-filter="permissionTable"></table>
|
|
@@ -105,7 +105,7 @@
|
|
treeSpid: 0,//最上级的父级id
|
|
treeSpid: 0,//最上级的父级id
|
|
treeIdName: 'permissionId',//id字段的名称
|
|
treeIdName: 'permissionId',//id字段的名称
|
|
treePidName: 'pid',//pid字段的名称
|
|
treePidName: 'pid',//pid字段的名称
|
|
- treeDefaultClose: true,//是否默认折叠
|
|
|
|
|
|
+ treeDefaultClose: false,//是否默认折叠
|
|
treeLinkage: true,//父级展开时是否自动展开所有子级
|
|
treeLinkage: true,//父级展开时是否自动展开所有子级
|
|
elem: '#permissionTable',
|
|
elem: '#permissionTable',
|
|
url: '${ctx}/projectreportnum/projectReportNum/getReportNumList?projectId=${projectId}&reportType=${reportType}',
|
|
url: '${ctx}/projectreportnum/projectReportNum/getReportNumList?projectId=${projectId}&reportType=${reportType}',
|
|
@@ -113,6 +113,8 @@
|
|
cols: [[
|
|
cols: [[
|
|
{field:'index',align:'center',width:120, title: '序号'},
|
|
{field:'index',align:'center',width:120, title: '序号'},
|
|
{field:'num',align:'center', title: '报告号'},
|
|
{field:'num',align:'center', title: '报告号'},
|
|
|
|
+ {field:'stageName',align:'center', title: '阶段'},
|
|
|
|
+ {field:'typeName',align:'center', title: '工作内容'},
|
|
{templet: complain, title: '操作',width:130}
|
|
{templet: complain, title: '操作',width:130}
|
|
]],
|
|
]],
|
|
done: function () {
|
|
done: function () {
|