From 9ea46b797a166b0c26b849b133a6175260b3c0a6 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Sat, 16 May 2026 17:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../glassCakeOutbound/components/outboundDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/inboundOutboundManagement/glassCakeOutbound/components/outboundDialog.vue b/src/views/inboundOutboundManagement/glassCakeOutbound/components/outboundDialog.vue index b8bf9181..54a1e21d 100644 --- a/src/views/inboundOutboundManagement/glassCakeOutbound/components/outboundDialog.vue +++ b/src/views/inboundOutboundManagement/glassCakeOutbound/components/outboundDialog.vue @@ -446,7 +446,7 @@ export default { console.log(898989898,invalidRow) // 2. 如果存在超标数据,提示用户并终止提交 - if (invalidRow) { + if (invalidRow.length>0) { // 重新计算该行的最大允许数量用于提示 const requireQty = invalidRow[0].requireQty; const maxAllowedQty = requireQty + (requireQty * 0.2);