|
@@ -94,7 +94,7 @@
|
|
|
<!--插槽:table标题-->
|
|
|
<template #tableTitle>
|
|
|
<a-button type="primary" v-auth="'saleCode:sale_invoice:add'" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增(add)</a-button>
|
|
|
- <a-button type="primary" v-auth="'saleCode:sale_invoice:exportXls'" preIcon="ant-design:export-outlined" @click="ccc">
|
|
|
+ <a-button type="primary" v-auth="'saleCode:sale_invoice:exportXls'" preIcon="ant-design:export-outlined" @click="preProcessingExport">
|
|
|
<!-- <a-button type="primary" v-auth="'saleCode:sale_invoice:exportXls'" preIcon="ant-design:export-outlined" @click="onExportXls"> -->
|
|
|
导出(export)</a-button
|
|
|
>
|
|
@@ -431,7 +431,7 @@
|
|
|
}
|
|
|
|
|
|
}
|
|
|
- async function ccc(){
|
|
|
+ async function preProcessingExport(){
|
|
|
if(queryParam.billDate&&queryParam.billDate.length!==0){
|
|
|
var bv = Object.assign({}, queryParam);
|
|
|
var obj = await setRangeQuery()
|