From 58e803fffe35d5ac39599d5ad6b3359e374b1808 Mon Sep 17 00:00:00 2001
From: zuozhengqing <a13193816592@163.com>
Date: 星期一, 23 十月 2023 12:03:53 +0800
Subject: [PATCH] 库存调整-历史路由跳转添加字段

---
 src/views/overview/AddOverviewDialog.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/overview/AddOverviewDialog.vue b/src/views/overview/AddOverviewDialog.vue
index 0bc9ac6..1b83e7d 100644
--- a/src/views/overview/AddOverviewDialog.vue
+++ b/src/views/overview/AddOverviewDialog.vue
@@ -516,6 +516,7 @@
         contacterName = Object.keys(this.contacterObj).length === 0 ? data.contacterName : this.contacterObj.label
       }
       let params = {
+        baseOperationType:data.baseOperationType,
         comment: data.comment || "",
         companyID: companyID,
         companyName: companyName,
@@ -571,7 +572,7 @@
           // { label: "璇存槑", prop: "number", input: true },
           // { label: "鏃ユ湡", prop: "amount", date: true, isRequird: true },
           // { label: "鎴鏃ユ湡", prop: "price", date: true },
-          { label: "瀹屾垚", prop: "amount", inputFloat: true },
+          { label: "鏁伴噺", prop: "amount", inputFloat: true },
           { label: "璁¢噺鍗曚綅", prop: "unit" }
         ]
       }

--
Gitblit v1.8.0