xiaodai2022 пре 2 година
родитељ
комит
4ec3d0da72
1 измењених фајлова са 2 додато и 2 уклоњено
  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(this.accAdd(a, b), this.accAdd(c, d)),
             this.accAdd(this.accAdd(a, b), this.accAdd(c, d)),
             this.accAdd(this.accAdd(e, f), delivery_fee)
             this.accAdd(this.accAdd(e, f), delivery_fee)
-          ) + ""
+          ) 
         ).toFixed(2);
         ).toFixed(2);
       } else {
       } else {
         this.newPrice = (
         this.newPrice = (
           this.accAdd(
           this.accAdd(
             this.accAdd(this.accAdd(a, b), this.accAdd(e, f)),
             this.accAdd(this.accAdd(a, b), this.accAdd(e, f)),
             delivery_fee
             delivery_fee
-          ) + ""
+          ) 
         ).toFixed(2);
         ).toFixed(2);
       }
       }
       console.log(new Date().valueOf() + this.newPrice);
       console.log(new Date().valueOf() + this.newPrice);