|
@@ -730,6 +730,15 @@
|
|
|
delete item.accountDc
|
|
|
return item
|
|
|
})
|
|
|
+ }else {
|
|
|
+ this.form.finStlBillsItemsList = this.handleSelectionData.map((item,index)=>{
|
|
|
+ if (item.currentStlCurCode == 'CNY') {
|
|
|
+ item.currentStlAmount = item.currentStlAmountRMB
|
|
|
+ }else {
|
|
|
+ item.currentStlAmount = item.currentStlAmountUSD
|
|
|
+ }
|
|
|
+ return item
|
|
|
+ })
|
|
|
}
|
|
|
finstlbillsSubmit(this.form).then(res=>{
|
|
|
this.saveLoading = false
|