diff --git a/src/pages/picking/outbound/code-outbound.vue b/src/pages/picking/outbound/code-outbound.vue
index 6093dd8..dfb6aeb 100644
--- a/src/pages/picking/outbound/code-outbound.vue
+++ b/src/pages/picking/outbound/code-outbound.vue
@@ -22,6 +22,9 @@
{{ queryParams.typeName }}
+
+ {{ queryParams.preNum }}
+
{{ maxNum }}
@@ -884,6 +887,8 @@ const confirmCodeOutBound = async () => {
:deep(.uni-forms-item) {
margin-bottom: 24rpx;
+ display: flex;
+ align-items: center;
&:last-child {
margin-bottom: 0;