This commit is contained in:
qianhao.xu
2024-04-18 11:36:08 +08:00
parent e960c270bf
commit cb96836f8f
2 changed files with 124 additions and 297 deletions

View File

@@ -26,6 +26,19 @@ export function listWmFgentryInspect_firstLevel(query) {
})
}
/**
* 成品入库检验分页查询 二级级
* @param {查询条件} data
*/
export function listWmFgentryInspect_secondLevel(query) {
return request({
url: '/mes/wm/WmFgentryInspect/second_level_list',
method: 'get',
params: query,
})
}
/**
* 新增成品入库检验
* @param data