子卷质检

This commit is contained in:
2024-06-19 08:46:26 +08:00
parent 33ab62b369
commit 57144e4a26
4 changed files with 90 additions and 1 deletions

View File

@@ -146,4 +146,11 @@ export const getShaftPoint = () => request({
export const doInitShaftPoint = (code) => request({
url:'api/pda/slitter/doInitShaftPoint',
data: {point_code: code}
})
/**
* 子卷质检
*/
export const updatePackageInfo = (ivt, cn) => request({
url:'api/twoPda/vehicle/updatePackageInfo',
data: {ivt_status: ivt, container_name: cn}
})