1
schangxiang@126.com
2024-09-10 c34f8f93417c5a0125f9c55ba3d347411995ac13
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
  })
}