licp
2024-07-25 edb0c23348c9b705d5be9298ed2cbbd0f103e2be
src/components/do/b1-inspect-order-plan/Inspection.vue
@@ -497,7 +497,7 @@
          ref="wareTableData"
          border
          v-loading="wareTableDataLoading"
          style="width: 100%;margin-bottom: 30px;" align="center">
          style="width: 100%;margin-bottom: 30px;" align="center" v-show="wareForm.inspectionItemSubclass!='20(常温)'&&wareForm.inspectionItemSubclass!='20'||(wareForm.inspectionItemSubclass=='20(常温)'&&wareForm.inspectionItem==1)||(wareForm.inspectionItemSubclass=='20'&&wareForm.inspectionItem==numOptions.length)">
          <el-table-column
            label="序号"
            type="index"
@@ -787,7 +787,6 @@
  import ValueTable from '../../tool/value-table.vue'
  import file from '../../../util/file'
  import excelFunction from '../../../util/excelFountion'
import { number } from 'echarts'
  export default {
    props: ['sonLaboratory', 'orderId', 'state'],
    components: {
@@ -1175,6 +1174,7 @@
          })
        })
      },
      // 多线程
      startWorker() {
      if (this.worker) {
        this.stopWorker(); // 确保之前的 Worker 已停止