瀏覽代碼

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

Howie 1 年之前
父節點
當前提交
9a2ce212ed
共有 2 個文件被更改,包括 525 次插入285 次删除
  1. 525 282
      package-lock.json
  2. 0 3
      src/views/finance/standbook_list.vue

文件差異過大導致無法顯示
+ 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
         }

部分文件因文件數量過多而無法顯示