diff --git a/src/views/bigScreen/index_gx.vue b/src/views/bigScreen/index_gx.vue index 491e9de3..435257ee 100644 --- a/src/views/bigScreen/index_gx.vue +++ b/src/views/bigScreen/index_gx.vue @@ -703,7 +703,7 @@ export default { let month = that.currentMonth>9?that.currentMonth:'0'+that.currentMonth; let day = that.currentDay>9?that.currentDay:'0'+that.currentDay; let current_date = that.currentYear+'-'+month+'-'+day; - let objDay = {query:{start_date:current_date,end_date:current_date,mgroup_name:'二次超洗'}}; + let objDay = {query:{start_date:current_date,end_date:current_date,mgroup_name:'一次超洗'}}; that.$API.bi.dataset.exec.req('lineDay_m2', objDay).then((res0) => { if(res0.data2.ds0&&res0.data2.ds0.length>0){ that.count_day = res0.data2.ds0[0].生产数; @@ -717,7 +717,7 @@ export default { let first = that.$TOOL.dateFormat2(new Date(nowDate.getTime() - (weekFirst * ondDayTime)));//本周周一 let last = that.$TOOL.dateFormat2(new Date(nowDate.getTime() + (weekLast * ondDayTime)));//本周周日 let objWeek = {query:{ - start_date:first,end_date:last,mgroup_name:'二次超洗', + start_date:first,end_date:last,mgroup_name:'一次超洗', group_bys_date:',月,周',order_bys_date:',月,周', select_cols_date:', EXTRACT ( MONTH FROM mlog.handle_date) AS 月,EXTRACT(WEEK FROM mlog.handle_date) AS 周' }}; @@ -729,7 +729,7 @@ export default { let start_month = that.currentYear+'-'+month+'-01'; let end_month = that.currentYear+'-'+month+'-'+new Date(that.currentYear, month, 0).getDate(); let objMonth = {query:{ - start_date:start_month,end_date:end_month,mgroup_name:'二次超洗', + start_date:start_month,end_date:end_month,mgroup_name:'一次超洗', group_bys_date:',月',order_bys_date:',月', select_cols_date:', EXTRACT ( MONTH FROM mlog.handle_date) AS 月' }};