From e58220b5928ab99fc3095b9b1bac3db263b69f5d Mon Sep 17 00:00:00 2001
From: zhangdi <1104545947@qq.com>
Date: Mon, 1 Jun 2026 15:42:06 +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
---
src/views/firstOrder/components/outDialog.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/firstOrder/components/outDialog.vue b/src/views/firstOrder/components/outDialog.vue
index 0af5ebd..924ccf1 100644
--- a/src/views/firstOrder/components/outDialog.vue
+++ b/src/views/firstOrder/components/outDialog.vue
@@ -204,9 +204,9 @@
(sizeForm.options == 1 && inBatchForm.optionType === 'YH')
"
>
- {{ scope.row.outboundQuantity }}
+ {{ scope.row.theOutboundQuantity }}
- {{ scope.row.outboundQuantity }}
+ {{ scope.row.theOutboundQuantity }}
@@ -288,7 +288,7 @@
- {{ scope.row.totalQuantity || 0 }}
+ {{ scope.row.totalQuantity<0?0: scope.row.totalQuantity}}