| | |
| | | - WhetherTypeAsk |
| | | - WhetherTypeAlways |
| | | - ReservationNever |
| | | gorm.DeletedAt: |
| | | properties: |
| | | time: |
| | | type: string |
| | | valid: |
| | | description: Valid is true if Time is not NULL |
| | | type: boolean |
| | | type: object |
| | | inventory_order.WorkerInfo: |
| | | properties: |
| | | id: |
| | |
| | | $ref: '#/definitions/constvar.FileType' |
| | | id: |
| | | type: integer |
| | | type: object |
| | | models.Attribute: |
| | | properties: |
| | | createdAt: |
| | | type: string |
| | | dataType: |
| | | description: 值类型(1字符串 2 int 3 下拉框 ) |
| | | type: integer |
| | | deletedAt: |
| | | $ref: '#/definitions/gorm.DeletedAt' |
| | | entityType: |
| | | description: 给谁用的 1 物料(产品) |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | name: |
| | | description: 属性名称 |
| | | type: string |
| | | selectValues: |
| | | description: dateType=3时用 |
| | | items: |
| | | type: string |
| | | type: array |
| | | updatedAt: |
| | | type: string |
| | | value: |
| | | description: 从AttributeValue取到的value |
| | | type: string |
| | | type: object |
| | | models.Company: |
| | | properties: |
| | |
| | | attachmentList: |
| | | items: |
| | | $ref: '#/definitions/models.Attachment' |
| | | type: array |
| | | attributes: |
| | | description: 动态属性 |
| | | items: |
| | | $ref: '#/definitions/models.Attribute' |
| | | type: array |
| | | autoIncr: |
| | | type: integer |
| | |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | | description: 基础作业类型 |
| | | checkedAt: |
| | | type: string |
| | | checkedBy: |
| | | type: string |
| | | comment: |
| | | type: string |
| | | companyID: |
| | |
| | | contacterID: |
| | | type: integer |
| | | contacterName: |
| | | type: string |
| | | createBy: |
| | | type: string |
| | | createTime: |
| | | type: string |
| | |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | note: |
| | | type: string |
| | | operationId: |
| | | description: 操作id |
| | | type: integer |
| | |
| | | amount: |
| | | type: number |
| | | floating: |
| | | description: 是否浮动利率 |
| | | type: boolean |
| | | unit: |
| | | type: string |
| | |
| | | properties: |
| | | condition: |
| | | type: string |
| | | keyword: |
| | | description: 关键字搜索 |
| | | type: string |
| | | locationId: |
| | | description: 位置ID |
| | | type: integer |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | warehouseId: |
| | | description: 仓库ID |
| | | type: integer |
| | | type: object |
| | | request.OperationDetails: |
| | |
| | | amount: |
| | | description: 在库数量 |
| | | type: number |
| | | amountMoreUnits: |
| | | description: 在库数量多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | availableNumber: |
| | | description: 可用库存 |
| | | type: number |
| | | availableNumberMoreUnits: |
| | | description: 可用库存多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | cost: |
| | | description: 成本 |
| | | type: number |
| | | in: |
| | | description: 入库 |
| | | type: number |
| | | inMoreUnits: |
| | | description: 入库多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | out: |
| | | description: 出库 |
| | | type: number |
| | | outMoreUnits: |
| | | description: 出库多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | produceId: |
| | | description: 产品id |
| | | type: string |
| | |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | amountMoreUnits: |
| | | description: 在库数量多单位 |
| | | items: |
| | | $ref: '#/definitions/models.UnitItems' |
| | | type: array |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | |
| | | /api-wms/v1/operationType/operationType: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | - description: 关键字搜索 |
| | | in: query |
| | | name: keyword |
| | | type: string |
| | | - description: 页码 |
| | |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | - description: 仓库id |
| | | in: query |
| | | name: warehouseId |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |