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" + >