|
|
|
@ -13,7 +13,7 @@
|
|
|
|
<span class="selector-item__label">资产名称:</span>
|
|
|
|
<span class="selector-item__label">资产名称:</span>
|
|
|
|
<Input v-model="select.keyword" style="width: 120px;margin-right: 10px;" placeholder="资产名称搜索" />
|
|
|
|
<Input v-model="select.keyword" style="width: 120px;margin-right: 10px;" placeholder="资产名称搜索" />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- <DatePicker @on-change="changeDate" type="daterange" split-panels placeholder="请选择日期" style="width: 200px"></DatePicker> -->
|
|
|
|
<DatePicker @on-change="changeDate" type="daterange" split-panels placeholder="请选择日期" style="width: 200px"></DatePicker>
|
|
|
|
<Button type="primary" style="margin-left: 10px;" @click="getindex">查询</Button>
|
|
|
|
<Button type="primary" style="margin-left: 10px;" @click="getindex">查询</Button>
|
|
|
|
<Button type="primary" style="margin-left: 10px;"
|
|
|
|
<Button type="primary" style="margin-left: 10px;"
|
|
|
|
@click="exportExcel(new Date().getTime().toString())">导出</Button>
|
|
|
|
@click="exportExcel(new Date().getTime().toString())">导出</Button>
|
|
|
|
@ -218,6 +218,7 @@
|
|
|
|
page_size: 99999,
|
|
|
|
page_size: 99999,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
table_name: this.customForm.tableName,
|
|
|
|
table_name: this.customForm.tableName,
|
|
|
|
|
|
|
|
range:this.dateRanges,
|
|
|
|
// is_export:this.select.is_export,
|
|
|
|
// is_export:this.select.is_export,
|
|
|
|
filter: [{
|
|
|
|
filter: [{
|
|
|
|
"key": "wuzibianma",
|
|
|
|
"key": "wuzibianma",
|
|
|
|
@ -272,6 +273,7 @@
|
|
|
|
page_size: this.select.pageSize,
|
|
|
|
page_size: this.select.pageSize,
|
|
|
|
page: this.select.pageIndex,
|
|
|
|
page: this.select.pageIndex,
|
|
|
|
table_name: this.customForm.tableName,
|
|
|
|
table_name: this.customForm.tableName,
|
|
|
|
|
|
|
|
range:this.dateRanges,
|
|
|
|
// is_export:this.select.is_export,
|
|
|
|
// is_export:this.select.is_export,
|
|
|
|
filter: [{
|
|
|
|
filter: [{
|
|
|
|
"key": "wuzibianma",
|
|
|
|
"key": "wuzibianma",
|
|
|
|
|