|
|
|
@ -100,7 +100,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
</el-table>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<pagination
|
|
|
|
|
v-show="total>0"
|
|
|
|
|
:total="total"
|
|
|
|
@ -113,7 +113,7 @@
|
|
|
|
|
<el-dialog :title="title" :visible.sync="open" width="1000px" append-to-body>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="20">
|
|
|
|
|
<el-button
|
|
|
|
|
<el-button
|
|
|
|
|
class="print-btn"
|
|
|
|
|
size="mini"
|
|
|
|
|
type="primary"
|
|
|
|
@ -134,13 +134,13 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :offset="8" :span="8" class="center-text">
|
|
|
|
|
<el-col class="center-text">
|
|
|
|
|
<h2>成品检验报告</h2>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-descriptions title="" border :column="3" :contentStyle="content_style" :label-style="label_style">
|
|
|
|
|
<el-descriptions-item label="产品名称" class="my-description-item1">{{form.materialName}}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="生产数量" class="my-description-item2">{{form.quality}}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="生产数量(单位/箱)" class="my-description-item2">{{form.quality}}</el-descriptions-item>
|
|
|
|
|
<el-descriptions-item label="检验编码" class="my-description-item3">{{form.checkNo}}</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item label="产品编码" class="my-description-item1">{{form.materialCode}}</el-descriptions-item>
|
|
|
|
@ -152,19 +152,19 @@
|
|
|
|
|
<el-descriptions-item label="检验日期" class="my-description-item3">{{form.checkTime}}</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<el-row class="border-row">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
包装检验项目
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<!-- 检验项目明细 -->
|
|
|
|
|
<el-table v-loading="loading" :data="checkProjectList" border :span-method="objectSpanMethod" >
|
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
|
<el-table-column label="检验项目" align="center" prop="projectRuleName" width="100"/>
|
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
|
<el-table-column label="抽检数" align="center" prop="samplePlan" width="60"/>
|
|
|
|
|
<el-table-column label="抽检数(PC)" align="center" prop="samplePlan" width="60"/>
|
|
|
|
|
<!--<el-table-column label="单位" align="center" prop="unitCode" width="50"/>-->
|
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
|
|
<el-table-column label="判定" align="center" prop="status" width="110"/>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<!--
|
|
|
|
@ -177,8 +177,8 @@
|
|
|
|
|
<el-table-column label="附件" align="center" prop="files" width="120">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<el-image v-for="(item,index) in scope.row.files" :key="index"
|
|
|
|
|
:src="item.fileAddress"
|
|
|
|
|
style="width: 100px; height: 100px"
|
|
|
|
|
:src="item.fileAddress"
|
|
|
|
|
style="width: 100px; height: 100px"
|
|
|
|
|
:fit="fit" />
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
@ -187,16 +187,16 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row class="border-row">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
内容物分析项目
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="24">
|
|
|
|
|
<!-- 检验项目明细 -->
|
|
|
|
|
<el-table v-loading="loading" :data="checkProjectList0" border>
|
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
|
<el-table-column label="检验项目" align="center" prop="projectRuleName" width="100"/>
|
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
|
<el-table-column label="抽检数" align="center" prop="samplePlan" width="60"/>
|
|
|
|
|
<el-table-column label="抽检数(PC)" align="center" prop="samplePlan" width="60"/>
|
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
|
<el-table-column label="实测结果" align="center" prop="actualValue" width="120"/>
|
|
|
|
|
<el-table-column label="判定" align="center" prop="status" width="110"/>
|
|
|
|
@ -206,19 +206,13 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-descriptions title="" border :column="1">
|
|
|
|
|
<el-descriptions-item label="综合检验结论">
|
|
|
|
|
|
|
|
|
|
<el-col offset="1" span="6">
|
|
|
|
|
<el-checkbox-group v-model="form.checkedValues">
|
|
|
|
|
<el-checkbox label="Y">合格</el-checkbox>
|
|
|
|
|
<el-checkbox label="N">不合格</el-checkbox>
|
|
|
|
|
</el-checkbox-group>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<span v-if="this.checkResult=='Y'">√合格</span>
|
|
|
|
|
<span label="N" v-else>×不合格</span>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col span="8">
|
|
|
|
|
判定合格打“√”,不合格打“×”
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
备注:判定合格打“√”,不合格打“×”
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
|
</el-descriptions>
|
|
|
|
|
<!--
|
|
|
|
@ -232,7 +226,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="10">
|
|
|
|
|
<el-form-item label="品检主管:" label-width="100px">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="10">
|
|
|
|
@ -243,13 +237,13 @@
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
|
|
<el-button type="primary" @click="cancel">确 定</el-button>
|
|
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
|
|
</div>
|
|
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -279,6 +273,7 @@ export default {
|
|
|
|
|
//打印
|
|
|
|
|
formRef: 'form',
|
|
|
|
|
validateRules: [],
|
|
|
|
|
checkResult: 'Y',
|
|
|
|
|
printData: {
|
|
|
|
|
printable: 'printFrom',
|
|
|
|
|
ignore: ['no-print'],
|
|
|
|
@ -296,6 +291,7 @@ export default {
|
|
|
|
|
incomeList: [],
|
|
|
|
|
// 检验项目列表
|
|
|
|
|
checkProjectList: [],
|
|
|
|
|
checkProjectList0:[],
|
|
|
|
|
defectList: [],
|
|
|
|
|
// 弹出层标题
|
|
|
|
|
title: "",
|
|
|
|
@ -389,9 +385,12 @@ export default {
|
|
|
|
|
getList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
|
|
|
|
|
if(this.queryParams.checkTimeArray.length>0){
|
|
|
|
|
if(this.queryParams.checkTimeArray != null &&this.queryParams.checkTimeArray.length>0){
|
|
|
|
|
this.queryParams.checkTimeStart = moment(this.queryParams.checkTimeArray[0]).format('YYYY-MM-DD HH:mm:ss');
|
|
|
|
|
this.queryParams.checkTimeEnd = moment(this.queryParams.checkTimeArray[1]).format('YYYY-MM-DD HH:mm:ss');
|
|
|
|
|
}else{
|
|
|
|
|
this.queryParams.checkTimeStart = null;
|
|
|
|
|
this.queryParams.checkTimeEnd = null;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
listProduct(this.queryParams).then(response => {
|
|
|
|
@ -470,9 +469,9 @@ export default {
|
|
|
|
|
this.queryParams.recordId = recordId;
|
|
|
|
|
getProduct(recordId).then(response => {
|
|
|
|
|
this.form = response.data;
|
|
|
|
|
let checkedValues0 =[];
|
|
|
|
|
checkedValues0.push(response.data.checkResult)
|
|
|
|
|
this.form.checkedValues = checkedValues0;
|
|
|
|
|
//let checkedValues0 =[];
|
|
|
|
|
this.checkResult = response.data.checkResult;
|
|
|
|
|
//this.form.checkedValues = checkedValues0;
|
|
|
|
|
this.form.printable = 'printFrom'; //打印时需要
|
|
|
|
|
this.form.ignore = ['no-print'];//打印时需要
|
|
|
|
|
this.open = true;
|
|
|
|
@ -509,7 +508,7 @@ export default {
|
|
|
|
|
this.getList();
|
|
|
|
|
this.$modal.msgSuccess("删除成功");
|
|
|
|
|
}).catch(() => {});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
/** 导出按钮操作 */
|
|
|
|
|
handleExport() {
|
|
|
|
@ -534,6 +533,8 @@ export default {
|
|
|
|
|
item.status = '合格';
|
|
|
|
|
}else if(item.status == 'N'){
|
|
|
|
|
item.status = '不合格';
|
|
|
|
|
}else if(item.status == '未检验'){
|
|
|
|
|
item.status = '未检验';
|
|
|
|
|
}else{
|
|
|
|
|
item.status = '/';
|
|
|
|
|
}
|
|
|
|
@ -618,7 +619,7 @@ export default {
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
.center-text {
|
|
|
|
|
.center-text {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.report-logo {
|
|
|
|
@ -640,4 +641,4 @@ export default {
|
|
|
|
|
text-align:center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
</style>
|
|
|
|
|