diff --git a/src/api/device/upkeepPlan.js b/src/api/device/upkeepPlan.js index 63a88bd1..908fce50 100644 --- a/src/api/device/upkeepPlan.js +++ b/src/api/device/upkeepPlan.js @@ -1,5 +1,14 @@ import request from '@/utils/request' +// 处理计划-设备信息 +export function formatEquItem(data) { + return request({ + url: '/device/upkeepPlan/formatEquItem', + method: 'post', + data: data + }); +} + // 查询保养计划列表 export function listUpkeepPlan(query) { return request({ diff --git a/src/views/device/inspectionPlan/index.vue b/src/views/device/inspectionPlan/index.vue index 88c6bb9a..4efa7805 100644 --- a/src/views/device/inspectionPlan/index.vue +++ b/src/views/device/inspectionPlan/index.vue @@ -1227,6 +1227,6 @@ export default { } .el-transfer-panel { - width: 300px; + width: 260px; } diff --git a/src/views/device/upkeepPlan/index.vue b/src/views/device/upkeepPlan/index.vue index b2211a5e..a7a91577 100644 --- a/src/views/device/upkeepPlan/index.vue +++ b/src/views/device/upkeepPlan/index.vue @@ -330,108 +330,315 @@ /> - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {{dict.label}} - - - - - - - - - - - - - - - - - - - - - - - - - - +
+ + + + + + + +
+ + + + + + + + + 单次 + 多次 + + + + + + + + + + + + + + + + + + + + + + + + + + + 按固定周期 + 按上次保养时间 + + + + + + + 停机保养 + 开机保养 + + + +
+ +
+ + + + 选择设备 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 确 定 + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + + + + + 取 消 + 确 定 + + +
+ +
+ 更换备件 +
+ +
+ + + + + + +
+
+
+