|
@@ -137,8 +137,8 @@ const moment = inject('$moment')
|
|
|
commodityPList()
|
|
|
}
|
|
|
|
|
|
- const dataExport=(value)=>{
|
|
|
- getInvoicePaymentList({...searchParams,is_export:1,list_param:value}).then(res=>{
|
|
|
+ const dataExport=()=>{
|
|
|
+ getInvoicePaymentList({...searchParams,is_export:1,list_param:0}).then(res=>{
|
|
|
downloadByFlow(res,'xlsx','商品到款统计表')
|
|
|
})
|
|
|
}
|
|
@@ -428,16 +428,7 @@ const moment = inject('$moment')
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-dropdown trigger="click" popper-class="classifyFandQ" size="large" @command="dataExport">
|
|
|
- <el-button style="margin-bottom: 10px;" size="large" class="element-common-button">导出</el-button>
|
|
|
- <template #dropdown>
|
|
|
- <el-dropdown-menu>
|
|
|
- <el-dropdown-item :command="0">FICC&权益</el-dropdown-item>
|
|
|
- <el-dropdown-item :command="1">FICC</el-dropdown-item>
|
|
|
- <el-dropdown-item :command="2">权益</el-dropdown-item>
|
|
|
- </el-dropdown-menu>
|
|
|
- </template>
|
|
|
- </el-dropdown>
|
|
|
+ <el-button style="margin-bottom: 10px;" size="large" class="element-common-button" @click="dataExport">导出</el-button>
|
|
|
|
|
|
</div>
|
|
|
<div class="table-zone">
|