fix: 工序合格数统计bug
This commit is contained in:
parent
c409aed5f6
commit
fe2ab50fdb
|
|
@ -166,12 +166,13 @@
|
||||||
let exec = that.queryType=='月'?'lineMonth':'lineYear';
|
let exec = that.queryType=='月'?'lineMonth':'lineYear';
|
||||||
let obj = {
|
let obj = {
|
||||||
query: {
|
query: {
|
||||||
end_date: that.end_date,dept_name: "6车间",
|
end_date: that.end_date,
|
||||||
is_hidden: -1,start_date: that.start_date,
|
start_date: that.start_date,
|
||||||
mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
|
mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
|
||||||
group_bys_material: "",order_bys_material: "",
|
group_bys_material: "",order_bys_material: "",
|
||||||
select_cols_mgroup: ", mgroup.name AS 工段",
|
select_cols_mgroup: ", mgroup.name AS 工段",
|
||||||
select_cols_material: ""
|
select_cols_material: "",
|
||||||
|
is_count_utask: -1
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
//获取echarts数据
|
//获取echarts数据
|
||||||
|
|
@ -205,9 +206,10 @@
|
||||||
});
|
});
|
||||||
let obj2 = {
|
let obj2 = {
|
||||||
query: {
|
query: {
|
||||||
start_date: that.start_date, end_date: that.end_date, dept_name: "6车间",
|
start_date: that.start_date, end_date: that.end_date,
|
||||||
is_hidden: -1,mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
|
mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
|
||||||
select_cols_mgroup: ", mgroup.name AS 工段",
|
select_cols_mgroup: ", mgroup.name AS 工段",
|
||||||
|
is_count_utask: -1
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
//获取table数据
|
//获取table数据
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue