fix: 工序合格数统计bug

This commit is contained in:
caoqianming 2024-03-21 16:40:44 +08:00
parent c409aed5f6
commit fe2ab50fdb
1 changed files with 7 additions and 5 deletions

View File

@ -166,12 +166,13 @@
let exec = that.queryType=='月'?'lineMonth':'lineYear';
let obj = {
query: {
end_date: that.end_date,dept_name: "6车间",
is_hidden: -1,start_date: that.start_date,
end_date: that.end_date,
start_date: that.start_date,
mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
group_bys_material: "",order_bys_material: "",
select_cols_mgroup: ", mgroup.name AS 工段",
select_cols_material: ""
select_cols_material: "",
is_count_utask: -1
},
};
//echarts
@ -205,9 +206,10 @@
});
let obj2 = {
query: {
start_date: that.start_date, end_date: that.end_date, dept_name: "6车间",
is_hidden: -1,mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
start_date: that.start_date, end_date: that.end_date,
mgroup_name: that.processName,group_bys_mgroup: ", mgroup.name",
select_cols_mgroup: ", mgroup.name AS 工段",
is_count_utask: -1
},
};
//table