| | |
| | | workOrderStatus: |
| | | type: string |
| | | type: object |
| | | v1.GetWarehouseProductInfoReq: |
| | | properties: |
| | | saleDetailID: |
| | | type: integer |
| | | saleDetailNumber: |
| | | type: string |
| | | type: object |
| | | info: |
| | | contact: {} |
| | | paths: |
| | |
| | | summary: 获取aps项目列表 |
| | | tags: |
| | | - SalesDetails |
| | | /api/salesDetails/getDeliveryList: |
| | | 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/getDeliveryPrepareInfo: |
| | | 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: |
| | |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/response.ListResponse' |
| | | summary: 获取产品库存信息 |
| | | summary: 获取产品发货信息 |
| | | tags: |
| | | - SalesDetails |
| | | /api/salesDetails/list: |