From 43f06f7a770922a82a85e508d9ed42846e733cff Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 14 Dec 2023 10:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=B2=89=E5=87=BA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/xinrui/storage/outstorage/PeifenOutStore.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue index 89b0b2b..72a38b9 100644 --- a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue +++ b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue @@ -105,7 +105,8 @@ export default { val3 (val) { let scanIndex = this.dataList.findIndex((el) => el.bucketunique === val) if (scanIndex > -1) { - this.val4 = Number(this.dataList[scanIndex].storage_qty).toFixed(3) + '' + // this.val4 = Number(this.dataList[scanIndex].storage_qty).toFixed(3) + '' + this.val4 = this.dataList[scanIndex].storage_qty } else { this.val4 = '' }