入库检验
This commit is contained in:
@@ -82,3 +82,26 @@ export function delWmFgentryInspect(pid) {
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
批量修改合格
|
||||
|
||||
*/
|
||||
export function setTheBoxToBeQualified(data) {
|
||||
return request({
|
||||
url: '/mes/wm/WmFgentryInspect/batchQualified',
|
||||
method: 'post',
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
/*
|
||||
批量修改不合格
|
||||
*/
|
||||
export function setTheBoxToBeUnQualified(data) {
|
||||
return request({
|
||||
url: '/mes/wm/WmFgentryInspect/batchUnQualified',
|
||||
method: 'post',
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user