zhangqian
2024-03-22 6cce6de2161840f77d397fe25bee6096d0eb9877
docs/swagger.yaml
@@ -142,6 +142,18 @@
      unit:
        type: string
    type: object
  request.MaterialSearch:
    properties:
      keyword:
        description: 关键字
        type: string
      page:
        description: 页码
        type: integer
      pageSize:
        description: 每页大小
        type: integer
    type: object
  request.OutsourcingOrderOverview:
    properties:
      hasAssigned:
@@ -310,6 +322,25 @@
      summary: 委外订单列表
      tags:
      - 订单管理
  /api-outsourcing/v1/order/materialSearch:
    post:
      parameters:
      - description: 参数
        in: body
        name: object
        required: true
        schema:
          $ref: '#/definitions/request.MaterialSearch'
      produces:
      - application/json
      responses:
        "200":
          description: 成功
          schema:
            $ref: '#/definitions/util.ResponseList'
      summary: 物料搜索
      tags:
      - 订单管理
  /api-outsourcing/v1/order/overview:
    get:
      produces: