Commit 1092fa52 authored by liudong1993's avatar liudong1993

1

parent 1b2f053b
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
balanceMoney: this.isHandlingChargeThe!=0&&this.balanceMoney!=0?this.balanceMoney:null,//差额 balanceMoney: this.isHandlingChargeThe!=0&&this.balanceMoney!=0?this.balanceMoney:null,//差额
OtherType: 75, OtherType: 75,
Money: this.OriginalMoneyThe!=0?this.OriginalMoneyThe:null, Money: this.OriginalMoneyThe!=0?this.OriginalMoneyThe:null,
MoneyClosed: this.OriginalMoneyClosed!=0?Number(`-${this.OriginalMoneyClosed}`):null, MoneyClosed: this.OriginalMoneyClosed!=0?Number(`${0-this.OriginalMoneyClosed}`):null,
isVerifyMoney: true, isVerifyMoney: true,
ReFinanceIds: ids.join(','),//单号 ReFinanceIds: ids.join(','),//单号
ReFinanceId2: 3,//成本 ReFinanceId2: 3,//成本
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
balanceMoney: this.isHandlingChargeThe!=0&&this.balanceMoney!=0?this.balanceMoney:null,//差额 balanceMoney: this.isHandlingChargeThe!=0&&this.balanceMoney!=0?this.balanceMoney:null,//差额
OtherType: 75, OtherType: 75,
Money: this.OriginalMoneyClosed!=0?this.OriginalMoneyClosed - this.OriginalMoneyThe:null, Money: this.OriginalMoneyClosed!=0?this.OriginalMoneyClosed - this.OriginalMoneyThe:null,
MoneyClosed: this.OriginalMoneyThe!=0?Number(`-${this.OriginalMoneyThe}`):null, MoneyClosed: this.OriginalMoneyThe!=0?Number(`${0-this.OriginalMoneyThe}`):null,
isVerifyMoney: true, isVerifyMoney: true,
ReFinanceIds: ids.join(','),//单号 ReFinanceIds: ids.join(','),//单号
ReFinanceId2: 3,//成本 ReFinanceId2: 3,//成本
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
balanceMoney: this.isHandlingChargeThe!=0&&this.balanceMoney!=0?this.balanceMoney:null,//差额 balanceMoney: this.isHandlingChargeThe!=0&&this.balanceMoney!=0?this.balanceMoney:null,//差额
OtherType: 75, OtherType: 75,
Money: this.OriginalMoneyThe!=0?this.OriginalMoneyThe:null, Money: this.OriginalMoneyThe!=0?this.OriginalMoneyThe:null,
MoneyClosed: this.OriginalMoneyClosed!=0?Number(`-${this.OriginalMoneyClosed}`):null, MoneyClosed: this.OriginalMoneyClosed!=0?Number(`${0-this.OriginalMoneyClosed}`):null,
isVerifyMoney: true, isVerifyMoney: true,
ReFinanceIds: ids.join(','),//单号 ReFinanceIds: ids.join(','),//单号
MatchFrId:this.MatchFrId MatchFrId:this.MatchFrId
......
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