chenrui
2025-03-05 6a10dc7ca2a70c80ae719a93e6718d4cc30c415b
src/views/business/productOrder/index.vue
@@ -334,7 +334,7 @@
      tableData: [],
      tableLoading: false,
      column: [
        { label: '委托编号', prop: 'entrustCode' },
        { label: '委托编号', prop: 'entrustCode', width: '160px' },
        { label: '委托单位', prop: 'company' },
        { label: '样品名称', prop: 'sampleName' },
        { label: '样品型号', prop: 'sampleModel' },
@@ -550,7 +550,7 @@
        current: 1
      },
      tableDataLookColumn: [
        { label: '样品编号', prop: 'sampleCode' },
        { label: '样品编号', prop: 'sampleCode', width: '160px' },
        { label: '样品名称', prop: 'sample' },
        { label: '检验项分类', prop: 'inspectionItemClass' },
        { label: '检验项', prop: 'inspectionItem' },
@@ -660,7 +660,7 @@
      componentDataDelete: [],
      tableLoadingDelete: false,
      columnDelete: [
        { label: '样品编号', prop: 'sampleCode' },
        { label: '样品编号', prop: 'sampleCode', width: '160px' },
        { label: '检验项分类', prop: 'inspectionItemClass' },
        { label: '检验项', prop: 'inspectionItem' },
        { label: '检验项子类', prop: 'inspectionItemSubclass' },
@@ -684,7 +684,7 @@
          label: '待审核',
          value: 0
        }, {
          label: '待检验',
          label: '检验中',
          value: 1
        },
        {