Commit f52b0a09 authored by youjie's avatar youjie

no message

parent 566f89e2
...@@ -118,8 +118,8 @@ ...@@ -118,8 +118,8 @@
ids = this.dataList.map(x=>{ return x.FrID}) ids = this.dataList.map(x=>{ return x.FrID})
let orderObj = { let orderObj = {
CostType: 1547, CostType: 1547,
CostType2: this.isHandlingCharge?114:null,//114转账手续费 CostType2: this.isHandlingCharge?1547:null,
CostType3: this.isHandlingCharge&&this.balanceMoney?114:null, CostType3: this.isHandlingCharge&&this.balanceMoney?114:null,//114转账手续费
HandlingChargeMoney: this.isHandlingCharge?this.HandlingChargeMoney:null,//手续费 HandlingChargeMoney: this.isHandlingCharge?this.HandlingChargeMoney:null,//手续费
balanceMoney: this.isHandlingCharge&&this.balanceMoney?this.balanceMoney:null,//差额 balanceMoney: this.isHandlingCharge&&this.balanceMoney?this.balanceMoney:null,//差额
OtherType: 75, OtherType: 75,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment