Selaa lähdekoodia

Merge branch 'sit'

xiaodai2022 2 vuotta sitten
vanhempi
commit
305bd256e4
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/purchaseIn/workbench/components/baseForm.vue

+ 2 - 2
src/views/purchaseIn/workbench/components/baseForm.vue

@@ -870,14 +870,14 @@ export default {
           this.accAdd(
             this.accAdd(this.accAdd(a, b), this.accAdd(c, d)),
             this.accAdd(this.accAdd(e, f), delivery_fee)
-          ) + ""
+          ) 
         ).toFixed(2);
       } else {
         this.newPrice = (
           this.accAdd(
             this.accAdd(this.accAdd(a, b), this.accAdd(e, f)),
             delivery_fee
-          ) + ""
+          ) 
         ).toFixed(2);
       }
       console.log(new Date().valueOf() + this.newPrice);