Merge branch 'master' of http://192.168.110.209:9001/r/lims-before
| | |
| | | <el-table-column type="index" label="序号" min-width="10%" /> |
| | | <el-table-column prop="sampleNumber" label="样品编号" min-width="8%" /> |
| | | <el-table-column prop="sampleName" label="样品名称" min-width="10%" /> |
| | | <el-table-column prop="specificationsModels" label="规格型号" min-width="10%" /> |
| | | <el-table-column prop="specificationsModels" label="规格型号" min-width="10%" > |
| | | <template slot-scope="scope"> |
| | | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="unit" label="单位" min-width="8%" /> |
| | | <el-table-column prop="samplesNumber" label="数量" min-width="8%" /> |
| | | <!-- <el-table-column prop="addway" label="添加方式" min-width="8%"> |
| | |
| | | let res = await getContractsSampleInfo({ |
| | | viewId |
| | | }) |
| | | console.log(res.data); |
| | | }, |
| | | async getSampleName() { |
| | | const res = await getSampleName() |
| | |
| | | } |
| | | this.detectionInfo = res.data.linkDetectionList |
| | | }) |
| | | }, |
| | | getSpeName(id){ |
| | | return name |
| | | } |
| | | } |
| | | } |
| | |
| | | </el-form> |
| | | </div> |
| | | <div class="library-table"> |
| | | <el-card v-for="item in device" :key="index" class="box-card" style="width: 22.8%;"> |
| | | <el-card v-for="(item,index) in device" :key="index" class="box-card" style="width: 22.8%;"> |
| | | <div class="header"> |
| | | <div style="display: flex;justify-content: start; width: 100%;"> |
| | | <div class="el-icon-set-up" style="font-size: 25px;color: rgb(103, 194, 58);line-height: 55px ;"></div> |
| | |
| | | ] |
| | | } |
| | | }, |
| | | methods:{ |
| | | searchInspections(){ |
| | | |
| | | }, |
| | | reset(){ |
| | | |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | |
| | |
| | | <el-table-column prop="name" label="负责人" min-width="10%" /> |
| | | <el-table-column prop="createTime" label="创建日期" min-width="10%" /> |
| | | <el-table-column prop="name" label="创建人" min-width="8%" /> |
| | | <el-table-column prop="code" label="计量编号" min-width="8%" /> |
| | | <el-table-column prop="code" label="计量编号" min-width="12%" /> |
| | | <el-table-column label="操作" min-width="15%"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" @click="lookMeasurement(scope.row.equipmentCode)" size="small">查看计量履历</el-button> |
| | | <!-- <el-button type="text" @click="lookMeasurement(scope.row.equipmentCode)" size="small">查看计量履历</el-button> --> |
| | | <el-button type="text" size="small">查看附件</el-button> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <!-- 分页器 --> |
| | | <div style="display: flex;justify-content: end;"> |
| | | <div style="display: flex;justify-content: end;padding: 10px 0;"> |
| | | <el-pagination @size-change="handleSizeChange" @current-change="handleCurrentChange" |
| | | :current-page="currentPage" :page-sizes="[5, 10, 20]" :page-size="pageSize" |
| | | layout="total, sizes, prev, pager, next, jumper" :total="total"> |