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();