From 546a51fd2d8f6e9de09260f0474f41ce72dab56d Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 2 Sep 2025 09:33:47 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=85=89=E8=8A=AF=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E4=B8=AD=E5=B7=A5=E4=BD=9C=E5=BC=80=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E5=BF=85=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/f_mlogs_form.vue | 22 ++++++++++------------ src/views/wpm_gx/fmlog_detail.vue | 1 - 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/views/wpm_gx/f_mlogs_form.vue b/src/views/wpm_gx/f_mlogs_form.vue index 2909ee3f..d179e6b6 100644 --- a/src/views/wpm_gx/f_mlogs_form.vue +++ b/src/views/wpm_gx/f_mlogs_form.vue @@ -208,12 +208,15 @@ - + @@ -447,15 +450,10 @@ export default { that.getRoute(); that.gettestitem(); that.form.fmlog = that.fmlog; - that.form.handle_date = that.$TOOL.dateFormat2(new Date());; + // that.form.handle_date = that.$TOOL.dateFormat2(new Date()); + that.form.work_start_time = that.$TOOL.dateFormat(new Date()); }, methods: { - // getRoute() { - // let that = this; - // that.$API.mtm.route.list.req({ process: that.process, page: 0, routepack__state: 30 }).then((res) => { - // that.routeOptions = res; - // }); - // }, changeRoute(){ let that = this; that.routeOptions.forEach(item=>{ diff --git a/src/views/wpm_gx/fmlog_detail.vue b/src/views/wpm_gx/fmlog_detail.vue index 2fac709e..725c0af7 100644 --- a/src/views/wpm_gx/fmlog_detail.vue +++ b/src/views/wpm_gx/fmlog_detail.vue @@ -46,7 +46,6 @@ :apiObj="apiObj" :params="params" row-key="id" - @row-click="table_detail" >