From 051145654d6b1b5556c70f91ca29384a35aa5f7d Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 16 十一月 2023 13:46:38 +0800
Subject: [PATCH] 公共组件选择产品改为下拉可搜索框、库存调整、补货、上架规则、重订货规则修改

---
 src/views/warehouseManage/listingRules/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/warehouseManage/listingRules/index.vue b/src/views/warehouseManage/listingRules/index.vue
index bd4fda5..3e5914f 100644
--- a/src/views/warehouseManage/listingRules/index.vue
+++ b/src/views/warehouseManage/listingRules/index.vue
@@ -368,10 +368,11 @@
     },
     // 閫変腑浜у搧鏂规硶
     selProductClick(value, item) {
+      console.log(value, item)
       if (value === "product") {
         this.RuleType = 1
         this.tableList.tableColumn[2].productType = false
-        this.productId = item.id
+        this.productId = item.productId
         this.productCategoryId = item.categoryId
       } else if (value === "productType") {
         this.productCategoryId = item.id

--
Gitblit v1.8.0