schangxiang@126.com
2024-09-05 c47a8ae9f560c22cb694deffcd998e5bfac2f28b
yiqi_pda/api/outBound/index.js
@@ -44,3 +44,13 @@
    data
  })
}
// 出库统计 /api/pdaservice/getOutBoundWorkPieceInfoCountList
export function getOutBoundWorkPieceInfoCountList(data) {
  return request({
    url:  `/api/pdaservice/getOutBoundWorkPieceInfoCountList`,
    method: 'post',
    data
  })
}