From b15f8169b38859b149f46cb307d1cfe20a3713c9 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 24 Mar 2025 13:36:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/repleinsh/job/repleinshTimeJob.vue | 23 +++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/pages/repleinsh/job/repleinshTimeJob.vue b/src/pages/repleinsh/job/repleinshTimeJob.vue index 7c5fa948..e62dcac9 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) { @@ -205,7 +205,7 @@ if (res.code == 0) { this.productionlineList = res.data.map(item => ({ value: item.value, - text: item.label + text: item.name })) this.productionlineList.unshift({ value: "", @@ -279,6 +279,13 @@ value: queryParams.time }) } + if(queryParams.day&&queryParams.time){ + filterParams.push({ + column: "dayAndTime", + action: "==", + value: queryParams.day+' '+queryParams.time + }) + } // 便次 if(queryParams.deliNo){ filterParams.push({