licp
2024-08-09 a6c14c75e5a5f677c2a3571cad426d50cb106e3d
src/components/do/b1-ins-order/add.vue
@@ -1592,7 +1592,7 @@
            return
          }
          console.log('isHaveBushing===', this.totalArr)
          // console.log('isHaveBushing===', this.totalArr)
          let spcialItem = this.totalArr.find(a => a.state == 1 && a.inspectionItem.includes('松套管'))
          if (productListSelected && select[2] === '光缆' && isHaveBushing === false) {
            this.$message.error('光缆温度循环项目必须进行光纤配置')
@@ -2958,7 +2958,6 @@
      getTotal() {
        this.totalArr = []
        this.total = 0;
        // console.log(this.sampleList)
        this.sampleList.forEach(item => {
          if (item.insProduct && item.insProduct.length > 0) {
            item.insProduct.forEach(a => {