liujiandao
2024-03-22 a93fd95cd9bda756b227b7850f1e6aa52ced0ef8
docs/swagger.yaml
@@ -797,6 +797,17 @@
        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:
@@ -2506,6 +2517,36 @@
      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: