| | |
| | | }) |
| | | } |
| | | |
| | | // 下线执行 /api/pdaservice/unLineWorkPiece |
| | | export function unLineWorkPiece(data) { |
| | | return request({ |
| | | url: `/api/pdaservice/unLineWorkPiece`, |
| | | method: 'post', |
| | | data |
| | | }) |
| | | } |
| | | // 出库执行 /api/pdaservice/outStoreWorkPiece |
| | | export function outStoreWorkPiece(data) { |
| | | return request({ |
| | | url: `/api/pdaservice/outStoreWorkPiece`, |
| | | method: 'post', |
| | | data |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 出库统计 /api/pdaservice/getOutBoundWorkPieceInfoCount |
| | | export function getOutBoundWorkPieceInfoCount(data) { |
| | |
| | | data |
| | | }) |
| | | } |
| | | |
| | | |
| | | // 出库统计 /api/pdaservice/getOutBoundWorkPieceInfoCountList |
| | | export function getOutBoundWorkPieceInfoCountList(data) { |
| | | return request({ |
| | | url: `/api/pdaservice/getOutBoundWorkPieceInfoCountList`, |
| | | method: 'post', |
| | | data |
| | | }) |
| | | } |