pages/ZLGL/shoujianjianyan/firstCheckBill.vue
@@ -1986,10 +1986,11 @@ // 判断 最后结果为不合格的情况下,检验项目中是否有不合格项 if(this.hform.HLastResult == 0 || this.hform.HLastResult == false){ let count = 0 console.log('this.checkItems: ',this.checkItems); for (let key in this.checkItems) { if (this.checkItems.hasOwnProperty(key)) { let element = this.checkItems[key]; if(element.HResult == 0){ if(element.HResult == 2){ count ++ }