spring
2025-05-21 ee2882cff02d3545b66c7591f88ed4800f730a9a
src/components/view/b1-inspect-order-plan.vue
@@ -425,6 +425,8 @@
    Inspection,
    Add
  },
  props: ['entrustCodeNew', 'laboratoryNew'],
  data() {
    return {
      currentHistory: {},
@@ -1133,7 +1135,16 @@
        if (this.tabList.length > 0) {
          this.componentData.entity.sonLaboratory = this.tabList[0].value
        }
        if (this.entrustCodeNew) {
          this.componentData.entity.entrustCode = this.entrustCodeNew
        }
        if (this.laboratoryNew) {
          let index = this.tabList.findIndex(item => item.label == this.laboratoryNew)
          this.componentData.entity.sonLaboratory = this.tabList[index].label
          this.tabIndex = index;
        this.refreshTable()
        }
      })
    },
    selectAllByOne(row) {