no message

This commit is contained in:
2025-09-18 13:11:44 +08:00
parent 27d43236ef
commit acd1f89b55
2 changed files with 29 additions and 5 deletions

View File

@@ -630,3 +630,7 @@ export const emptyTubeVehicleOut = (point, code) => request({
url:'api/pda/slitter/emptyTubeVehicleOut',
data: {point_code: point, vehicle_code: code}
})
export const getTubeVehicleInfo = (point) => request({
url:'api/pda/slitter/getTubeVehicleInfo',
data: {point_code: point}
})