diff --git a/mycomponents/qty/compareQty.vue b/mycomponents/qty/compareQty.vue index 28023229..bb48340f 100644 --- a/mycomponents/qty/compareQty.vue +++ b/mycomponents/qty/compareQty.vue @@ -3,7 +3,7 @@ - + {{Number(handleQty)}} @@ -15,13 +15,13 @@ - / + / {{Number(recommendQty)}} - + @@ -80,7 +80,12 @@ } }, watch: { - + handleQty: { + handler(newName, oldName) { + }, + immediate: true, + deep: true + } }, methods: { diff --git a/pages/count/job/countDetail.vue b/pages/count/job/countDetail.vue index 804f99f3..a53bfe42 100644 --- a/pages/count/job/countDetail.vue +++ b/pages/count/job/countDetail.vue @@ -230,6 +230,7 @@ data.scaned = false; let detail = data; detail.balanceQty = 0 + detail.handleQty = 0; detail.inventoryStatus = detail.inventoryStatus detail.fromLocationCode = this.fromLocationCode return detail;