schangxiang@126.com
2024-08-28 a8d53fb17a110a7910e0019e58d6b89a83ecbf8f
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
  })
}