schangxiang@126.com
2024-06-19 f2d05ad289280fec72e58372723db68c6d72a866
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
  })
}