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);