licp
2024-07-04 a0db9daa3a9ea540fd78203e53a9b7d38e9aecd9
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) {