排程模块完成
This commit is contained in:
@@ -31,3 +31,19 @@ export function CancelScheduling(id) {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
export function releaseProduction(id) {
|
||||
return request({
|
||||
url: '/mes/pro/workorder/releaseProduction/' + id,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
export function saveSrotResults(data) {
|
||||
return request({
|
||||
url: '/mes/pro/workorder/sortschedule',
|
||||
method: 'post',
|
||||
data: data,
|
||||
contextType: 'application/json',
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user