Commit 492ff5b6 authored by 高宇's avatar 高宇

1.导入

parent 0803a94e
......@@ -3634,7 +3634,7 @@ export default {
const num2 = parseFloat(this.inspectJbAl2o3List.recode2[index + 1].recordData)
this.inspectJbAl2o3List.recode2[index + 1].differenceValue = this.digitalFormat(Math.abs(num1 - num2).toFixed(this.LIMITNGHOURS))
this.inspectJbAl2o3List.recode2[index + 1].differenceValue1 = this.digitalFormat(((num1 + num2) / 2).toFixed(this.LIMITNGHOURS))
if (this.inspectJbAl2o3List.standonePx) {
if (this.inspectJbAl2o3List.standtwoPx && this.inspectJbAl2o3List.standtwoPx !== '') {
if (this.inspectJbAl2o3List.recode2[index + 1].differenceValue > this.inspectJbAl2o3List.standtwoPx) {
this.inspectJbAl2o3List.recode2[index + 1].differenceValue3 = '不合格'
} else {
......@@ -3658,7 +3658,7 @@ export default {
const num2 = parseFloat(this.inspectJbAl2o3List.recode2[index - 1].recordData)
this.inspectJbAl2o3List.recode2[index].differenceValue = this.digitalFormat(Math.abs(num1 - num2).toFixed(this.LIMITNGHOURS))
this.inspectJbAl2o3List.recode2[index].differenceValue1 = this.digitalFormat(((num1 + num2) / 2).toFixed(this.LIMITNGHOURS))
if (this.inspectJbAl2o3List.standonePx) {
if (this.inspectJbAl2o3List.standtwoPx && this.inspectJbAl2o3List.standtwoPx !== '') {
if (this.inspectJbAl2o3List.recode2[index].differenceValue > this.inspectJbAl2o3List.standtwoPx) {
this.inspectJbAl2o3List.recode2[index].differenceValue3 = '不合格'
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment