src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -574,7 +574,7 @@ state == 1 "><span :style="`font-family:${n.v.ff} !important;`">{{ toFixed(n.v.v, n.v.ct) }}</span></template> }}</span></template> <template v-else-if=" n.v.ps != undefined && n.v.ps.value === '最终值' && @@ -3477,9 +3477,9 @@ } } // 通信特殊处理,检验值填入之后直接保存数据,判断结果默认为3 for (var i in this.param) { this.param[i].insResult = { v: { v: 3 } }; } // for (var i in this.param) { // this.param[i].insResult = { v: { v: 3 } }; // } this.saveInsContext(n.i); return; // 以下是正常的判断流程,后面有需要则进入此流程