hbchen 1 год назад
Родитель
Сommit
3a04b04852
1 измененных файлов с 3 добавлено и 12 удалено
  1. 3 12
      src/views/financialStatistics/commodityPayment.vue

+ 3 - 12
src/views/financialStatistics/commodityPayment.vue

@@ -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">