This commit is contained in:
qianhao.xu
2024-01-30 19:04:36 +08:00
parent 0acca51e0b
commit bc8e8ff874
8 changed files with 225 additions and 106 deletions

View File

@@ -56,4 +56,14 @@ export function calculate_packagingInvestment(query) {
method: 'get',
params: query,
})
}
// 更改工单状态
export function update_workorder_status(query) {
return request({
url: '/mes/qc/FQC/update_workorder_status',
method: 'get',
params: query,
})
}