| | |
| | | label="检验类型" |
| | | min-width="80px"> |
| | | <template slot-scope="scope"> |
| | | <div v-if="scope.row.type === 0" ><span>原材料检验</span></div> |
| | | <div v-if="scope.row.type === 0" ><span >原材料检验</span></div> |
| | | <div v-if="scope.row.type === 1" ><span>委托检验</span></div> |
| | | <div v-if="scope.row.type === 2" ><span>成品检验</span></div> |
| | | </template> |
| | |
| | | > |
| | | <div class="check-box"> |
| | | <el-radio-group v-model="type" @change="handleRadioChange"> |
| | | <el-radio :label="0" border >原材料检验</el-radio> |
| | | <el-radio style="background-color: rgb(170, 236, 214);border-radius: 10px;" :label="0" border >原材料检验</el-radio> |
| | | <el-radio :label="1" border>委托检验</el-radio> |
| | | <el-radio :label="2" border>成品检验</el-radio> |
| | | </el-radio-group> |
| | |
| | | |
| | | // console.log(res); |
| | | this.inspectionTable = row; |
| | | console.log(row.icode); |
| | | this.icode = row.icode |
| | | this.$router.push({name:'Viewdetails',query: {icode:row.icode}}); |
| | | console.log(row.id); |
| | | this.id = row.id |
| | | this.$router.push({name:'Viewdetails',query: {id:row.id}}); |
| | | this.selectInspectsList() |
| | | }, |
| | | async selectInspectsList() { |
| | | // 获取分页列表 |
| | | const res = await selectInspectsList({ countSize: this.pageSize, pageSize: this.currentPage,message:this.icode}) |
| | | const res = await selectInspectsList({ countSize: this.pageSize, pageSize: this.currentPage,message:this.id}) |
| | | // this.inspectionTable = data |
| | | // console.log(res.data.row) |
| | | const data = res.data.row |