From dfc065db38c3ce733cdb6c2c3ded8dff38e0fb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Tue, 9 May 2023 16:26:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=B5=84=E6=91=86=E6=94=BE=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvCheckPlace.vue | 2 +- src/views/inventory/InvPlace.vue | 1 - src/views/inventory/InvPlaceChangeModify.vue | 2 +- src/views/inventory/InvProductPlaceOutModify.vue | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/inventory/InvCheckPlace.vue b/src/views/inventory/InvCheckPlace.vue index ccd41f48..2f0d0e8b 100644 --- a/src/views/inventory/InvCheckPlace.vue +++ b/src/views/inventory/InvCheckPlace.vue @@ -180,7 +180,7 @@ export default { invCode: this.$store.getters.locInvCode, invSpaceCode: null, code: null, - type: 1, + type: 3, orderId: null, productName: null, nameCode: null, diff --git a/src/views/inventory/InvPlace.vue b/src/views/inventory/InvPlace.vue index d8dabfec..db62e1cb 100644 --- a/src/views/inventory/InvPlace.vue +++ b/src/views/inventory/InvPlace.vue @@ -114,7 +114,6 @@ - diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue index c7aaeeb8..79bfdd31 100644 --- a/src/views/inventory/InvPlaceChangeModify.vue +++ b/src/views/inventory/InvPlaceChangeModify.vue @@ -227,7 +227,7 @@ export default { bindInvSpace(params) .then((res) => { if (res.code === 20000) { - this.$message.success("上架成功"); + this.$message.success("变更成功"); this.clearFormData(); this.$nextTick(() => { this.$refs.spaceInputRef.focus(); diff --git a/src/views/inventory/InvProductPlaceOutModify.vue b/src/views/inventory/InvProductPlaceOutModify.vue index 5d69982c..aaaa52fa 100644 --- a/src/views/inventory/InvProductPlaceOutModify.vue +++ b/src/views/inventory/InvProductPlaceOutModify.vue @@ -148,7 +148,7 @@ export default { unbindInvOrderSpace(params) .then((res) => { if (res.code === 20000) { - this.$message.success("上架成功"); + this.$message.success("下架成功"); this.clearFormData(); this.$nextTick(() => { this.$refs.spaceInputRef.focus();