From 166b9c6d7517fbff3a400e07d47d1f33c8634c69 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期六, 05 七月 2025 15:08:47 +0800 Subject: [PATCH] # --- pages/basics/stockCheck.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/basics/stockCheck.vue b/pages/basics/stockCheck.vue index c693ccb..b8f1053 100644 --- a/pages/basics/stockCheck.vue +++ b/pages/basics/stockCheck.vue @@ -279,6 +279,7 @@ }, confirm() { let arr = this.matList[this.rowNum].origin.split("/") + console.log(arr); let mainAnfme = this.count * parseFloat(arr[1]) * parseFloat(arr[0]) let flooredNum = Math.floor(mainAnfme * 10000) / 10000; // 鎴柇鍒板皬鏁扮偣鍚�4浣� this.matList[this.rowNum].anfme = flooredNum -- Gitblit v1.9.1