| | |
| | | - CostingMethodStandardPrice |
| | | - CostingMethodFIFO |
| | | - CostingMethodAverageCost |
| | | constvar.FileType: |
| | | enum: |
| | | - file |
| | | - picture |
| | | - thumbnail |
| | | type: string |
| | | x-enum-comments: |
| | | FileType_File: 文件 |
| | | FileType_Picture: 图片 |
| | | FileType_Thumbnail: 缩略图 |
| | | x-enum-varnames: |
| | | - FileType_File |
| | | - FileType_Picture |
| | | - FileType_Thumbnail |
| | | constvar.ForceRemovalStrategy: |
| | | enum: |
| | | - 1 |
| | |
| | | - WhetherTypeAsk |
| | | - WhetherTypeAlways |
| | | - ReservationNever |
| | | models.Attachment: |
| | | properties: |
| | | FileUrl: |
| | | type: string |
| | | ext: |
| | | type: string |
| | | fileName: |
| | | type: string |
| | | fileType: |
| | | $ref: '#/definitions/constvar.FileType' |
| | | id: |
| | | type: integer |
| | | type: object |
| | | models.Company: |
| | | properties: |
| | | createTime: |
| | |
| | | updateTime: |
| | | type: string |
| | | type: object |
| | | models.LogisticCompany: |
| | | properties: |
| | | contact: |
| | | description: 联系人 |
| | | type: string |
| | | contact_phone: |
| | | description: 联系电话 |
| | | type: string |
| | | hidden: |
| | | description: 隐藏 |
| | | type: boolean |
| | | id: |
| | | type: string |
| | | monthly_account: |
| | | description: 月结账号 |
| | | type: string |
| | | name: |
| | | type: string |
| | | type: object |
| | | models.Material: |
| | | properties: |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | attachmentIDs: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | attachmentList: |
| | | items: |
| | | $ref: '#/definitions/models.Attachment' |
| | | type: array |
| | | barcode: |
| | | description: 条码 |
| | | type: string |
| | |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | logisticCompany: |
| | | $ref: '#/definitions/models.LogisticCompany' |
| | | logisticCompanyId: |
| | | type: string |
| | | logisticWeight: |
| | | description: 物流重量 |
| | | type: number |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | |
| | | type: integer |
| | | updateTime: |
| | | type: string |
| | | waybillNumber: |
| | | description: 运单号 |
| | | type: string |
| | | weight: |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | models.OperationDetails: |
| | | properties: |
| | |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | logisticCompanyId: |
| | | type: string |
| | | logisticWeight: |
| | | description: 物流重量 |
| | | type: number |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | |
| | | toLocationId: |
| | | description: 目标位置id |
| | | type: integer |
| | | waybillNumber: |
| | | description: 运单号 |
| | | type: string |
| | | weight: |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | request.AddOperationType: |
| | | properties: |
| | |
| | | summary: 更改记录状态 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/getLogisticCompanyList: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.LogisticCompany' |
| | | type: array |
| | | type: object |
| | | summary: 获取物流公司列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/list: |
| | | post: |
| | | parameters: |