|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<template>
|
|
|
|
|
<div>
|
|
|
|
|
<a-card :bordered="false" :bodyStyle="tstyle">
|
|
|
|
|
<!-- <a-card :bordered="false" :bodyStyle="tstyle">
|
|
|
|
|
<div class="table-page-search-wrapper" :class="advanced ? 'Open' : 'Close'">
|
|
|
|
|
<a-form layout="inline">
|
|
|
|
|
<a-row :gutter="48">
|
|
|
|
@ -17,16 +17,16 @@
|
|
|
|
|
<span class="table-page-search-submitButtons">
|
|
|
|
|
<a-button type="primary" @click="FnQuery">查询</a-button>
|
|
|
|
|
<a-button style="margin-left: 8px" @click="FnReset">重置</a-button>
|
|
|
|
|
<!-- <a @click="toggleAdvanced" style="margin-left: 8px">
|
|
|
|
|
<a @click="toggleAdvanced" style="margin-left: 8px">
|
|
|
|
|
{{ advanced ? '收起' : '展开' }}
|
|
|
|
|
<a-icon :type="advanced ? 'up' : 'down'" />
|
|
|
|
|
</a> -->
|
|
|
|
|
</a>
|
|
|
|
|
</span>
|
|
|
|
|
</a-col>
|
|
|
|
|
</a-row>
|
|
|
|
|
</a-form>
|
|
|
|
|
</div>
|
|
|
|
|
</a-card>
|
|
|
|
|
</a-card> -->
|
|
|
|
|
<a-card :bordered="false">
|
|
|
|
|
<vxe-toolbar>
|
|
|
|
|
<template #buttons>
|
|
|
|
@ -41,7 +41,7 @@
|
|
|
|
|
resizable
|
|
|
|
|
round
|
|
|
|
|
:loading="loading"
|
|
|
|
|
height="600px"
|
|
|
|
|
height="700px"
|
|
|
|
|
empty-text="没有更多数据了!"
|
|
|
|
|
>
|
|
|
|
|
<vxe-column type="seq" width="50" fixed="left"></vxe-column>
|
|
|
|
@ -128,10 +128,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
this.DisplayLoadData = Rdata
|
|
|
|
|
this.init()
|
|
|
|
|
},
|
|
|
|
|
FnReset() {
|
|
|
|
|
this.queryParam = {}
|
|
|
|
|
this.queryParam = { currentPage: 1, pageSize: 9999, Type: 'booking_default_value' }
|
|
|
|
|
this.DisplayLoadData = this.loadData
|
|
|
|
|
this.init()
|
|
|
|
|
},
|
|
|
|
|
confirm(e) {
|
|
|
|
|
this.FnDel(e)
|
|
|
|
|