licp
2024-07-04 a0db9daa3a9ea540fd78203e53a9b7d38e9aecd9
Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master
已修改2个文件
9 ■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/Inspection.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {
src/main.js
@@ -10,6 +10,9 @@
import axios from 'axios'
import api from './assets/api/controller.js'
import swal from 'sweetalert'
import Big from 'big.js'
Vue.prototype.$Big = Big;
// 项目切换
// Vue.prototype.PROJECT = '检测中心'