This commit is contained in:
qianhao.xu
2024-04-19 19:41:50 +08:00
parent 9d36c013cf
commit 5ff72364dc
3 changed files with 25 additions and 470 deletions

View File

@@ -118,4 +118,17 @@ export function setTheBoxToBeUnQualified(data) {
method: 'post',
data: data,
})
}
/**
* 把包装数据转换为检验数据
* @param {*} query
* @returns
*/
export function convertToIncomingInspectionData(query) {
return request({
url: '/mes/wm/WmFgentryInspect/transform',
method: 'get',
params: query,
})
}