233
schangxiang@126.com
2024-07-05 b27a2ba1ccbd8e2e7b61a700dde5f891ed6ae35d
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
  })
}