src/components/do/b1-inspect-order-plan/Inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -534,7 +534,7 @@ b.v.v = this.getAsk(b.i) } if (b.v.ps != undefined && b.v.ps.value === '检验值') { b.v.v = '' // b.v.v = '' b.u = '' this.param[b.i].insValue.push(b) } @@ -769,8 +769,8 @@ r0 = start.split('')[1] - 1 c1 = this.comparisonList.find(j => j.label == end.split('')[0]).value r1 = end.split('')[1] - 1 for (let i = Number(r0); i <= r1; i++) { for (let u = c0; u <= c1; u++) { for (let i = Number(r0); i <= Number(r1); i++) { for (let u = Number(c0); u <= Number(c1); u++) { valueList.push({ r: i, c: u