生产工单

This commit is contained in:
qianhao.xu
2023-11-14 21:43:07 +08:00
parent 2abd4e87ad
commit 8e2891229d
2 changed files with 135 additions and 18 deletions

View File

@@ -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',
})
}