diff --git a/src/mycomponents/qty/recommendQtyEdit.vue b/src/mycomponents/qty/recommendQtyEdit.vue index 5e4c73dc..40c68d5b 100644 --- a/src/mycomponents/qty/recommendQtyEdit.vue +++ b/src/mycomponents/qty/recommendQtyEdit.vue @@ -115,6 +115,7 @@ const openTaskEditPopup = (recommendQtyParams, handleQty, labelQtyParams) => { allQty.value = Number(handleQty) setTimeout((res) => { show.value = true + stdCount.value = Math.ceil(allQty.value / dataContent.value.packQty); }, 500) } const openRecordEditPopup = (labelQtyParams, item) => {