|
@@ -1095,9 +1095,6 @@ class checkData {
|
|
});
|
|
});
|
|
if (!this.checkResult.source.bills.find(x => {return x.ledger_id === b.ledger_id})) {
|
|
if (!this.checkResult.source.bills.find(x => {return x.ledger_id === b.ledger_id})) {
|
|
this.checkResult.source.bills.push(b);
|
|
this.checkResult.source.bills.push(b);
|
|
- for (const p of pr) {
|
|
|
|
- this.checkResult.source.pos.push(p);
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|