diff --git a/src/views/statistics/product_check2.vue b/src/views/statistics/product_check2.vue index e348bd7c..a1facad4 100644 --- a/src/views/statistics/product_check2.vue +++ b/src/views/statistics/product_check2.vue @@ -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数据