From fdf0f9d0ae6659d4110aee59bcf9216f9e0fac7f Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期一, 02 十二月 2024 15:25:19 +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