| | |
| | | - 2 |
| | | - 3 |
| | | - 4 |
| | | - 5 |
| | | type: integer |
| | | x-enum-comments: |
| | | DisuseType: 报废类型 |
| | | StockoutType: 出库类型 |
| | | StorageType: 入库类型 |
| | | TakeStock: 盘点类型 |
| | | TakeStockType: 盘点类型 |
| | | TransferType: 调拨类型 |
| | | x-enum-varnames: |
| | | - StorageType |
| | | - StockoutType |
| | | - TransferType |
| | | - TakeStock |
| | | - TakeStockType |
| | | - DisuseType |
| | | constvar.OperationSource: |
| | | enum: |
| | | - 1 |
| | |
| | | valid: |
| | | description: Valid is true if Time is not NULL |
| | | type: boolean |
| | | type: object |
| | | inventory_order.WorkerInfo: |
| | | properties: |
| | | id: |
| | | type: string |
| | | name: |
| | | type: string |
| | | type: object |
| | | models.Attachment: |
| | | properties: |
| | |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | models.MonthStatsItemsType: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-comments: |
| | | MonthStatsItemsTypeInput: 入库 |
| | | MonthStatsItemsTypeOutput: 出库 |
| | | x-enum-varnames: |
| | | - MonthStatsItemsTypeInput |
| | | - MonthStatsItemsTypeOutput |
| | | models.MoveHistory: |
| | | properties: |
| | | amount: |
| | |
| | | name: |
| | | description: 入库来源,出库去处 |
| | | type: string |
| | | type: |
| | | $ref: '#/definitions/models.MonthStatsItemsType' |
| | | warehouseMonthStatsId: |
| | | type: integer |
| | | type: object |
| | |
| | | type: string |
| | | locationId: |
| | | type: integer |
| | | locationIds: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | |
| | | description: 每页大小 |
| | | type: integer |
| | | type: |
| | | type: integer |
| | | warehouseId: |
| | | description: 仓库ID |
| | | type: integer |
| | | type: object |
| | | request.GetMiniDictList: |
| | |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/getPersonnelList: |
| | | get: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.OperationCondition' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/inventory_order.WorkerInfo' |
| | | type: array |
| | | type: object |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 获取人员列表 |
| | | tags: |
| | | - 入库/出库 |
| | |
| | | summary: 删除产品类型 |
| | | tags: |
| | | - 产品类型 |
| | | /api-wms/v1/product/downloadInputFormat: |
| | | get: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 下载导入物料/产品模板 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/finishDisuse/{id}: |
| | | put: |
| | | parameters: |
| | |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 导入物料 |
| | | summary: 导入物料/产品 |
| | | tags: |
| | | - 物料管理 |
| | | - 产品 |
| | | /api-wms/v1/product/listDisuse: |
| | | post: |
| | | parameters: |