From 4fd6b788ec210ca297ec587dc4cae2c1b5ee441c Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 14 Dec 2023 11:17:12 +0800 Subject: [PATCH] no message --- src/pages/xinrui/storage/outstorage/PeifenOutStore.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue index 72a38b9..89b0b2b 100644 --- a/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue +++ b/src/pages/xinrui/storage/outstorage/PeifenOutStore.vue @@ -105,8 +105,7 @@ 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 = this.dataList[scanIndex].storage_qty + this.val4 = Number(this.dataList[scanIndex].storage_qty).toFixed(3) + '' } else { this.val4 = '' }