|
@@ -1522,6 +1522,8 @@ export default {
|
|
|
this.$set(this.aduitlist, 'type', item.type)
|
|
|
this.$set(this.aduitlist, 'typeKey', item.typeKey)
|
|
|
this.$set(this.aduitlist, 'salePlanType', item.salePlanType)
|
|
|
+ this.$set(this.aduitlist, 'depositRatio', item.customerInfo.depositRatio)
|
|
|
+ this.$set(this.aduitlist, 'totalDeposit', item.customerInfo.totalDeposit)
|
|
|
},
|
|
|
aduitconfirm() {
|
|
|
if (!this.aduitlist.unitPrice) {
|
|
@@ -1608,9 +1610,6 @@ export default {
|
|
|
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(`审核通过后,将通知客户订单生效,是否确定通过审核?`, {
|