From 6f1e210726050dfc1d1ddf97b00a780fc7e8805c Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期三, 27 十一月 2024 14:04:42 +0800
Subject: [PATCH] 1.工序检验优化
---
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