value
2024-04-25 d4b07ba3645bda96a8019adda693aeb3d83830ec
src/components/view/b1-inspection-order.vue
@@ -172,7 +172,7 @@
               </el-row>
            </span>
         </el-dialog>
         <el-dialog title="数据查看" :visible.sync="dataDialogVisible" width="70%">
         <el-dialog title="数据查看" :visible.sync="dataDialogVisible" width="80%">
            <div style="height: 70vh;overflow-y: auto;" v-if="dataDialogVisible">
               <ValueTable ref="ValueTableDataLook" :url="$api.insOrder.selectSampleAndProductByOrderId"
                  :componentData="componentDataDataLook"/>
@@ -233,7 +233,7 @@
                  type: 'text',
                  method: 'handleDataLook',
                  disabFun: (row, index) => {
                     return row.state != 1
                     return row.state != 1 && row.state != 4
                  }
               }, {
                  id: 'download',
@@ -241,7 +241,7 @@
                  type: 'text',
                  method: 'download',
                  disabFun: (row, index) => {
                     return row.state != 1 || row.reportId == null
                     return row.state != 4 || row.reportId == null
                  }
               }, {
                  id: 'verify',
@@ -257,7 +257,7 @@
                  type: 'text',
                  method: 'handlEquash',
                  disabFun: (row, index) => {
                     return row.state == 2 || row.state == 3
                     return row.state != 1 && row.state != 0
                  }
               }, {
                  font: '分配',
@@ -326,6 +326,22 @@
                  inspectionValueType: {select: []}
               },
               selectField: {},
          spanConfig:{
            rows:[
              {
                name:'sampleCode',
                index:0
              },
              {
                name:'sample',
                index:1
              },
              {
                name:'model',
                index:2
              }
            ]
          },
               requiredAdd: [],
               requiredUp: []
            },