From cbdbdee267846c6004b2c14e0da18162debcb3db Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 15 Nov 2024 18:10:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory/count/InvCountOrderModify.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/views/inventory/count/InvCountOrderModify.vue b/src/views/inventory/count/InvCountOrderModify.vue index b9d65b3b..39480192 100644 --- a/src/views/inventory/count/InvCountOrderModify.vue +++ b/src/views/inventory/count/InvCountOrderModify.vue @@ -274,6 +274,18 @@ clearable> + + + + + + + + +
@@ -572,6 +584,10 @@ export default { }, saveChange(row) { + if (isBlank(row.countNum)) { + this.$message.error("请输入盘点数量"); + return; + } updateCountOrderDetail(row) .then((response) => { this.loading = false;