2
schangxiang@126.com
2024-07-03 e8cbb2cb2bda1fb0bb60c7a8f29383fcc73eb76c
yiqi_pda/api/outBound/index.js
@@ -18,3 +18,12 @@
  })
}
// 出库统计 /api/pdaservice/getOutBoundWorkPieceInfoCount
export function getOutBoundWorkPieceInfoCount(data) {
  return request({
    url:  `/api/pdaservice/getOutBoundWorkPieceInfoCount`,
    method: 'post',
    data
  })
}