zhangyuewww 3 years ago
parent
commit
d038a50e90
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/purchasingManagement/purchaseOrderList.vue

+ 3 - 1
src/views/purchasingManagement/purchaseOrderList.vue

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