From fa010c8e2ed02439f83b2e46aac70b471205fd19 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 24 Mar 2025 14:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repleinsh/job/repleinshTimeJob.vue | 48 ++++++++++---------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/src/pages/repleinsh/job/repleinshTimeJob.vue b/src/pages/repleinsh/job/repleinshTimeJob.vue index e62dcac9..4b09f10e 100644 --- a/src/pages/repleinsh/job/repleinshTimeJob.vue +++ b/src/pages/repleinsh/job/repleinshTimeJob.vue @@ -174,13 +174,13 @@ methods: { timerRefresh() { - // this.getList('refresh') - // this.stopRefresh(); - // var that = this; - // this.timer = setInterval(function() { - // that.getList('refresh') - // console.log('补料刷新'); - // }, planRefreshTime) + this.getList('refresh') + this.stopRefresh(); + var that = this; + this.timer = setInterval(function() { + that.getList('refresh') + console.log('补料刷新'); + }, planRefreshTime) }, stopRefresh() { if (this.timer) { @@ -263,28 +263,30 @@ value: queryParams.productionLineCode }) } - // 日期 - if(queryParams.day){ - filterParams.push({ - column: "day", - action: "==", - value: queryParams.day - }) - } - // 时间 - if(queryParams.time){ - filterParams.push({ - column: "time", - action: "==", - value: queryParams.time - }) - } + if(queryParams.day&&queryParams.time){ filterParams.push({ column: "dayAndTime", action: "==", value: queryParams.day+' '+queryParams.time }) + }else{ + // 日期 + if(queryParams.day){ + filterParams.push({ + column: "day", + action: "==", + value: queryParams.day + }) + } + // 时间 + if(queryParams.time){ + filterParams.push({ + column: "time", + action: "==", + value: queryParams.time + }) + } } // 便次 if(queryParams.deliNo){