From 4d339741f0702a93127af2f4dc04f07a65ec7cde Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 19 十月 2023 14:01:36 +0800
Subject: [PATCH] 概述-列表出库,入库,调拨 时列表字段文案调整

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

diff --git a/src/views/overview/AddOverviewDialog.vue b/src/views/overview/AddOverviewDialog.vue
index 4b8465d..54a2cf0 100644
--- a/src/views/overview/AddOverviewDialog.vue
+++ b/src/views/overview/AddOverviewDialog.vue
@@ -410,10 +410,15 @@
         this.showEdit = false
         this.showFooter = true
         this.isValidateClick = false
-      } else if (this.editConfig.title === "鏌ョ湅" && this.editConfig.infomation.status !== 4) {
+      } else if (this.editConfig.title === "缂栬緫") {
         this.showButton = true
         this.showEdit = false
         this.isDelClick = true
+        this.showFooter = true
+      } else if (this.editConfig.title === "鏌ョ湅" && this.editConfig.infomation.status !== 4) {
+        this.showButton = true
+        this.showEdit = true
+        this.isDelClick = true
         this.showFooter = false
         if (this.editConfig.infomation.status === "瀹屾垚") {
           this.isValidateClick = false

--
Gitblit v1.8.0