From 767c7ad8442a7817d285fb23a6f597a67afc9fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Wed, 26 Jul 2023 15:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvCountOrderModify.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/inventory/InvCountOrderModify.vue b/src/views/inventory/InvCountOrderModify.vue index 07a2c3e4..2984a68b 100644 --- a/src/views/inventory/InvCountOrderModify.vue +++ b/src/views/inventory/InvCountOrderModify.vue @@ -531,10 +531,6 @@ export default { this.$message.warning("请先选择盘点仓库"); return; } - if (this.codeArray.length === 0) { - this.$message.warning("请先录入产品"); - return; - } //拉取整个仓库的数据 let params = { invCode: this.formData.invCode,