From deda7039ddecfb8b4363d5882aa0f75b1d457038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Thu, 14 Nov 2024 08:57:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/customerReturn/job/returnDetail.vue | 8 ++++---- src/pages/login/index.vue | 4 +--- .../productPutaway/record/productPutawayRecordByBatch.vue | 5 +---- src/pages/unPlanned/job/receiptJobDetail.vue | 8 ++++---- 4 files changed, 10 insertions(+), 15 deletions(-) diff --git a/src/pages/customerReturn/job/returnDetail.vue b/src/pages/customerReturn/job/returnDetail.vue index d5eb8641..79d5df07 100644 --- a/src/pages/customerReturn/job/returnDetail.vue +++ b/src/pages/customerReturn/job/returnDetail.vue @@ -14,10 +14,10 @@ - - - - + - + @@ -74,9 +74,7 @@ import { useCountStore } from '@/store' const store = useCountStore() const { proxy } = getCurrentInstance() const tenantArray = ref(JSON.parse(import.meta.env.VITE_TENANT)) -const smloginmsg = ref('') const tenantValue = ref(0) -// const tenantName = ref('闻荫源码') const username = ref('') const password = ref('') const tapstyle = ref(2) diff --git a/src/pages/productPutaway/record/productPutawayRecordByBatch.vue b/src/pages/productPutaway/record/productPutawayRecordByBatch.vue index 0fd12e91..717fb421 100644 --- a/src/pages/productPutaway/record/productPutawayRecordByBatch.vue +++ b/src/pages/productPutaway/record/productPutawayRecordByBatch.vue @@ -376,9 +376,6 @@ const showErrorMessage = (message) => { }); }; -const calcHandleQty = () => { - calcHandleQty(detailSource.value); -}; const removeItem = (index, item) => { removeRecommendLocation([item.expectinNumber]); @@ -583,7 +580,7 @@ const clearData = () => { }; const updateData = () => { - calcHandleQty(); + calcHandleQty(detailSource.value); for (let i = 0; i < detailSource.value.length; i++) { const item = detailSource.value[i]; if (item.qty === 0) { diff --git a/src/pages/unPlanned/job/receiptJobDetail.vue b/src/pages/unPlanned/job/receiptJobDetail.vue index dd64432a..eb53c38b 100644 --- a/src/pages/unPlanned/job/receiptJobDetail.vue +++ b/src/pages/unPlanned/job/receiptJobDetail.vue @@ -13,10 +13,10 @@ - - - - +