空木箱入库修改

This commit is contained in:
2024-05-15 09:28:07 +08:00
parent 813221ee6c
commit 77a94b984b
2 changed files with 4 additions and 15 deletions

View File

@@ -20,10 +20,9 @@ export const twoPdaVehicleIn = (code, type, pcode) => request({
* 二期空木箱入库
*/
// 1.1空木箱入库-【入库按钮】
export const twoPdaBoxIn = (code, no, pcode, layer) => request({
export const twoPdaBoxIn = (no, pcode, layer) => request({
url:'api/twoPda/vehicle/boxIn',
data: {
vehicle_code: code,
box_no: no,
point_code: pcode,
layer: layer