| | |
| | | type: object |
| | | v1.GetWarehouseProductInfoReq: |
| | | properties: |
| | | groupByWarehouse: |
| | | type: boolean |
| | | saleDetailID: |
| | | type: integer |
| | | saleDetailNumber: |
| | |
| | | summary: 获取产品入库信息 |
| | | tags: |
| | | - SalesDetails |
| | | /api/salesDetails/getDeliveryPrepareInfoByWarehouse: |
| | | post: |
| | | parameters: |
| | | - description: 明细编码 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/v1.GetWarehouseProductInfoReq' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/response.ListResponse' |
| | | summary: 获取产品入库信息按仓库分组 |
| | | tags: |
| | | - SalesDetails |
| | | /api/salesDetails/getProductInventoryInfo/{number}: |
| | | get: |
| | | parameters: |