#
Junjie
2025-07-18 6efec75705f30d47dfa323e6f4d3f0f829eea000
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