src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1999,7 +1999,11 @@ return sum }, handleInput (n) { n.v.v = n.v.v.replace(/[^\d.^]/g, ''); if (n.v.v > 10000) { let num2 = new this.$Big(n.v.v) n.v.v = num2.toExponential() } n.v.v = n.v.v.replace(/[^\d.^e]/g, ''); }, getInspectionItemType(id) { for (var a in this.currentSample.insProduct) {