Browse Source

销售发票-方法名修改

jingbb 1 month ago
parent
commit
2212f2b21f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/saleCode/salesInvoice/salesInvoiceList.vue

+ 2 - 2
src/views/saleCode/salesInvoice/salesInvoiceList.vue

@@ -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()