jiangping
2024-05-15 f5ea01314df6f552e8b15b1af283a7b278610ab6
wx/pages/addition_subtraction/addition_subtraction.vue
@@ -157,7 +157,12 @@
         // 总金额
         totalPrice() {
            // return (this.cyclePrice * (this.add.length + this.del.length)).toFixed(2)
            return ((this.cyclePrice * this.add.length) - (this.cyclePrice * this.del.length)).toFixed(2)
            var totalReductPrice = 0;
            this.del.forEach(item =>{
               totalReductPrice = totalReductPrice+item.fee
            })
            // return ((this.cyclePrice * this.add.length) - (this.cyclePrice * this.del.length)).toFixed(2)
            return ((this.cyclePrice * this.add.length) +totalReductPrice).toFixed(2)
         }
      },
      methods: {
@@ -193,7 +198,7 @@
                  memberName: item.name,
                  workTypeName: item.gzName,
                  worktypeId: item.gzId,
                  fee: this.cyclePrice
                  fee: item.fee
               }
            })
            this.$u.api.applyChangeCreate({