fix:质检统计(简)页面清理

This commit is contained in:
shijing 2025-07-02 10:09:02 +08:00
parent bb806e4fb4
commit 86472560fe
1 changed files with 0 additions and 71 deletions

View File

@ -85,9 +85,6 @@
<el-table-column label="日期" class-name="colorheader1" width="90">
<template #default="scope"><span>{{ scope.row.data.尺寸检验_日期 }}</span></template>
</el-table-column>
<!-- <el-table-column label="检验人" class-name="colorheader1">
<template #default="scope"><span>{{ scope.row.data.尺寸检验_操作人 }}</span></template>
</el-table-column> -->
<el-table-column label="检验数" class-name="colorheader1">
<template #default="scope"><span>{{ scope.row.data.尺寸检验_count_real }}</span></template>
</el-table-column>
@ -153,9 +150,6 @@
<el-table-column label="日期" class-name="colorheader2" width="90">
<template #default="scope"><span>{{ scope.row.data.外观检验_日期 }}</span></template>
</el-table-column>
<!-- <el-table-column label="检验人" class-name="colorheader2">
<template #default="scope"><span>{{ scope.row.data.外观检验_操作人 }}</span></template>
</el-table-column> -->
<el-table-column label="检验数" class-name="colorheader2">
<template #default="scope"><span>{{ scope.row.data.外观检验_count_real }}</span></template>
</el-table-column>
@ -244,65 +238,6 @@
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_count_ok_full }}</span></template>
</el-table-column>
</el-table-column>
<!-- <el-table-column label="返修" align="center" class-name="colorheader3">
<el-table-column label="日期" class-name="colorheader3" width="90">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_日期 }}</span></template>
</el-table-column>
<el-table-column label="检验人" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_操作人 }}</span></template>
</el-table-column>
<el-table-column label="返修数" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_count_real }}</span></template>
</el-table-column>
<el-table-column label="合格数" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_count_ok_full }}</span></template>
</el-table-column>
<el-table-column label="黑圈变形" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_黑圈变形 }}</span></template>
</el-table-column>
<el-table-column label="气泡" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_气泡 }}</span></template>
</el-table-column>
<el-table-column label="浅气泡(B)" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data['外观检验_返修_缺陷_浅气泡(B)'] }}</span></template>
</el-table-column>
<el-table-column label="浅划麻(B)" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data['外观检验_返修_缺陷_浅划麻(B)'] }}</span></template>
</el-table-column>
<el-table-column label="双面划麻" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_双面划麻 }}</span></template>
</el-table-column>
<el-table-column label="浅水纹(B)" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data['外观检验_返修_缺陷_浅水纹(B)'] }}</span></template>
</el-table-column>
<el-table-column label="重水纹" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_重水纹 }}</span></template>
</el-table-column>
<el-table-column label="大崩" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_大崩 }}</span></template>
</el-table-column>
<el-table-column label="小崩边(B)" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data['外观检验_返修_缺陷_小崩边(B)'] }}</span></template>
</el-table-column>
<el-table-column label="倒角" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_倒角 }}</span></template>
</el-table-column>
<el-table-column label="棕点" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_棕点 }}</span></template>
</el-table-column>
<el-table-column label="漏光" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_漏光 }}</span></template>
</el-table-column>
<el-table-column label="黑圈缺口" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_黑圈缺口 }}</span></template>
</el-table-column>
<el-table-column label="破损" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_破损 }}</span></template>
</el-table-column>
<el-table-column label="尺寸小" class-name="colorheader3">
<template #default="scope"><span>{{ scope.row.data.外观检验_返修_缺陷_尺寸小 }}</span></template>
</el-table-column>
</el-table-column> -->
<el-table-column label="外观总合格数" class-name="colorheader3">
<template #default="scope">
<span v-if="scope.row.data.外观检验_完全总合格数==0&&scope.row.data.外观检验_count_ok_full">{{ scope.row.data.外观检验_count_ok_full }}</span>
@ -446,18 +381,12 @@ export default {
}
}
if((that.query.cc_data_start != ""&&that.query.cc_data_start != null)||(that.query.cc_data_end != ""&&that.query.cc_data_end != null)){
console.log('arr1');
console.log(arr1);
that.params.querys.push(arr1);
}
if((that.query.wg_data_start != ""&&that.query.wg_data_start != null)||(that.query.wg_data_end != ""&&that.query.wg_data_end != null)){
console.log('arr2');
console.log(arr2);
that.params.querys.push(arr2);
}
if((that.query.fx_data_start != ""&&that.query.fx_data_start != null)||(that.query.fx_data_end != ""&&that.query.fx_data_end != null)){
console.log('arr3');
console.log(arr3);
that.params.querys.push(arr3);
}
if((that.query.cc_data_start == ""||that.query.cc_data_start == null)&&(that.query.cc_data_end == ""||that.query.cc_data_end== null)&&