From 056c68b2080c28fa23eb08324ae4594a0ecd6b52 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 16 十月 2023 21:16:45 +0800
Subject: [PATCH] 销售明细,退货单、退款单根据客户进行筛选

---
 src/views/other/commonDialog/SelectCommonDialog.vue |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue
index 3df5f0c..c983bd5 100644
--- a/src/views/other/commonDialog/SelectCommonDialog.vue
+++ b/src/views/other/commonDialog/SelectCommonDialog.vue
@@ -68,7 +68,7 @@
           editVisible: false,
           title: "",
           clientId: 0,
-          tableInfomation: []
+          tableInfomation: [],
         }
       }
     }
@@ -349,8 +349,9 @@
     // 閿�鍞槑缁嗗崟
     async getSalesDetailsList() {
       await getSalesDetailsList({
-        keyword: this.keyword,
-        keywordType: this.keywordType,
+        // keyword: this.keyword,
+        // keywordType: this.keywordType,
+        clientId:this.editCommonConfig.clientId,
         page: this.pagerOptions.currPage,
         pageSize: this.pagerOptions.pageSize
       }).then((res) => {
@@ -430,8 +431,9 @@
     },
     async getSalesReturnList() {
       await getSalesReturnList({
-        keyword: this.keyword,
-        keywordType: this.keywordType,
+        // keyword: this.keyword,
+        // keywordType: this.keywordType,
+        clientId:this.editCommonConfig.clientId,
         page: this.pagerOptions.currPage,
         pageSize: this.pagerOptions.pageSize
       }).then((res) => {

--
Gitblit v1.8.0