From 2004080b867c11d574136fe888dc8734b49923c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Fri, 31 Oct 2025 13:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=81=9C=E6=9C=BA-=E6=8F=92?= =?UTF-8?q?=E5=85=A5=20=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0=20=E5=A4=87?= =?UTF-8?q?=E6=B3=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/yieldReport/com_produce_down.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/modules/yieldReport/com_produce_down.vue b/src/views/modules/yieldReport/com_produce_down.vue index b534dad..4f68cc8 100644 --- a/src/views/modules/yieldReport/com_produce_down.vue +++ b/src/views/modules/yieldReport/com_produce_down.vue @@ -3,7 +3,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -44,7 +44,14 @@ - + + + + + + + + @@ -148,6 +155,7 @@ export default { totalTime: 0, downTimeCode: '', downTimeDesc: '', + remark: '' }, operatorData: { site: this.$store.state.user.site, @@ -263,6 +271,7 @@ export default { this.pageData.totalTime = 0; this.pageData.downTimeCode = ''; this.pageData.downTimeDesc = ''; + this.pageData.remark = ''; //自动获取焦点 this.$nextTick(() => { this.$refs.totalTime.focus();