zhangyuewww 3 years ago
parent
commit
3ad6bc354e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/salesManagement/salesPlanOrderList.vue

+ 6 - 0
src/views/salesManagement/salesPlanOrderList.vue

@@ -1606,6 +1606,12 @@ export default {
         this.aduitlist.basis = '+' + this.aduitlist.basis
       }
       this.aduitlist.salePlanType = this.aduitlist.salePlanType
+      if (this.aduitlist.salePlanType == '期货') {
+        this.aduitlist.freezingDeposit = this.aduitlist.transactionsNumber*this.aduitlist.depositRatio
+        if(this.aduitlist.invoiceFee){
+          this.aduitlist.invoiceFee=-Math.abs(this.aduitlist.invoiceFee)
+        }
+       }
       this.dialogFormVisible4 = false
       this.$confirm(`审核通过后,将通知客户订单生效,是否确定通过审核?`, {
         confirmButtonText: '确定',