入库检验

This commit is contained in:
qianhao.xu
2024-04-18 09:18:57 +08:00
parent b52e31272c
commit cb5f1673c6
2 changed files with 274 additions and 116 deletions

View File

@@ -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