| | |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | status: |
| | | $ref: '#/definitions/constvar.OperationStatus' |
| | | type: object |
| | | request.PageInfo: |
| | | properties: |
| | |
| | | summary: 入库/出库列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/listAll: |
| | | /api-wms/v1/operation/listTransfer: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 调拨 |
| | | summary: 库存调拨列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/operation: |
| | |
| | | summary: 修改入库/出库信息 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operationType/listTransfer: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.ResponseList' |
| | | summary: 调拨类型列表 |
| | | tags: |
| | | - 业务类型 |
| | | /api-wms/v1/operationType/operationType: |
| | | get: |
| | | parameters: |