| | |
| | | <div>{{item.siteType}}</div> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <td class="w-25 m-color required">评估人</td> |
| | | <td class="w-75 m-color"> |
| | | <!-- <el-select style="width: 100%" :disabled="reportDialogState.disabled" v-model="reportDialogState.reportForm.assessPerson" clearable filterable>--> |
| | | <!-- <el-option--> |
| | | <!-- v-for="item in reportDialogState.allPersonList"--> |
| | | <!-- :key="item.id"--> |
| | | <!-- :value="item.id"--> |
| | | <!-- :label="item.personName"--> |
| | | <!-- ></el-option>--> |
| | | <!-- </el-select>--> |
| | | <el-input :disabled="reportDialogState.disabled" v-model="reportDialogState.reportForm.assessPerson" placeholder="评估人" /> |
| | | </td> |
| | | <!-- <td class="w-25 m-color required">评估时间</td>--> |
| | | <!-- <td class="w-25 m-color">--> |
| | | <!-- <el-date-picker :disabled="reportDialogState.disabled" type="datetime" format="YYYY/MM/DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss" v-model="reportDialogState.reportForm.assessTime" />--> |
| | | <!-- </td>--> |
| | | </tr> |
| | | |
| | | <tr class="m-color b-font" style="text-align: center">实验概况</tr> |
| | | <tr> |
| | |
| | | </tr> |
| | | <tr class="m-color b-font required" style="text-align: center">实验和实验项目综合风险等级评定</tr> |
| | | <tr> |
| | | <td class="m-color" style="width: 100%"> |
| | | <td class="m-color" style="width: 100%;height: 65px"> |
| | | <el-radio-group :disabled="reportDialogState.disabled" v-model="reportDialogState.reportForm.assessLevel"> |
| | | <el-radio :label="1">低风险(一级)</el-radio> |
| | | <el-radio :label="2">一般风险(二级)</el-radio> |
| | | <el-radio :label="3">较大风险(三级)</el-radio> |
| | | <el-radio :label="4">重大风险(四级)</el-radio> |
| | | <div style="display: flex;justify-content: center"> |
| | | <div style="display: flex;flex-direction: column"> |
| | | <el-radio :label="1">重大风险(一级)</el-radio> |
| | | <el-tag v-if="reportDialogState.reportForm.assessLevel == 1" class="tag-style tag-bg1" /> |
| | | </div> |
| | | <div style="display: flex;flex-direction: column"> |
| | | <el-radio :label="2">较大风险(二级)</el-radio> |
| | | <el-tag v-if="reportDialogState.reportForm.assessLevel == 2" class="tag-style tag-bg2" /> |
| | | </div> |
| | | <div style="display: flex;flex-direction: column"> |
| | | <el-radio :label="3">一般风险(三级)</el-radio> |
| | | <el-tag v-if="reportDialogState.reportForm.assessLevel == 3" class="tag-style tag-bg3" /> |
| | | </div> |
| | | <div style="display: flex;flex-direction: column"> |
| | | <el-radio :label="4">低风险(四级)</el-radio> |
| | | <el-tag v-if="reportDialogState.reportForm.assessLevel == 4" style="width: 43px;margin-left: 20px;" class="tag-bg4" /> |
| | | </div> |
| | | </div> |
| | | </el-radio-group> |
| | | </td> |
| | | </tr> |
| | | <tr> |
| | | <el-input type="textarea" :autosize="{ minRows: 3}" :disabled="reportDialogState.disabled" v-model="reportDialogState.reportForm.description" placeholder="评定依据(必填)" /> |
| | | </tr> |
| | | <tr> |
| | | <td class="w-25 m-color required">评估人</td> |
| | | <td class="w-75 m-color"> |
| | | <!-- <el-select style="width: 100%" :disabled="reportDialogState.disabled" v-model="reportDialogState.reportForm.assessPerson" clearable filterable>--> |
| | | <!-- <el-option--> |
| | | <!-- v-for="item in reportDialogState.allPersonList"--> |
| | | <!-- :key="item.id"--> |
| | | <!-- :value="item.id"--> |
| | | <!-- :label="item.personName"--> |
| | | <!-- ></el-option>--> |
| | | <!-- </el-select>--> |
| | | <el-input :disabled="reportDialogState.disabled" v-model="reportDialogState.reportForm.assessPerson" placeholder="评估人" /> |
| | | </td> |
| | | <!-- <td class="w-25 m-color required">评估时间</td>--> |
| | | <!-- <td class="w-25 m-color">--> |
| | | <!-- <el-date-picker :disabled="reportDialogState.disabled" type="datetime" format="YYYY/MM/DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss" v-model="reportDialogState.reportForm.assessTime" />--> |
| | | <!-- </td>--> |
| | | </tr> |
| | | <tr v-if="reportDialogState.reportForm.person?.length>0" class="m-color b-font" style="text-align: center">审批内容</tr> |
| | | <template v-if="reportDialogState.reportForm.person?.length>0" v-for="item in reportDialogState.reportForm.person"> |
| | |
| | | <td class="w-25 m-color">{{item.approveStage}}</td> |
| | | <td class="w-25">{{item.approvePerson}}</td> |
| | | <td class="w-25 m-color">审批结果</td> |
| | | <td class="w-25">{{item.approveStatus==1?'未审批':item.approveStatus==2?'通过':'未通过'}}</td> |
| | | <!-- <td class="w-25">{{item.approveStatus==1?'未审批':item.approveStatus==2?'通过':'未通过'}}</td>--> |
| | | <td class="w-25" :class="item.approveStatus==3?'redTit':''">{{item.approveStatus==1?'未审批':item.approveStatus==2?'通过':'未通过'}}</td> |
| | | </tr> |
| | | <tr> |
| | | <td class="w-25 m-color autoheight">审批意见</td> |
| | |
| | | realName: '' |
| | | } |
| | | }); |
| | | if(res.data.code === 200){ |
| | | if(res.data.code === 100){ |
| | | reportDialogState.systemPersonList = JSON.parse(JSON.stringify(res.data.data)); |
| | | }else{ |
| | | ElMessage({ |
| | |
| | | width: 75%; |
| | | } |
| | | |
| | | &.redTit{ |
| | | color: red; |
| | | } |
| | | |
| | | &.autoheight { |
| | | min-height: 44px; |
| | | height: auto; |
| | |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | .tag-style{ |
| | | width: 58px; |
| | | margin-left: 20px; |
| | | } |
| | | .tag-bg1 { |
| | | background: rgba(255,0,0,0.65); |
| | | } |
| | | .tag-bg2 { |
| | | background: rgba(248,82,8,0.65); |
| | | } |
| | | .tag-bg3 { |
| | | background: rgba(247,255,0,0.65); |
| | | } |
| | | .tag-bg4 { |
| | | background: rgba(0,112,192,0.65); |
| | | } |
| | | |
| | | |
| | | </style> |