debug
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user