From cc756570ab40c28ba4505c0dab0d44a20d202bf7 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Mon, 3 Jun 2024 09:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehousing/otherStore/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue index 8a4f8b0..9e56ba6 100644 --- a/src/views/warehousing/otherStore/index.vue +++ b/src/views/warehousing/otherStore/index.vue @@ -310,6 +310,14 @@ export default { this.$message.error('请输入容器编码!') return } + if (!this.form.isWrap) { + this.$message.error('请选择是否缠膜!') + return + } + if (!this.form.isVerWeight) { + this.$message.error('请选择是否验重!') + return + } const obj = { syncType: 'A', orderType: 11,