修复导出付费成长明细
This commit is contained in:
@@ -110,6 +110,7 @@
|
|||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<form class="form-horizontal" id="searchForm" action="/admin/flowDataBatchSearch/growExport"
|
<form class="form-horizontal" id="searchForm" action="/admin/flowDataBatchSearch/growExport"
|
||||||
method="get" target="_blank">
|
method="get" target="_blank">
|
||||||
|
<input type="hidden" id="batchId" name="batchId"/>
|
||||||
<div id="growTable"></div>
|
<div id="growTable"></div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
@@ -295,6 +296,7 @@ export default {
|
|||||||
const startTime = currentData.startTime;
|
const startTime = currentData.startTime;
|
||||||
const endTime = currentData.endTime;
|
const endTime = currentData.endTime;
|
||||||
const roomName = currentData.roomName;
|
const roomName = currentData.roomName;
|
||||||
|
$('#batchId').val(id);
|
||||||
$('#growModalLabel').html('【' + name + '】的付费成长数据');
|
$('#growModalLabel').html('【' + name + '】的付费成长数据');
|
||||||
$('#batchInfo').html('场次名称:' + name + ' 房间:' + roomName + ' 时间:' + startTime + '-' + endTime);
|
$('#batchInfo').html('场次名称:' + name + ' 房间:' + roomName + ' 时间:' + startTime + '-' + endTime);
|
||||||
$('#growTable').bootstrapTable('destroy');
|
$('#growTable').bootstrapTable('destroy');
|
||||||
|
Reference in New Issue
Block a user