| | |
| | | summary: 下载库存报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/downloadLocationForms: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetLocationForms' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.LocationForms' |
| | | type: array |
| | | type: object |
| | | summary: 下载位置报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/getHistory: |
| | | post: |
| | | parameters: |
| | |
| | | /api-wms/v1/forms/getLocationForms: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |