Explorar o código

fix: 台账经销商导出去掉经销商名称参数

Howie hai 1 ano
pai
achega
9a2ce212ed
Modificáronse 2 ficheiros con 525 adicións e 285 borrados
  1. 525 282
      package-lock.json
  2. 0 3
      src/views/finance/standbook_list.vue

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 525 - 282
package-lock.json


+ 0 - 3
src/views/finance/standbook_list.vue

@@ -596,7 +596,6 @@ export default {
           pageSize: this.pageSize,
           pageNum: this.currentPage,
           type: this.bill,
-          customerName: this.$route.query.customerName,
           customerNumber: this.$route.query.customerNumber,
           enginRecordNo: this.searchForm.enginRecordNo
         }
@@ -606,7 +605,6 @@ export default {
           pageSize: this.pageSize,
           pageNum: this.currentPage,
           type: this.bill,
-          customerName: this.$store.state.user.customerName,
           customerNumber: this.$store.state.user.customerNumber,
           enginRecordNo: this.searchForm.enginRecordNo
         }
@@ -616,7 +614,6 @@ export default {
           pageSize: this.pageSize,
           pageNum: this.currentPage,
           type: this.bill,
-          customerName: this.customerName,
           customerNumber: this.customerNumber || this.searchForm.customerNumber,
           enginRecordNo: this.searchForm.enginRecordNo
         }

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio