Commit e5637e85 authored by youjie's avatar youjie

no message

parent 5286ed21
...@@ -1198,18 +1198,10 @@ export default { ...@@ -1198,18 +1198,10 @@ export default {
return; return;
} }
let ids let ids
let Money = 0
ids = this.multipleSelection.map(x=>{ return x.FrID}) ids = this.multipleSelection.map(x=>{ return x.FrID})
this.multipleSelection.forEach(x=>{
Money += Number(x.Money*100)
})
if(Money<=0){
this.Error('单据总金额需大于0');
return;
}
let orderObj = { let orderObj = {
OtherType: 75, OtherType: 75,
Money: Money/100, Money: this.getMoney(),
isVerifyMoney: true, isVerifyMoney: true,
ReFinanceIds: ids.join(','),//单号 ReFinanceIds: ids.join(','),//单号
ReFinanceId2: 3,//成本 ReFinanceId2: 3,//成本
......
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