| | |
| | | </div> |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | |
| | | |
| | | |
| | | <el-table-column prop="deviceName" label="试验设备" min-width="260"> |
| | | <template slot-scope="scope"> |
| | | <div v-if="!scope.row.children"> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | </div> |
| | | |
| | | |
| | | <div class="rawMaterial-result"> |
| | | <el-row> |
| | | <el-col :span="24">检验结论</el-col> |
| | |
| | | } |
| | | this.showPart = true |
| | | }, |
| | | |
| | | updateDevice(row, index) { |
| | | let rowId=JSON.stringify(row.rpId) |
| | | updateDeviceById({ deviceId: row.deviceId, rpId: row.rpId }).then(res => { |
| | |
| | | } |
| | | ele.iid = Math.random() |
| | | ele.father = item.rpFather |
| | | if (item.children != undefined) { |
| | | item.children.forEach(obj => { |
| | | let arr= [] |
| | | if(obj.userName){ |
| | | userNameList.push(obj.userName) |
| | | } |
| | | let arr= [] |
| | | |
| | | |
| | | if(obj.testValue){ |
| | | arr = obj.testValue.split(",") |
| | | } |
| | | |
| | | if (arr.length > this.empiricalValueAdd) { |
| | | this.empiricalValueAdd = arr.length |
| | | } |
| | | let o = { |
| | | deviceId: obj.deviceId, |
| | | deviceName: obj.deviceName, |
| | |
| | | ele.children.push(o) |
| | | }) |
| | | this.list.push(ele) |
| | | } |
| | | }} |
| | | }) |
| | | this.conclusionTable = [{ |
| | | code: data.code, |