From 9c3dd5d743768eec3e76a1d7932ef08e93df16b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E7=8E=B2?= <8702040+cai-ling@user.noreply.gitee.com> Date: Thu, 26 Sep 2024 16:58:29 +0800 Subject: [PATCH] no message --- lms/nladmin-ui/src/views/wms/produceScreen/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue index 26084d6..6c73141 100644 --- a/lms/nladmin-ui/src/views/wms/produceScreen/index.vue +++ b/lms/nladmin-ui/src/views/wms/produceScreen/index.vue @@ -336,11 +336,13 @@ export default { }) } else if (this.type === 'SCANER') { if (!this.vcode) { - this.$message('请填写载具号') + this.disabled = false + this.$message.error('请填写载具号') return } if (!this.value1) { - this.$message('请选择目的地') + this.disabled = false + this.$message.error('请选择目的地') return } const arr = []