|
@@ -1149,10 +1149,14 @@ export default {
|
|
|
/* 添加财务数据主 导入*/
|
|
|
confirmImport(){
|
|
|
for (let item in this.selection) {
|
|
|
+ this.pass.fAmtcr = Number(this.pass.fAmtcr)
|
|
|
+ this.pass.fAmtdr = Number(this.pass.fAmtdr)
|
|
|
this.pass.fAmtcr += Number(this.selection[item].fAmt)
|
|
|
this.pass.fAmtdr += Number(this.selection[item].fAmtdr)
|
|
|
- console.log(this.selection[item].fAmtdr)
|
|
|
- console.log(this.pass)
|
|
|
+ // console.log(Number(this.pass.fAmtcr))
|
|
|
+ // console.log(this.pass)
|
|
|
+ // console.log(this.pass.fAmtcr)
|
|
|
+ // console.log(this.pass.fAmtdr)
|
|
|
}
|
|
|
console.log(this.pass)
|
|
|
if(this.state_s == true) {
|