From 7763948ad5ff19ee0a45b09cbb9f53ee86eb4975 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期五, 22 三月 2024 15:58:24 +0800
Subject: [PATCH] 新建入库、库存调拨、新建出库报错问题修改
---
src/views/operate/inventoryAdjustment/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/operate/inventoryAdjustment/index.vue b/src/views/operate/inventoryAdjustment/index.vue
index e97a63b..04e6dd7 100644
--- a/src/views/operate/inventoryAdjustment/index.vue
+++ b/src/views/operate/inventoryAdjustment/index.vue
@@ -136,6 +136,7 @@
this.pagerOptions.totalCount = res.total
}
})
+
},
// 鎿嶄綔杈撳叆
inputContent(val, prop, row) {
@@ -315,9 +316,10 @@
this.locationId = item.value
},
// 閫変腑浜у搧鏂规硶
- selProductClick(item) {
- console.log(item)
- this.productId = item.value
+ selProductClick(value, item) {
+ if (value === "product") {
+ this.productId = item.productId
+ }
},
// 鑾峰彇褰撳墠鏃堕棿
currentTime() {
--
Gitblit v1.8.0