zhangyuewww %!s(int64=3) %!d(string=hai) anos
pai
achega
d038a50e90
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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: '确定',