首检完成

This commit is contained in:
qianhao.xu
2024-01-26 16:58:40 +08:00
parent a4942c55c9
commit f5487516cd
7 changed files with 515 additions and 70 deletions

View File

@@ -12,6 +12,15 @@ export function getWorkoderList(query) {
})
}
// 导出函数,获取工单列表
export function getWorkoderList_piliang(query) {
// 发送get请求获取工单列表
return request({
url: '/mes/pro/workorder_v2/getWorkoderList_piliang',
method: 'get',
params: query,
})
}
// 导出函数,发起在线请求
export function startOnline(id) {