web/src/views/modules/taskReliability/PlanMake.vue
@@ -135,8 +135,9 @@ methods: { async check(row) { let flag = true; if (row.specifiedValue < row.minAccepValue && row.specifiedValue) { this.$tip.alert("最低可接受值不能大于规定值") console.log(row) if (parseInt(row.specifiedValue) && parseInt(row.specifiedValue) < row.minAccepValue) { this.$tip.alert("检验下限不能大于检验上限") flag =false } if (row.tjlx === "按风险名义值查询"){