zhangyuewww 3 년 전
부모
커밋
d038a50e90
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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: '确定',