|
@@ -617,8 +617,12 @@ export default {
|
|
confirmImport() {
|
|
confirmImport() {
|
|
console.log(this.state_s)
|
|
console.log(this.state_s)
|
|
for (let item in this.selection) {
|
|
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.fAmtcr += Number(this.selection[item].fAmt)
|
|
this.pass.fAmtdr += Number(this.selection[item].fAmtdr)
|
|
this.pass.fAmtdr += Number(this.selection[item].fAmtdr)
|
|
|
|
+ console.log(this.pass.fAmtcr)
|
|
|
|
+ console.log(this.pass.fAmtdr)
|
|
}
|
|
}
|
|
if (this.state_s == true) {
|
|
if (this.state_s == true) {
|
|
if (this.selection.length == '0') {
|
|
if (this.selection.length == '0') {
|