换标出库143

This commit is contained in:
2025-09-24 16:08:31 +08:00
parent 9d643474c1
commit bb92b81327
6 changed files with 87 additions and 4 deletions

View File

@@ -633,4 +633,11 @@ export const emptyTubeVehicleOut = (point, code) => request({
export const getTubeVehicleInfo = (point) => request({
url:'api/pda/slitter/getTubeVehicleInfo',
data: {point_code: point}
})
/**
* 换标出库
*/
export const vehicleRelabel = (code) => request({
url:'api/twoPda/vehicle/relabel',
data: {box_no: code}
})