From 8f40636d9157f0ba0fa82eaf5223f82f7849c67e Mon Sep 17 00:00:00 2001 From: Yangwl <1726150332@qq.com> Date: Wed, 16 Jul 2025 16:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E5=8D=95=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=A7=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yangwl <1726150332@qq.com> --- src/views/device/repairOrder/index.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/views/device/repairOrder/index.vue b/src/views/device/repairOrder/index.vue index 56496f1..b52639d 100644 --- a/src/views/device/repairOrder/index.vue +++ b/src/views/device/repairOrder/index.vue @@ -326,6 +326,12 @@ prop="orderCode" width="230" /> + + > @@ -1193,7 +1199,7 @@ > - + @@ -1320,7 +1326,7 @@ type="textarea" :autosize="{ minRows: 2, maxRows: 4}" style="width: 350px" - /> + /> 取 消 确 定 @@ -1631,7 +1637,7 @@ > - + @@ -1989,7 +1995,7 @@ export default { return index + 1; }, - //计算时间维修时间 结束维修时间-开始维修时间 转化为小时 + //计算时间维修时间 结束维修时间-开始维修时间 转化为小时 listeningTime() { if (this.form.workEndTime != null && this.form.workStartTime != null) { var time1 = moment(this.form.workStartTime);