|
|
@ -209,23 +209,31 @@
|
|
|
|
<!-- 检验项目明细 -->
|
|
|
|
<!-- 检验项目明细 -->
|
|
|
|
<el-table v-loading="loading" :data="checkProjectList" >
|
|
|
|
<el-table v-loading="loading" :data="checkProjectList" >
|
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="100"/>
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<el-table-column label="检验项目" align="center" prop="ruleName" />
|
|
|
|
<el-table-column label="检验项目" align="center" prop="ruleName" />
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard" width="200"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard" width="160"/>
|
|
|
|
<el-table-column label="抽检数量" align="center" prop="sampleNum" />
|
|
|
|
<el-table-column label="抽检数量" align="center" prop="sampleNum" />
|
|
|
|
<el-table-column label="单位" align="center" prop="unitCode" />
|
|
|
|
<el-table-column label="单位" align="center" prop="unitCode" />
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="200"/>
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="160"/>
|
|
|
|
<el-table-column label="判定" align="center" prop="status" >
|
|
|
|
<el-table-column label="判定" align="center" prop="status" >
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<dict-tag :options="dict.type.check_result" :value="scope.row.status"/>
|
|
|
|
<dict-tag :options="dict.type.check_result" :value="scope.row.status"/>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
|
|
|
|
<el-table-column label="附件" align="center" prop="files" width="200">
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<el-image v-for="(item,index) in scope.row.files" :key="index"
|
|
|
|
|
|
|
|
:src="item.fileAddress"
|
|
|
|
|
|
|
|
style="width: 100px; height: 100px"
|
|
|
|
|
|
|
|
:fit="fit" />
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</el-table-column>
|
|
|
|
</el-table>
|
|
|
|
</el-table>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col>
|
|
|
|
<el-col>
|
|
|
|
<el-form-item label="综合检验结论" prop="checkManName" label-width="100px">
|
|
|
|
<el-form-item label="综合检验结论" label-width="100px">
|
|
|
|
<el-col offset="6" span="6">
|
|
|
|
<el-col offset="6" span="6">
|
|
|
|
<el-checkbox disabled>合格</el-checkbox>
|
|
|
|
<el-checkbox disabled>合格</el-checkbox>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
@ -236,19 +244,19 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col>
|
|
|
|
<el-col :span="20">
|
|
|
|
<el-form-item label="备注:" label-width="120px">
|
|
|
|
<el-form-item label="备注:" label-width="100px">
|
|
|
|
<el-input type="textarea" disabled/>
|
|
|
|
<el-input type="textarea" disabled/>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :span="16">
|
|
|
|
<el-col :span="20">
|
|
|
|
<el-form-item label="品检主管:" label-width="100px">
|
|
|
|
<el-form-item label="品检主管:" label-width="100px">
|
|
|
|
<el-input disabled/>
|
|
|
|
<el-input disabled/>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col :span="16">
|
|
|
|
<el-col :span="20">
|
|
|
|
<el-form-item label="品管员:" >
|
|
|
|
<el-form-item label="品管员:" >
|
|
|
|
<el-input disabled/>
|
|
|
|
<el-input disabled/>
|
|
|
|
</el-form-item>
|
|
|
|
</el-form-item>
|
|
|
|