diff --git a/mycomponents/item/itemQty.vue b/mycomponents/item/itemQty.vue index 4a6904fa..ed980091 100644 --- a/mycomponents/item/itemQty.vue +++ b/mycomponents/item/itemQty.vue @@ -6,7 +6,7 @@ - + @@ -45,7 +45,7 @@ type: Number, default: 0 }, - showItemQty: { + isShowBalanceQty: { type: Boolean, default: true }, diff --git a/mycomponents/record/recordComDetailCard.vue b/mycomponents/record/recordComDetailCard.vue index 9631545a..62883887 100644 --- a/mycomponents/record/recordComDetailCard.vue +++ b/mycomponents/record/recordComDetailCard.vue @@ -6,7 +6,7 @@ + :isShowBalance="true" :isShowBalanceQty="isShowBalanceQty"> @@ -86,7 +86,7 @@ default: true }, - isShowItemQty: { + isShowBalanceQty: { type: Boolean, default: false }, diff --git a/pages/container/coms/comPalletRecord.vue b/pages/container/coms/comPalletRecord.vue index f41af4d6..ad07a2b9 100644 --- a/pages/container/coms/comPalletRecord.vue +++ b/pages/container/coms/comPalletRecord.vue @@ -5,7 +5,7 @@