|
@@ -11,6 +11,11 @@
|
|
|
<p id = "reportTitle" style="margin:15px; font-size : 20px"></p>
|
|
|
<table id="reportTable" class="layui-table"></table>
|
|
|
</div>
|
|
|
+ <div class="layui-form-item box-button display" style="justify-content: flex-end;-webkit-justify-content: flex-end;">
|
|
|
+ <div class="layui-input-block" id="goBack" onclick="downLoadFujian()">
|
|
|
+ <button class="layui-btn">导出</button>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<script>
|
|
|
var pageId = getQueryString("pageId");
|
|
|
var reportId = getQueryString("reportId"); //报告id
|
|
@@ -122,6 +127,13 @@
|
|
|
,even: true //开启隔行背景
|
|
|
});
|
|
|
})
|
|
|
+
|
|
|
+ //穿透导出详情
|
|
|
+ function downLoadFujian() {
|
|
|
+ var data = {reportId : reportId,chuantouType : chuantouType};
|
|
|
+ exportExcel("../../TQTDReportAction/reportInfFujianChuantou",data);
|
|
|
+ }
|
|
|
+
|
|
|
</script>
|
|
|
</body>
|
|
|
|