This commit is contained in:
weicw
2021-08-30 10:04:38 +08:00
parent 76d2c9bba0
commit ab71482bae
26 changed files with 3267 additions and 20012 deletions

View File

@@ -48,7 +48,8 @@ export default {
row.timeSlot = "夜"
}
if (row.indexL10 < row.indexL50 || row.indexL50 < row.indexL90) {
throw new Error(row.place + "数值有误")
throw new Error(row.place + "数值有误" + `${row.indexL10},${row.indexL10},${row.indexL50},${row.indexL90}`)
}
return row;
})
@@ -67,7 +68,7 @@ export default {
monitorInstrumentCode: item[7],
beforeMonitorValue: item[8],
afterMonitorValue: item[9],
soundPressureValue: item[10],
soundPressureValue: Number(item[10]) || null,
soundInstrumentModel: item[11],
soundInstrumentCode: item[12],