From e4ee20e5680d095aafef92fd80cdd693fc9d95b0 Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Tue, 16 May 2023 17:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8A=E6=9E=B6=E8=B4=A7?= =?UTF-8?q?=E4=BD=8D=E6=97=A0=E6=B3=95=E6=88=90=E5=8A=9F=E6=89=AB=E5=85=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E2=80=98=E4=B8=8A=E6=9E=B6=E8=B4=A7=E4=BD=8D?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=B8=BA=E7=A9=BA=E2=80=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvProductPlaceModify.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inventory/InvProductPlaceModify.vue b/src/views/inventory/InvProductPlaceModify.vue index 988b1bf1..a6f837d8 100644 --- a/src/views/inventory/InvProductPlaceModify.vue +++ b/src/views/inventory/InvProductPlaceModify.vue @@ -365,7 +365,7 @@ export default { return; } - if (isBlank(this.formData.invSpaceCode)) { + if (isBlank(this.formData.invSpaceName)) { this.$message.error("上架货位不能为空"); return; }