licp
2024-07-04 789a3e4549aa554e3293d967bf5ac32a34debf19
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -1926,7 +1926,7 @@
        return sum
      },
      handleInput (n) {
        n.v.v = n.v.v.replace(/[^\d.^e\-/]/g, '');
        n.v.v = n.v.v.replace(/[^\d.^e\-/+]/g, '');
      },
      bigNum (n) {
        if (n.v.v > 10000 && this.PROJECT === '装备电缆') {