From d144485869cb5082569bb0e7ddeb71fbcdce2ff5 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Thu, 29 Aug 2024 20:07:14 +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=E4=BF=AE=E6=94=B9=E4=B8=8D=E6=98=BE=E7=A4=BA=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/item/itemQty.vue | 9 ++++++++- src/mycomponents/record/recordComDetailCard.vue | 4 +++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/mycomponents/item/itemQty.vue b/src/mycomponents/item/itemQty.vue index dc9623f7..eb37f9e8 100644 --- a/src/mycomponents/item/itemQty.vue +++ b/src/mycomponents/item/itemQty.vue @@ -6,7 +6,9 @@ + :handleQty="dataContent.handleQty" + :isShowRecommendQty="isShowRecommendQty" + :isShowStatus="false" :isShowStdPack="showStdPack"> @@ -45,6 +47,11 @@ type: Boolean, default: false }, + isShowRecommendQty: { + type: Boolean, + default: true + }, + }, watch: { diff --git a/src/mycomponents/record/recordComDetailCard.vue b/src/mycomponents/record/recordComDetailCard.vue index a303f0ed..d0144453 100644 --- a/src/mycomponents/record/recordComDetailCard.vue +++ b/src/mycomponents/record/recordComDetailCard.vue @@ -6,7 +6,9 @@ + :isShowBalanceQty="isShowBalanceQty" + :isShowRecommendQty="false" + >