From 6156331374cefbe908c5aeaebda911646c1d5f10 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期四, 14 十一月 2024 10:35:48 +0800
Subject: [PATCH] 1.递交
---
src/views/produce/stepReport.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/produce/stepReport.vue b/src/views/produce/stepReport.vue
index f890cf1..c2900b7 100644
--- a/src/views/produce/stepReport.vue
+++ b/src/views/produce/stepReport.vue
@@ -1410,9 +1410,9 @@
if (res.code === '200') {
this.$notify.success('鎶ュ伐鎴愬姛锛�')
- if (this.rowData.isend === 'Y') {
- await this.handleProductInHouseOrderSeave('B', inbarcode)
- }
+ // if (this.rowData.isend === 'Y') {
+ // await this.handleProductInHouseOrderSeave('B', inbarcode)
+ // }
// await this.search()
await this.tabClick()
@@ -1523,9 +1523,9 @@
const res = await SavaMesOrderStepIn(data)
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()
this.$store.state.app.buttonIsDisabled = false
--
Gitblit v1.9.3