|
@@ -885,7 +885,6 @@ class checkData {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
checkOverRange() {
|
|
checkOverRange() {
|
|
- console.log('checkOverRange');
|
|
|
|
const isTz = this.ctx.tender.data.measure_type === this.measureType.tz.value;
|
|
const isTz = this.ctx.tender.data.measure_type === this.measureType.tz.value;
|
|
for (const b of this.checkBills.nodes) {
|
|
for (const b of this.checkBills.nodes) {
|
|
if (b.children && b.children.length > 0) continue;
|
|
if (b.children && b.children.length > 0) continue;
|