|
|
|
@ -21,12 +21,12 @@
|
|
|
|
|
<el-card>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item label="报告人员:" prop="adduser">
|
|
|
|
|
<el-form-item label="检查人员:" prop="adduser">
|
|
|
|
|
<el-input disabled v-model="postForm.adduser" type="text"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item label="报告人单位:" prop="depart">
|
|
|
|
|
<el-form-item label="检查单位:" prop="depart">
|
|
|
|
|
<el-input disabled v-model="postForm.depart" :precision="1" :max="999999" type="text"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -100,13 +100,20 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item label="备注:" prop="remark">
|
|
|
|
|
<el-input disabled v-model="postForm.remark" placeholder="请输入备注" type="textarea"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-card>
|
|
|
|
|
<div class="filter-container" style="margin-top: 25px;height: 472px">
|
|
|
|
|
<div class="filter-container" style="margin-top: 25px;height: 399px">
|
|
|
|
|
<el-table
|
|
|
|
|
:data="postForm.checkTypeDTOS"
|
|
|
|
|
style="width: 100%;height: 100%;overflow:auto;"
|
|
|
|
|
@expand-change="handleChange"
|
|
|
|
|
height="472"
|
|
|
|
|
height="399"
|
|
|
|
|
>
|
|
|
|
|
<el-table-column type="expand">
|
|
|
|
|
<template slot-scope="props">
|
|
|
|
@ -211,6 +218,7 @@
|
|
|
|
|
percentageScore:0,
|
|
|
|
|
realScore:0,
|
|
|
|
|
totalScore:0,
|
|
|
|
|
remark:'',
|
|
|
|
|
},
|
|
|
|
|
cachedData: [], // 新增缓存变量
|
|
|
|
|
checkTypeSave: [],
|
|
|
|
|