From 33e0b062fb4746433fd66863c89c2949dc10a559 Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Wed, 17 Jan 2024 11:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=8E=E7=9B=98=E7=9A=84?= =?UTF-8?q?=E7=9B=98=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mycomponents/qty/compareQty.vue | 25 +++++++++++++---------- mycomponents/recommend/recommendCount.vue | 14 ++++++------- pages/count/coms/comCountDetailCard.vue | 16 +++++++++++---- pages/count/job/countDetail.vue | 2 +- 4 files changed, 34 insertions(+), 23 deletions(-) diff --git a/mycomponents/qty/compareQty.vue b/mycomponents/qty/compareQty.vue index bb48340f..8a997400 100644 --- a/mycomponents/qty/compareQty.vue +++ b/mycomponents/qty/compareQty.vue @@ -3,25 +3,29 @@ - + - {{Number(handleQty)}} + {{Number(handleQty)}} - {{Number(handleQty)}} + {{Number(handleQty)}} - {{Number(handleQty)}} + {{Number(handleQty)}} - + + / - - {{Number(recommendQty)}} + + {{Number(recommendQty)}} - + - + + + @@ -81,8 +85,7 @@ }, watch: { handleQty: { - handler(newName, oldName) { - }, + handler(newName, oldName) {}, immediate: true, deep: true } diff --git a/mycomponents/recommend/recommendCount.vue b/mycomponents/recommend/recommendCount.vue index a3c2b519..f1242a56 100644 --- a/mycomponents/recommend/recommendCount.vue +++ b/mycomponents/recommend/recommendCount.vue @@ -10,15 +10,15 @@ - + - + - 复制采购 + 复制采购 |制品 @@ -73,7 +73,7 @@ type: String, default: '库位' }, - isShowRecommendQty:{ + isShowRecommendQty: { type: Boolean, default: true } @@ -109,7 +109,7 @@ } ) }, - isDevlement(){ + isDevlement() { return getApp().globalData.isDevelopment; } } diff --git a/pages/count/coms/comCountDetailCard.vue b/pages/count/coms/comCountDetailCard.vue index 8fb88127..95d1e176 100644 --- a/pages/count/coms/comCountDetailCard.vue +++ b/pages/count/coms/comCountDetailCard.vue @@ -5,19 +5,25 @@ - - + + + - @@ -28,6 +34,7 @@