From a8030d4021ae71fac2634f104f29d7aefabcb6d9 Mon Sep 17 00:00:00 2001
From: wangwei <1610949092@qq.com>
Date: Thu, 9 Mar 2023 13:55:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/inventory/InvCountOrderCompleted.vue | 2 +-
src/views/inventory/InvCountOrderModify.vue | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/inventory/InvCountOrderCompleted.vue b/src/views/inventory/InvCountOrderCompleted.vue
index 1db7e7d6..e9fbd1cc 100644
--- a/src/views/inventory/InvCountOrderCompleted.vue
+++ b/src/views/inventory/InvCountOrderCompleted.vue
@@ -51,7 +51,7 @@
{{ countTypeMap[scope.row.countType] }}
-
+
diff --git a/src/views/inventory/InvCountOrderModify.vue b/src/views/inventory/InvCountOrderModify.vue
index dc0a85c0..88ebe8c5 100644
--- a/src/views/inventory/InvCountOrderModify.vue
+++ b/src/views/inventory/InvCountOrderModify.vue
@@ -118,7 +118,6 @@
-
@@ -517,6 +516,7 @@ export default {
});
},
startCount(val) {
+ debugger
localStorage.setItem('key', JSON.stringify(this.formData.invSpaceCode));
this.countProductList = [];
if (this.countType === 0) {
@@ -562,7 +562,7 @@ export default {
}
} else if (this.countType === 2) {
- if (isBlank(this.formData.invCode) || isBlank(this.formData.invSpaceCode)) {
+ if (isBlank(this.formData.invCode)) {
this.$message.warning("请先选盘点仓库");
return;
}