From a0b97eb8e934ba28b9e51824d4cbbcc99cc70e17 Mon Sep 17 00:00:00 2001
From: charles <981744753@qq.com>
Date: 星期四, 18 七月 2024 23:08:00 +0800
Subject: [PATCH] fxi:解决发货bug

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