From 07b96dd28a187060da6dff9ea4adbe2dfe393944 Mon Sep 17 00:00:00 2001
From: lijuncheng <juncheng.li@ccwin-in.com>
Date: Mon, 24 Feb 2025 13:31:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=8E=A5=E5=8F=91?=
 =?UTF-8?q?=E6=96=99=E6=95=B0=E9=87=8F=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/mycomponents/record/recordComDetailCard.vue | 7 ++++++-
 src/pages/issue/record/directIssueByBatch.vue   | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/mycomponents/record/recordComDetailCard.vue b/src/mycomponents/record/recordComDetailCard.vue
index f71f5c2d..81e63194 100644
--- a/src/mycomponents/record/recordComDetailCard.vue
+++ b/src/mycomponents/record/recordComDetailCard.vue
@@ -7,7 +7,7 @@
 						<uni-swipe-action-item @click="removeItem($event,dataContent)" :right-options="scanOptions">
 							<item-qty :dataContent="dataContent" :isShowBalance="true"
 								:isShowBalanceQty="isShowBalanceQty"
-								:isShowRecommendQty="true"
+								:isShowRecommendQty="isShowRecommendQty"
 								></item-qty>
 							<view style="margin-left: 10px; margin-top: 5px;">
 								<pack title='父包装' v-if="dataContent.containerNumber" :packingCode='dataContent.containerNumber'></pack>
@@ -136,6 +136,11 @@
 				default: false
 			},
 			
+			isShowRecommendQty:{
+				type: Boolean,
+				default: true
+			}
+			
 			
 			
 		},
diff --git a/src/pages/issue/record/directIssueByBatch.vue b/src/pages/issue/record/directIssueByBatch.vue
index f3ce4e0a..65531537 100644
--- a/src/pages/issue/record/directIssueByBatch.vue
+++ b/src/pages/issue/record/directIssueByBatch.vue
@@ -12,6 +12,7 @@
 							<record-com-detail-card :dataContent="item" :index="index" :settingParam="dataContent"
 								:isShowFromLocation="true" @removeItem="removeItem(index,item)"
 								:isShowToLocation="false" :isShowParentToLocation="false" @updateData="updateData"
+								:isShowRecommendQty="false"
 								:allowModifyQty="true" :isShowPackingNumberProps="true" @removePack="removePack">
 							</record-com-detail-card>