From 142dd97a2c3c61382737da74428db1cde829d2bb Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Thu, 2 Nov 2023 09:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E6=A3=80=E5=B7=A5=E5=8D=95=E3=80=81?= =?UTF-8?q?=E4=BF=9D=E5=85=BB=E5=B7=A5=E5=8D=95init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/upkeepOrder/index.vue | 1856 ++++++++++++++++-------- src/views/device/upkeepPlan/index.vue | 24 +- 2 files changed, 1269 insertions(+), 611 deletions(-) diff --git a/src/views/device/upkeepOrder/index.vue b/src/views/device/upkeepOrder/index.vue index 4dc2897..127513e 100644 --- a/src/views/device/upkeepOrder/index.vue +++ b/src/views/device/upkeepOrder/index.vue @@ -1,608 +1,1266 @@ diff --git a/src/views/device/upkeepPlan/index.vue b/src/views/device/upkeepPlan/index.vue index 271a794..63af238 100644 --- a/src/views/device/upkeepPlan/index.vue +++ b/src/views/device/upkeepPlan/index.vue @@ -861,7 +861,7 @@ export default { equTotal: 0, // 搜索到的设备list queryEquipment: [], - // 设备弹窗搜索条件 + // 备件弹窗搜索条件 spareQuery: { materialCode: null, materialDesc: null, @@ -932,17 +932,17 @@ export default { }, // 表单参数 form: { - selectSpareList: [], - equipmentItem: [], - shutDown: '0', - calculationRule: '0', - planLoopType: 'day', - planLoop: null, - upkeep: '1', - planName: null, - planWorkshop: null, - personList:[], - planTimeArray:[], + selectSpareList: [], + equipmentItem: [], + shutDown: '0', + calculationRule: '0', + planLoopType: 'day', + planLoop: null, + upkeep: '1', + planName: null, + planWorkshop: null, + personList:[], + planTimeArray:[], }, // 表单校验 rules: {}