diff --git a/utils/getData1.js b/utils/getData1.js index a2eb0a7..c8820e3 100644 --- a/utils/getData1.js +++ b/utils/getData1.js @@ -151,3 +151,21 @@ export const virtualoutConfirm = (brows, bno) => request({ box_no: bno } }) + +// 空载具出库、空载具入库 +// 1.1空载具出入库 +export const emptyVehiclepointOperate = (pcode, vcode, option) => request({ + url: 'api/pda/emptyVehicle/pointOperate', + data: { + point_code: pcode, + vehicle_code: vcode, + option: option + } +}) +// 1.1空载具出入库 +export const emptyVehiclepointStatusQuery = (pcode) => request({ + url: 'api/pda/emptyVehicle/pointStatusQuery', + data: { + point_code: pcode + } +}) \ No newline at end of file