From 4bcc804a6ec4eab6551717035be445d34e54dcde Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期六, 30 三月 2024 14:28:59 +0800
Subject: [PATCH] 销售明细单添加产品弹窗去掉之前要求的报价单numbe筛选条件

---
 src/views/other/commonDialog/SelectCommonDialog.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/other/commonDialog/SelectCommonDialog.vue b/src/views/other/commonDialog/SelectCommonDialog.vue
index 3603f67..ab5186b 100644
--- a/src/views/other/commonDialog/SelectCommonDialog.vue
+++ b/src/views/other/commonDialog/SelectCommonDialog.vue
@@ -467,9 +467,9 @@
         pageSize: this.pagerOptions.pageSize
       }
       // 鏍规嵁鎶ヤ环鍗曟煡璇骇鍝�
-      if (this.quotationNumber) {
-        params.quotationNumber = this.quotationNumber
-      }
+      // if (this.quotationNumber) {
+      //   params.quotationNumber = this.quotationNumber
+      // }
       await getProductList(params).then((res) => {
         console.log(res.data)
         if (res.code === 200) {

--
Gitblit v1.8.0