factory_web/src/views/statistics/bxerp/gzcpjcTotal.vue

242 lines
8.9 KiB
Vue

<template>
<el-container>
<el-header>
<div class="right-panel">
<el-date-picker
v-model="query.last_time__gte"
type="date"
value-format="YYYY-MM-DD"
placeholder="开始时间"
style="width: 150px"
/>
<el-date-picker
v-model="query.last_time__lte"
type="date"
value-format="YYYY-MM-DD"
placeholder="结束时间"
style="margin-left: 2px; width: 150px"
/>
<el-input v-model="query.name__contains"
placeholder="产品名称"
clearable
style="width: 200px;"
></el-input>
<el-input v-model="query.batch__contains"
placeholder="批次号"
clearable
style="width: 200px;"
></el-input>
<el-button
type="primary"
icon="el-icon-search"
@click="handleQuery"
></el-button>
</div>
</el-header>
<el-main class="nopadding">
<scTable
ref="table"
:apiObj="apiObj"
:params="params"
:query="params"
id="exportDiv"
row-key="id"
stripe
>
<el-table-column type="index" width="50" fixed="left"/>
<el-table-column label="产品名称" prop="material_start_name" fixed="left" min-width="100">
</el-table-column>
<el-table-column label="批次号" prop="batch" fixed="left">
</el-table-column>
<el-table-column label="版型" prop="material_start_model" fixed="left">
</el-table-column>
<el-table-column label="检测日期" fixed="left" prop="batch" width="90">
<template #default="scope">
{{ scope.row.data.光锥成品检测_日期 }}
</template>
</el-table-column>
<el-table-column label="检测数" fixed="left">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_count_use }}</span>
</template>
</el-table-column>
<el-table-column label="放大率" align="center" class-name="colorheader1">
<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 v-if="scope.row.data.光锥成品检测_含缺陷_放大率_比例">{{scope.row.data.光锥成品检测_含缺陷_放大率_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="方台" align="center" class-name="colorheader2">
<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 v-if="scope.row.data.光锥成品检测_含缺陷_方台_比例">{{scope.row.data.光锥成品检测_含缺陷_方台_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="缺角" align="center" class-name="colorheader3">
<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 v-if="scope.row.data.光锥成品检测_含缺陷_缺角_比例">{{scope.row.data.光锥成品检测_含缺陷_缺角_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="畸变" align="center" class-name="colorheader4">
<el-table-column label="数量" class-name="colorheader4">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_含缺陷_畸变 }}</span>
</template>
</el-table-column>
<el-table-column label="比例" class-name="colorheader4">
<template #default="scope">
<span v-if="scope.row.data.光锥成品检测_含缺陷_畸变_比例">{{scope.row.data.光锥成品检测_含缺陷_畸变_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="高度" align="center" class-name="colorheader5">
<el-table-column label="数量" class-name="colorheader5">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_含缺陷_高度 }}</span>
</template>
</el-table-column>
<el-table-column label="比例" class-name="colorheader5">
<template #default="scope">
<span v-if="scope.row.data.光锥成品检测_含缺陷_高度_比例">{{scope.row.data.光锥成品检测_含缺陷_高度_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="外径" align="center" class-name="colorheader6">
<el-table-column label="数量" class-name="colorheader6">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_含缺陷_外径 }}</span>
</template>
</el-table-column>
<el-table-column label="比例" class-name="colorheader6">
<template #default="scope">
<span v-if="scope.row.data.光锥成品检测_含缺陷_外径_比例">{{scope.row.data.光锥成品检测_含缺陷_外径_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="小经" align="center" class-name="colorheader7">
<el-table-column label="数量" class-name="colorheader7">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_含缺陷_小经 }}</span>
</template>
</el-table-column>
<el-table-column label="比例" class-name="colorheader7">
<template #default="scope">
<span v-if="scope.row.data.光锥成品检测_含缺陷_小经_比例">{{scope.row.data.光锥成品检测_含缺陷_小经_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="凹面直径" align="center" class-name="colorheader1">
<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 v-if="scope.row.data.光锥成品检测_含缺陷_凹面直径_比例">{{scope.row.data.光锥成品检测_含缺陷_凹面直径_比例 }}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="合格" class-name="colorheader2">
<el-table-column label="数量" class-name="colorheader2">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_count_ok }}</span>
</template>
</el-table-column>
<el-table-column label="比例" class-name="colorheader2">
<template #default="scope">
<span v-if="scope.row.data.光锥成品检测_合格率">{{scope.row.data.光锥成品检测_合格率}}%</span>
</template>
</el-table-column>
</el-table-column>
<el-table-column label="备注" align="center" class-name="colorheader3">
<template #default="scope">
<span>{{ scope.row.data.光锥成品检测_缺陷项_备注 }}</span>
</template>
</el-table-column>
</scTable>
</el-main>
</el-container>
</template>
<script>
export default {
name: "statistics_guan",
data() {
return {
params: {
ordering:'-data__光锥成品检测_小日期',
querys:[[{field:"data__has_key",compare:"",value:"光锥成品检测_日期"}]]
},
query:{
name__contains:'',
batch__contains:'',
last_time__gte:'',
last_time__lte:'',
},
apiObj: this.$API.wpm.batchstquery,
options:[],
tableData:[],
};
},
methods: {
handleQuery(){
let that = this;
let querys = [[{field:"data__has_key",compare:"",value:"光锥成品检测_日期"}]];
let obj = {},obj1 = {},obj2 = {},obj3 = {};
obj.field = 'data__扭后检测_批次号';
obj.value = that.query.batch__contains;
obj.compare = '';
obj1.field = 'data__扭后检测_日期';
obj1.value = that.query.last_time__gte;
obj1.compare = 'gte';
obj2.field = 'data__扭后检测_日期';
obj2.value = that.query.last_time__lte;
obj2.compare = 'lte';
obj3.field = 'material_start__name';
obj3.value = that.query.name__contains;
obj3.compare = 'contains';
if(that.query.batch__contains!==''&&that.query.batch__contains!==null){
querys[0].push(obj);
}
if(that.query.last_time__gte!==''&&that.query.last_time__gte!==null){
querys[0].push(obj1);
}
if(that.query.last_time__lte!==''&&that.query.last_time__lte!==null){
querys[0].push(obj2);
}
if(that.query.name__contains!==''&&that.query.name__contains!==null){
querys[0].push(obj3);
}
that.params.querys = querys;
this.$refs.table.queryData(that.params);
},
},
};
</script>
<style scoped>
</style>