| | |
| | | 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: |
| | |
| | | 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: |