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}}