|
|
@ -134,13 +134,13 @@
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-row>
|
|
|
|
<el-col :offset="8" :span="8" class="center-text">
|
|
|
|
<el-col class="center-text">
|
|
|
|
<h2>成品检验报告</h2>
|
|
|
|
<h2>成品检验报告</h2>
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-descriptions title="" border :column="3" :contentStyle="content_style" :label-style="label_style">
|
|
|
|
<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-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-item3">{{form.checkNo}}</el-descriptions-item>
|
|
|
|
|
|
|
|
|
|
|
|
<el-descriptions-item label="产品编码" class="my-description-item1">{{form.materialCode}}</el-descriptions-item>
|
|
|
|
<el-descriptions-item label="产品编码" class="my-description-item1">{{form.materialCode}}</el-descriptions-item>
|
|
|
@ -161,7 +161,7 @@
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<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="projectRuleName" width="100"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
<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" prop="unitCode" width="50"/>-->
|
|
|
|
<el-table-column label="实测结果及判定" align="center">
|
|
|
|
<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"/>
|
|
|
@ -196,7 +196,7 @@
|
|
|
|
<el-table-column label="序号" align="center" type="index" width="50"/>
|
|
|
|
<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="projectRuleName" width="100"/>
|
|
|
|
<el-table-column label="标准要求" align="center" prop="checkStandard"/>
|
|
|
|
<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">
|
|
|
|
<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 label="判定" align="center" prop="status" width="110"/>
|
|
|
@ -206,19 +206,13 @@
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
<el-descriptions title="" border :column="1">
|
|
|
|
<el-descriptions title="" border :column="1">
|
|
|
|
<el-descriptions-item label="综合检验结论">
|
|
|
|
<el-descriptions-item label="综合检验结论">
|
|
|
|
|
|
|
|
<el-col :span="6">
|
|
|
|
<el-col offset="1" span="6">
|
|
|
|
<span v-if="this.checkResult=='Y'">√合格</span>
|
|
|
|
<el-checkbox-group v-model="form.checkedValues">
|
|
|
|
<span label="N" v-else>×不合格</span>
|
|
|
|
<el-checkbox label="Y">合格</el-checkbox>
|
|
|
|
|
|
|
|
<el-checkbox label="N">不合格</el-checkbox>
|
|
|
|
|
|
|
|
</el-checkbox-group>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col span="8">
|
|
|
|
<el-col :span="8">
|
|
|
|
判定合格打“√”,不合格打“×”
|
|
|
|
备注:判定合格打“√”,不合格打“×”
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions-item>
|
|
|
|
</el-descriptions>
|
|
|
|
</el-descriptions>
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
@ -279,6 +273,7 @@ export default {
|
|
|
|
//打印
|
|
|
|
//打印
|
|
|
|
formRef: 'form',
|
|
|
|
formRef: 'form',
|
|
|
|
validateRules: [],
|
|
|
|
validateRules: [],
|
|
|
|
|
|
|
|
checkResult: 'Y',
|
|
|
|
printData: {
|
|
|
|
printData: {
|
|
|
|
printable: 'printFrom',
|
|
|
|
printable: 'printFrom',
|
|
|
|
ignore: ['no-print'],
|
|
|
|
ignore: ['no-print'],
|
|
|
@ -296,6 +291,7 @@ export default {
|
|
|
|
incomeList: [],
|
|
|
|
incomeList: [],
|
|
|
|
// 检验项目列表
|
|
|
|
// 检验项目列表
|
|
|
|
checkProjectList: [],
|
|
|
|
checkProjectList: [],
|
|
|
|
|
|
|
|
checkProjectList0:[],
|
|
|
|
defectList: [],
|
|
|
|
defectList: [],
|
|
|
|
// 弹出层标题
|
|
|
|
// 弹出层标题
|
|
|
|
title: "",
|
|
|
|
title: "",
|
|
|
@ -389,9 +385,12 @@ export default {
|
|
|
|
getList() {
|
|
|
|
getList() {
|
|
|
|
this.loading = true;
|
|
|
|
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.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');
|
|
|
|
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 => {
|
|
|
|
listProduct(this.queryParams).then(response => {
|
|
|
@ -470,9 +469,9 @@ export default {
|
|
|
|
this.queryParams.recordId = recordId;
|
|
|
|
this.queryParams.recordId = recordId;
|
|
|
|
getProduct(recordId).then(response => {
|
|
|
|
getProduct(recordId).then(response => {
|
|
|
|
this.form = response.data;
|
|
|
|
this.form = response.data;
|
|
|
|
let checkedValues0 =[];
|
|
|
|
//let checkedValues0 =[];
|
|
|
|
checkedValues0.push(response.data.checkResult)
|
|
|
|
this.checkResult = response.data.checkResult;
|
|
|
|
this.form.checkedValues = checkedValues0;
|
|
|
|
//this.form.checkedValues = checkedValues0;
|
|
|
|
this.form.printable = 'printFrom'; //打印时需要
|
|
|
|
this.form.printable = 'printFrom'; //打印时需要
|
|
|
|
this.form.ignore = ['no-print'];//打印时需要
|
|
|
|
this.form.ignore = ['no-print'];//打印时需要
|
|
|
|
this.open = true;
|
|
|
|
this.open = true;
|
|
|
@ -534,6 +533,8 @@ export default {
|
|
|
|
item.status = '合格';
|
|
|
|
item.status = '合格';
|
|
|
|
}else if(item.status == 'N'){
|
|
|
|
}else if(item.status == 'N'){
|
|
|
|
item.status = '不合格';
|
|
|
|
item.status = '不合格';
|
|
|
|
|
|
|
|
}else if(item.status == '未检验'){
|
|
|
|
|
|
|
|
item.status = '未检验';
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
item.status = '/';
|
|
|
|
item.status = '/';
|
|
|
|
}
|
|
|
|
}
|
|
|
|