Crunchy
2024-07-31 e0d34ecc8a555030210739bf860950bb36da6fad
检验下单页面勾选检验项目的时候,样品的待检项数量没有变化
已修改1个文件
2 ■■■■■ 文件已修改
src/components/do/b1-ins-order/add.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-ins-order/add.vue
@@ -2074,6 +2074,7 @@
        } else if (row.bsm === '1' && row.section !== '' && row.section !== null && row.state === 0&&arr.length==0) {
          row.bsm1 = false
        }else if(arr.length>0){
          try{
          row.bsmRow = this.HaveJson(row)
          let section = arr[0].section
          let arr0 = JSON.parse(row.section)
@@ -2087,6 +2088,7 @@
          row.manHour = arr2[index]
          row.price = arr3[index]
          row.tell = arr4[index]
          } catch(e) {}
        }
        if (row.bsm === '1' && row.inspectionItem === '光纤接头损耗' && this.sampleList.length > 1 && row.state === 1&&!this.isBsm2Val2) {
          this.bsm2 = true