diff --git a/src/views/inventory/InvPlaceChangeModify.vue b/src/views/inventory/InvPlaceChangeModify.vue
index b3b5f3d4..6d7e90a1 100644
--- a/src/views/inventory/InvPlaceChangeModify.vue
+++ b/src/views/inventory/InvPlaceChangeModify.vue
@@ -249,6 +249,7 @@ export default {
       };
       this.codeArray = [];
       this.list = [];
+      this.orderId=null;
       //光标切回货位框
       this.$refs.spaceInputRef.focus();
     },