24h,设备

This commit is contained in:
helloDy
2023-11-15 14:30:28 +08:00
parent e6158cd59b
commit 952490f0d4
12 changed files with 230 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
/*
* @Author: Do not edit
* @Date: 2023-10-21 11:50:46
* @LastEditTime: 2023-11-06 17:49:42
* @LastEditTime: 2023-11-15 10:44:41
* @LastEditors: DY
* @Description:
*/
@@ -67,6 +67,14 @@ export function getCoreWOList(query) {
})
}
// 根据工单id获得所有列表
export function getCoreWOListById(ids) {
return request({
url: '/base/core-work-order/list?ids='+ ids ,
method: 'get'
})
}
// 创建工单预使用原料
export function createCoreWOMa(data) {
return request({
@@ -135,4 +143,4 @@ export function statusChange(data) {
method: 'post',
data: data
})
}
}

View File

@@ -1,7 +1,7 @@
/*
* @Author: Do not edit
* @Date: 2023-11-08 15:56:52
* @LastEditTime: 2023-11-11 19:52:54
* @LastEditTime: 2023-11-13 09:15:17
* @LastEditors: DY
* @Description:
*/

View File

@@ -1,7 +1,7 @@
/*
* @Author: Do not edit
* @Date: 2023-11-08 15:56:52
* @LastEditTime: 2023-11-10 09:04:50
* @LastEditTime: 2023-11-13 08:52:12
* @LastEditors: DY
* @Description:
*/
@@ -58,10 +58,10 @@ export function getCheckDetPage(query) {
})
}
// 获得x巡检所有列表
// 获得设备巡检所有列表
export function getcheckList(query) {
return request({
url: '/base/equipment-check/list',
url: '/base/equipment-check/listAll',
method: 'get',
params: query
})