生产工单
This commit is contained in:
@@ -33,3 +33,12 @@ export function updateworkplan(data) {
|
||||
contextType: 'application/json',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
export function getworkorderList(id) {
|
||||
return request({
|
||||
url: '/mes/pro/workplan/getworkorderList/' + id,
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user