入库检验
This commit is contained in:
@@ -12,6 +12,20 @@ export function listWmFgentryInspect(query) {
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 成品入库检验分页查询 一级
|
||||
* @param {查询条件} data
|
||||
*/
|
||||
export function listWmFgentryInspect_firstLevel(query) {
|
||||
return request({
|
||||
url: '/mes/wm/WmFgentryInspect/first_level_list',
|
||||
method: 'get',
|
||||
params: query,
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增成品入库检验
|
||||
* @param data
|
||||
|
||||
Reference in New Issue
Block a user