From 38ff9c6a7a809086356764a5a6b0e0be1bbc07a4 Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Fri, 12 May 2023 15:23:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=89=E7=89=A9=E8=B5=84?= =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E7=AA=97=E5=8F=A3=E5=9C=A8=E6=B8=85=E9=99=A4?= =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E8=B4=A7=E4=BD=8D=E5=90=8E=E4=BB=8D=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=88=90=E5=8A=9F=E6=89=AB=E5=85=A5=E6=9D=A1=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvProductPlaceModify.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/inventory/InvProductPlaceModify.vue b/src/views/inventory/InvProductPlaceModify.vue index 73325029..988b1bf1 100644 --- a/src/views/inventory/InvProductPlaceModify.vue +++ b/src/views/inventory/InvProductPlaceModify.vue @@ -222,6 +222,7 @@ export default { } if (this.list.length === 0) { //this.$message.error(this.formData.invSpaceCode); + this.$message.error("请录入需要上架的物资数据"); return; }