liujiandao
2023-09-26 67cf4fc49fdea5dcdd8007a94227f8486881c6bb
docs/swagger.yaml
@@ -1957,6 +1957,8 @@
        $ref: '#/definitions/test.Supplier'
      supplierId:
        type: integer
      supplierName:
        type: string
      unit:
        type: string
      updated_at:
@@ -4482,6 +4484,9 @@
        name: supplierId
        type: integer
      - in: query
        name: supplierName
        type: string
      - in: query
        name: unit
        type: string
      - in: query
@@ -4565,6 +4570,9 @@
      - in: query
        name: supplierId
        type: integer
      - in: query
        name: supplierName
        type: string
      - in: query
        name: supplierNumber
        type: string
@@ -4652,6 +4660,9 @@
      - in: query
        name: supplierId
        type: integer
      - in: query
        name: supplierName
        type: string
      - in: query
        name: supplierNumber
        type: string
@@ -4933,6 +4944,29 @@
      summary: 分页获取质检单列表
      tags:
      - QualityInspect
  /purchase/qualityTest:
    get:
      consumes:
      - application/json
      produces:
      - application/json
      responses:
        "200":
          description: 分页获取质检单列表,返回包括列表,总数,页码,每页数量
          schema:
            allOf:
            - $ref: '#/definitions/response.Response'
            - properties:
                data:
                  $ref: '#/definitions/response.PageResult'
                msg:
                  type: string
              type: object
      security:
      - ApiKeyAuth: []
      summary: QualityTest
      tags:
      - QualityInspect
  /purchase/submit/{id}:
    post:
      consumes: