fix:玻纤工时统计/扭转统计接口参数纠正
This commit is contained in:
parent
7f148071d7
commit
8f120e4a1c
|
|
@ -85,6 +85,11 @@
|
|||
<span v-if="scope.row.小网轻">{{ scope.row.小网轻.含?scope.row.小网轻.含:'' }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="小网重" align="center">
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.小网重">{{ scope.row.小网重.含?scope.row.小网重.含:'' }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="小网废" align="center">
|
||||
<template #default="scope">
|
||||
<span v-if="scope.row.小网废">{{ scope.row.小网废.含?scope.row.小网废.含:'' }}</span>
|
||||
|
|
@ -220,7 +225,7 @@ export default {
|
|||
start_date:'',
|
||||
select_cols: "",
|
||||
mgroup_name: "扭转",
|
||||
testmgroup_name: "毛坯检测",
|
||||
testmgroup_name: "扭后检测",
|
||||
},
|
||||
end_date:'',
|
||||
start_date:'',
|
||||
|
|
@ -256,7 +261,7 @@ export default {
|
|||
if(that.activeName=='product'){
|
||||
biStr = 'product_defect_pb_m';
|
||||
}else{
|
||||
biStr = 'product_defect_equip_mpjc';
|
||||
biStr = 'product_defect_equip_mlogbw';
|
||||
}
|
||||
console.log('params',params);
|
||||
that.$API.bi.dataset.exec.req(biStr, params).then((res) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue