licp
2024-07-04 0296def95f51a327cd742c727552407a2c531be9
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 === '装备电缆') {