From 1d0cf4bc401520992b57acd806c7d4afb55adaec Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 13 十一月 2024 13:15:17 +0800
Subject: [PATCH] 1.T+入库记录 完成

---
 src/views/produce/stepReport2.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/produce/stepReport2.vue b/src/views/produce/stepReport2.vue
index 6f624a2..93af515 100644
--- a/src/views/produce/stepReport2.vue
+++ b/src/views/produce/stepReport2.vue
@@ -1450,9 +1450,9 @@
               this.$notify.success('鎶ュ伐鎴愬姛锛�')
               // await this.search()
 
-              if (this.rowData.isend === 'Y') {
-                await this.handleProductInHouseOrderSeave('B', inbarcode)
-              }
+              // if (this.rowData.isend === 'Y') {
+              //   await this.handleProductInHouseOrderSeave('B', inbarcode)
+              // }
 
               await this.tabClick()
               this.$store.state.app.buttonIsDisabled = false
@@ -1563,9 +1563,9 @@
             if (res.code === '200') {
               this.$notify.success('鏀舵枡鎴愬姛锛�')
 
-              if (this.rowData.isend === 'Y') {
-                await this.handleProductInHouseOrderSeave('S', inbarcode)
-              }
+              // if (this.rowData.isend === 'Y') {
+              //   await this.handleProductInHouseOrderSeave('S', inbarcode)
+              // }
 
               // await this.search()
               await this.tabClick()

--
Gitblit v1.9.3