|
@@ -32,15 +32,29 @@
|
|
.layui-icon-file{
|
|
.layui-icon-file{
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ .layui-btn-meself{
|
|
|
|
+ width: 80px;
|
|
|
|
+ }
|
|
|
|
+ .layui-meself-img1{
|
|
|
|
+ width: 15px;height:15px;
|
|
|
|
+ /*padding: 2px;*/
|
|
|
|
+ margin-bottom: 3px;
|
|
|
|
+ }
|
|
.layui-table-view .layui-table {width:100%}
|
|
.layui-table-view .layui-table {width:100%}
|
|
</style>
|
|
</style>
|
|
<body style="background-color: white ;height: 100%">
|
|
<body style="background-color: white ;height: 100%">
|
|
<sys:message content="${message}"/>
|
|
<sys:message content="${message}"/>
|
|
- <div style="margin-right: 20px">
|
|
|
|
- <a class="layui-btn" href="${ctx}/project/tolist">返回</a>
|
|
|
|
|
|
+ <div class="" style="margin-left: 10px;margin-right: 30px;margin-top: 10px;float: right">
|
|
|
|
+ <a type="button" class="layui-btn layui-btn-normal" href="${ctx}/project/tolist"><i class="layui-icon"></i>返回</a>
|
|
|
|
+ <%--<a class="layui-btn layui-btn-primary layui-btn-mesel" href="${ctx}/project/tolist"><img class="layui-meself-img1" src="${ctxp}/icon/back.png" alt=""> 返回</a>--%>
|
|
|
|
+ <%--<a class="layui-btn" ><i class="layui-icon"></i> 返回</a>--%>
|
|
|
|
+ <c:forEach items="${map.list1}" var="data1" varStatus="index">
|
|
|
|
+ <input id="type" hidden value="${data1.type}">
|
|
|
|
+ <a class="layui-btn layui-btn-warm" href="${ctx}/jkxl/export?id=${data1.id}&type=${data1.type}"><img class="layui-meself-img1" src="${ctxp}/icon/daochu2.png" alt=""> 导出</a>
|
|
|
|
+ </c:forEach>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
- <fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
|
|
|
|
|
|
+ <fieldset class="layui-elem-field layui-field-title" style="width: 100%">
|
|
<legend>结算汇总表</legend>
|
|
<legend>结算汇总表</legend>
|
|
</fieldset>
|
|
</fieldset>
|
|
<div class="" style="margin-left: 10px;margin-right: 10px;">
|
|
<div class="" style="margin-left: 10px;margin-right: 10px;">
|
|
@@ -51,10 +65,10 @@
|
|
<legend>本体部分</legend>
|
|
<legend>本体部分</legend>
|
|
</fieldset>
|
|
</fieldset>
|
|
<div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
|
|
<div class="" style="margin-left: 10px;margin-right: 10px;margin-top: 10px;">
|
|
- <c:forEach items="${map.list1}" var="data1" varStatus="index">
|
|
|
|
- <input id="type" hidden value="${data1.type}">
|
|
|
|
- <a class="layui-btn" href="${ctx}/jkxl/export?id=${data1.id}&type=${data1.type}">导出</a>
|
|
|
|
- </c:forEach>
|
|
|
|
|
|
+ <%--<c:forEach items="${map.list1}" var="data1" varStatus="index">--%>
|
|
|
|
+ <%--<input id="type" hidden value="${data1.type}">--%>
|
|
|
|
+ <%--<a class="layui-btn" href="${ctx}/jkxl/export?id=${data1.id}&type=${data1.type}">导出</a>--%>
|
|
|
|
+ <%--</c:forEach>--%>
|
|
<%--<table:importExcel url="${ctx}/propertycostreminder/propertyCostReminder/import"></table:importExcel>--%>
|
|
<%--<table:importExcel url="${ctx}/propertycostreminder/propertyCostReminder/import"></table:importExcel>--%>
|
|
<table id="table1" class="layui-table" lay-filter="table1"></table>
|
|
<table id="table1" class="layui-table" lay-filter="table1"></table>
|
|
</div>
|
|
</div>
|