空载具出入库

This commit is contained in:
x
2026-07-16 18:02:12 +08:00
parent 465f0f7564
commit cb512eae07
4 changed files with 120 additions and 3 deletions

View File

@@ -17,6 +17,15 @@ export const twoPdaVehicleIn = (code, type, pcode, layer) => request({
layer: layer
}
})
// 1.1空载具出库-【出库按钮】
export const twoPdaVehicleOut = (pcode, type, num) => request({
url:'api/twoPda/vehicle/vehicleOut',
data: {
point_code: pcode,
vehicle_type: type,
num: num
}
})
// 字典获取
export const dictDetailpdaPost = (no, code) => request({
url:'api/dict/dictDetail/pdaPost',