| | |
| | | description: 排序 |
| | | type: integer |
| | | type: object |
| | | purchaserequest.SaveQualityInspectionInfo: |
| | | properties: |
| | | ids: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | purchaseId: |
| | | type: integer |
| | | status: |
| | | type: integer |
| | | type: object |
| | | purchaserequest.UpdatePurchase: |
| | | properties: |
| | | productList: |
| | |
| | | summary: 确认收货 |
| | | tags: |
| | | - Purchase |
| | | /purchase/savePurchaseQualityInspectionInfo: |
| | | post: |
| | | consumes: |
| | | - application/json |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: data |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/purchaserequest.SaveQualityInspectionInfo' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 获取确认信息 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/response.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/purchase.PurchaseProductConfirm' |
| | | type: array |
| | | type: object |
| | | security: |
| | | - ApiKeyAuth: [] |
| | | summary: 保存采购质检信息信息 |
| | | tags: |
| | | - Purchase |
| | | /purchase/submit: |
| | | post: |
| | | consumes: |