From 780d8b6476eb7cdf07042edec04915d686d44594 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期三, 18 十月 2023 20:48:39 +0800
Subject: [PATCH] 库存调整、库存报表、位置报表参数调整

---
 src/views/reportForm/inboundOutboundDetail/index.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/reportForm/inboundOutboundDetail/index.vue b/src/views/reportForm/inboundOutboundDetail/index.vue
index 46a21b5..c31f520 100644
--- a/src/views/reportForm/inboundOutboundDetail/index.vue
+++ b/src/views/reportForm/inboundOutboundDetail/index.vue
@@ -168,7 +168,10 @@
     async getData() {
       if (this.params.name === "鎶ヨ〃") {
         await getHistory({
-          productId: this.params.id,
+          keyWord:this.params.row.productTypeName,
+          produceId:this.params.row.id,
+          productName:this.params.row.productName,
+          unit:this.params.row.unit,
           page: this.pagerOptions.currPage,
           pageSize: this.pagerOptions.pageSize
         }).then((res) => {

--
Gitblit v1.8.0