|
@@ -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: '确定',
|