子卷质检修改135

This commit is contained in:
2025-06-12 14:27:25 +08:00
parent facb9e5928
commit 478fb56b81
3 changed files with 15 additions and 4 deletions

View File

@@ -160,6 +160,10 @@ export const updatePackageInfo = (ivt, cn, code) => request({
url:'api/twoPda/vehicle/updatePackageInfo',
data: {ivt_status: ivt, container_name: cn, pointCode: code}
})
export const getControlList = () => request({
url:'api/twoPda/vehicle/getControlList',
data: {}
})
/**
* 纸管绑定
*/