From 971c74e794e00f233658a27ebcfb2be8fd98d05c Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 10 Jan 2024 15:03:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=98=E7=82=B9=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycomponents/qty/compareQty.vue | 13 +++++++++---- pages/count/job/countDetail.vue | 1 + 2 files changed, 10 insertions(+), 4 deletions(-) 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;