| | |
| | | <div style="text-align: center;">{{ n.unit }}</div> |
| | | </el-col> |
| | | <el-col :span="2"> |
| | | <div style="text-align: center;" v-html="n.tell"></div> |
| | | <div style="text-align: center;" v-html="n.ask"></div> |
| | | </el-col> |
| | | <el-col :span="16"> |
| | | <div class="content" style="text-align: center;width: 100%;overflow-x: auto;"> |
| | |
| | | <div style="text-align: center;">{{ n.unit }}</div> |
| | | </el-col> |
| | | <el-col :span="2"> |
| | | <div style="text-align: center;" v-html="n.tell"></div> |
| | | <div style="text-align: center;" v-html="n.ask"></div> |
| | | </el-col> |
| | | <el-col :span="16"> |
| | | <div class="content" style="text-align: center;width: 100%;overflow-x: auto;"> |
| | |
| | | <div style="text-align: center;">{{ n.unit }}</div> |
| | | </el-col> |
| | | <el-col :span="2"> |
| | | <div style="text-align: center;" v-html="n.tell"></div> |
| | | <div style="text-align: center;" v-html="n.ask"></div> |
| | | </el-col> |
| | | <el-col :span="16"> |
| | | <div class="content" style="text-align: center;width: 100%;overflow-x: auto;"> |
| | |
| | | <div style="text-align: center;">{{ n.unit }}</div> |
| | | </el-col> |
| | | <el-col :span="2"> |
| | | <div style="text-align: center;" v-html="n.tell"></div> |
| | | <div style="text-align: center;" v-html="n.ask"></div> |
| | | </el-col> |
| | | <el-col :span="17"> |
| | | <div class="content" style="text-align: center;width: 100%;overflow-x: auto;"> |
| | |
| | | { |
| | | name:'电压驻波比', |
| | | unit:'/', |
| | | tell:'≤1.45', |
| | | ask:'≤1.45', |
| | | result:'', |
| | | conclusion:'合格', |
| | | portList:[], |
| | |
| | | { |
| | | name:'同极化隔离度', |
| | | unit:'dB', |
| | | tell:'≤1.45', |
| | | ask:'≤1.45', |
| | | result:'', |
| | | conclusion:'合格', |
| | | portList:[], |
| | |
| | | name:'互调', |
| | | band:'2100MHz', |
| | | unit:'dB', |
| | | tell:'≤1.45', |
| | | ask:'≤1.45', |
| | | result:'', |
| | | conclusion:'合格', |
| | | portList:[], |
| | |
| | | { |
| | | name:'偏差', |
| | | unit:'dB', |
| | | tell:'≤1.45', |
| | | ask:'≤1.45', |
| | | result:'', |
| | | conclusion:'合格', |
| | | portList:[], |
| | |
| | | name:'最大耦合度', |
| | | unit:'dB', |
| | | band:'2100MHz', |
| | | tell:'≤1.45', |
| | | ask:'≤1.45', |
| | | result:'', |
| | | conclusion:'合格', |
| | | portList:[], |
| | |
| | | this.angleList = angleList |
| | | this.upTemplateState = false; |
| | | } |
| | | let tell = '' |
| | | if(item.tell.includes(',')){ |
| | | item.tell.split(',').forEach((m,i)=>{ |
| | | tell = tell + m+ (i==item.tell.split(',').length-1?'':'<br/>') |
| | | let ask = '' |
| | | if(item.ask.includes(',')){ |
| | | item.ask.split(',').forEach((m,i)=>{ |
| | | ask = ask + m+ (i==item.ask.split(',').length-1?'':'<br/>') |
| | | }) |
| | | }else{ |
| | | tell = item.tell |
| | | ask = item.ask |
| | | } |
| | | console.log(tell) |
| | | console.log(ask) |
| | | let obj = { |
| | | inspectionItemSubclass: item.inspectionItemSubclass, |
| | | unit:item.unit, |
| | | tell:tell, |
| | | ask:ask, |
| | | result:n.result, |
| | | id:item.id, |
| | | often:n.often, |
| | |
| | | this.$delete(this.loading, y) |
| | | this.$set( this.loading, y, true) |
| | | this.$axios.post(this.$api.insOrderPlan.saveInsContext2, { |
| | | orderId:this.orderId, |
| | | sampleId:this.sampleId, |
| | | // orderId:this.orderId, |
| | | sampleId:this.orderId, |
| | | sonLaboratory:h.projectList[0].sonLaboratory, |
| | | frequency:h.band, |
| | | insProductResult2s:arr |