| | |
| | | - 1 |
| | | - 2 |
| | | - 3 |
| | | - 4 |
| | | - 5 |
| | | type: integer |
| | | x-enum-comments: |
| | | BaseOperationTypeAdjust: 库存盘点 |
| | | BaseOperationTypeDisuse: 报废 |
| | | BaseOperationTypeIncoming: 收货 |
| | | BaseOperationTypeInternal: 内部调拨 |
| | | BaseOperationTypeOutgoing: 交货 |
| | |
| | | - BaseOperationTypeIncoming |
| | | - BaseOperationTypeOutgoing |
| | | - BaseOperationTypeInternal |
| | | - BaseOperationTypeDisuse |
| | | - BaseOperationTypeAdjust |
| | | constvar.CostingMethod: |
| | | enum: |
| | | - 1 |
| | |
| | | - 5 |
| | | - 6 |
| | | - 7 |
| | | - 8 |
| | | - 9 |
| | | type: integer |
| | | x-enum-comments: |
| | | LocationTypeAdjust: 库存盘点 |
| | | LocationTypeCustomer: 客户位置 |
| | | LocationTypeDisuse: 报废位置 |
| | | LocationTypeInternal: 内部位置 |
| | | LocationTypeInventoryLoss: 库存损失 |
| | | LocationTypeProduction: 生产 |
| | |
| | | - LocationTypeInventoryLoss |
| | | - LocationTypeProduction |
| | | - LocationTypeTransit |
| | | - LocationTypeDisuse |
| | | - LocationTypeAdjust |
| | | constvar.MaterialMode: |
| | | enum: |
| | | - 原材料 |
| | |
| | | - ReservationMethodAtConfirm |
| | | - ReservationMethodManual |
| | | - ReservationMethodByDate |
| | | constvar.RuleType: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-comments: |
| | | RuleType_Product: 产品上架规则 |
| | | RuleType_ProductCategory: 产品类别上架规则 |
| | | x-enum-varnames: |
| | | - RuleType_Product |
| | | - RuleType_ProductCategory |
| | | constvar.WhetherType: |
| | | enum: |
| | | - 1 |
| | |
| | | type: object |
| | | models.Location: |
| | | properties: |
| | | company: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Company' |
| | | description: 公司 |
| | | children: |
| | | items: |
| | | $ref: '#/definitions/models.Location' |
| | | type: array |
| | | companyId: |
| | | description: 公司id |
| | | type: integer |
| | |
| | | isScrapLocation: |
| | | description: 是否报废位置 |
| | | type: boolean |
| | | jointName: |
| | | description: 拼接名称 |
| | | type: string |
| | | name: |
| | | description: 位置名称 |
| | | type: string |
| | | nextCount: |
| | | description: 下次盘点 |
| | | type: string |
| | | notes: |
| | | description: 外部备注 |
| | | type: string |
| | | parentId: |
| | | description: 上级id |
| | | type: integer |
| | | recentlyCount: |
| | | description: 最近盘点 |
| | | type: string |
| | | replenishLocation: |
| | | description: 是否补充位置 |
| | |
| | | type: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.LocationType' |
| | | description: 位置类型 |
| | | description: Company Company `json:"company" |
| | | gorm:"foreignKey:CompanyId"` //公司 |
| | | updateTime: |
| | | type: string |
| | | type: object |
| | |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | models.OperationType: |
| | | models.Operation: |
| | | properties: |
| | | ReservationDaysBeforePriority: |
| | | description: 在优先级的前几天 |
| | | type: integer |
| | | baseOperationType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | | description: 基础作业类型 |
| | | company: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Company' |
| | | description: 公司 |
| | | companyId: |
| | | description: 公司id |
| | | comment: |
| | | type: string |
| | | companyID: |
| | | type: integer |
| | | createBackorder: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.WhetherType' |
| | | description: 创建欠单 |
| | | companyName: |
| | | type: string |
| | | contacterID: |
| | | type: integer |
| | | contacterName: |
| | | type: string |
| | | createTime: |
| | | type: string |
| | | defaultLocationDest: |
| | | details: |
| | | items: |
| | | $ref: '#/definitions/models.OperationDetails' |
| | | type: array |
| | | fromLocation: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Location' |
| | | description: 默认目标位置 |
| | | defaultLocationDestId: |
| | | description: 默认目标位置id |
| | | type: integer |
| | | defaultLocationSrc: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Location' |
| | | description: 默认源位置 |
| | | defaultLocationSrcId: |
| | | description: 默认源位置id |
| | | description: 源位置 |
| | | fromLocationId: |
| | | description: 源位置id |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | name: |
| | | description: 仓库名称 |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | | printLabel: |
| | | description: 是否打印标签 |
| | | type: boolean |
| | | reservationDaysBefore: |
| | | description: 收货前几天 |
| | | operationDate: |
| | | type: string |
| | | operationTypeId: |
| | | description: 作业类型id |
| | | type: integer |
| | | reservationMethod: |
| | | operationTypeName: |
| | | description: 作业类型名称 |
| | | type: string |
| | | sourceNumber: |
| | | description: 源单号 |
| | | type: string |
| | | status: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.ReservationMethod' |
| | | description: 保留方式 |
| | | returnOperationType: |
| | | description: 退货类型名称 |
| | | type: string |
| | | returnOperationTypeID: |
| | | description: 退货类型ID |
| | | - $ref: '#/definitions/constvar.OperationStatus' |
| | | description: 状态 |
| | | toLocation: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Location' |
| | | description: 目标位置 |
| | | toLocationId: |
| | | description: 目标位置id |
| | | type: integer |
| | | showOperations: |
| | | description: 显示作业详情 |
| | | type: boolean |
| | | updateTime: |
| | | type: string |
| | | warehouse: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Warehouse' |
| | | description: 仓库 |
| | | warehouseId: |
| | | description: 仓库id |
| | | type: object |
| | | models.OperationDetails: |
| | | properties: |
| | | amount: |
| | | description: ProductName string `json:"productName" gorm:"type:varchar(255);not |
| | | null;comment:产品名称"` //产品名称 |
| | | type: number |
| | | createTime: |
| | | type: string |
| | | id: |
| | | type: integer |
| | | operationId: |
| | | description: 操作id |
| | | type: integer |
| | | product: |
| | | allOf: |
| | | - $ref: '#/definitions/models.Material' |
| | | description: Unit string `json:"unit" gorm:"type:varchar(31);comment:单位"` //单位 |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | updateTime: |
| | | type: string |
| | | type: object |
| | | models.ProductCategory: |
| | | properties: |
| | |
| | | - $ref: '#/definitions/constvar.InventoryValuation' |
| | | description: 库存计价 |
| | | name: |
| | | description: 位置名称 |
| | | description: 分类名称 |
| | | type: string |
| | | parentId: |
| | | description: 上级id |
| | |
| | | type: integer |
| | | routeName: |
| | | description: 公司 |
| | | type: string |
| | | type: object |
| | | models.ReorderRule: |
| | | properties: |
| | | amount: |
| | | description: 在库数量 |
| | | type: number |
| | | createTime: |
| | | type: string |
| | | id: |
| | | type: integer |
| | | location: |
| | | $ref: '#/definitions/models.Location' |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | maxInventory: |
| | | description: 最大库存 |
| | | type: number |
| | | minInventory: |
| | | description: 最小库存 |
| | | type: number |
| | | orderNumber: |
| | | description: 订购数量 |
| | | type: number |
| | | prediction: |
| | | description: 预测数量 |
| | | type: number |
| | | product: |
| | | $ref: '#/definitions/models.Material' |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | route: |
| | | description: 路线 |
| | | type: string |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | updateTime: |
| | | type: string |
| | | type: object |
| | | models.Warehouse: |
| | |
| | | description: 备注 |
| | | type: string |
| | | type: object |
| | | request.AddDisuse: |
| | | properties: |
| | | amount: |
| | | description: ProductName string `json:"productName"` |
| | | type: number |
| | | fromLocationId: |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | sourceNumber: |
| | | type: string |
| | | toLocationId: |
| | | type: integer |
| | | type: object |
| | | request.AddLocationProduct: |
| | | properties: |
| | | areaId: |
| | | description: 区域id |
| | | type: integer |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | productCategoryId: |
| | | description: 产品种类id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | ruleType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.RuleType' |
| | | description: 上架规则类型 1:产品类型;2:产品类别类型 |
| | | type: object |
| | | request.AddOperation: |
| | | properties: |
| | | comment: |
| | |
| | | operationTypeId: |
| | | description: 作业类型id |
| | | type: integer |
| | | operationTypeName: |
| | | description: 作业类型名称 |
| | | type: string |
| | | sourceNumber: |
| | | description: 源单号 |
| | | type: string |
| | |
| | | type: integer |
| | | name: |
| | | description: 仓库名称 |
| | | type: string |
| | | prefix: |
| | | description: 前缀 |
| | | type: string |
| | | printLabel: |
| | | description: 是否打印标签 |
| | |
| | | required: |
| | | - code |
| | | type: object |
| | | request.GetProductList: |
| | | request.FinishLocationProductAmount: |
| | | properties: |
| | | locationProductAmountId: |
| | | description: 库存盘点id |
| | | type: integer |
| | | operationId: |
| | | description: 出入库id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | type: object |
| | | request.GetAmountAndPrediction: |
| | | properties: |
| | | locationId: |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | type: object |
| | | request.GetInventoryForms: |
| | | properties: |
| | | categoryIds: |
| | | description: 产品类型id |
| | | items: |
| | | type: integer |
| | | type: array |
| | | keyWord: |
| | | description: 搜索条件 |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | warehouseCode: |
| | | description: 仓库缩写 |
| | | type: string |
| | | type: object |
| | | request.GetInventoryHistory: |
| | | properties: |
| | | baseOperationType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | | description: 基础作业类型 |
| | | keyWord: |
| | | description: 搜索条件 |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | produceId: |
| | | description: 产品id |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | type: object |
| | | request.GetLocationForms: |
| | | properties: |
| | | keyWord: |
| | | type: string |
| | |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | wareHouseCode: |
| | | type: string |
| | | type: object |
| | | request.GetLocationList: |
| | | properties: |
| | | jointName: |
| | | description: 拼接名称 |
| | | type: string |
| | | keyWord: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: |
| | | type: integer |
| | | type: object |
| | | request.GetProductList: |
| | | properties: |
| | | categoryId: |
| | | type: integer |
| | | keyWord: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetReorderRuleList: |
| | | properties: |
| | | keyWord: |
| | | type: string |
| | | locationId: |
| | | type: integer |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | type: |
| | | description: 类型:bh=补货 |
| | | type: string |
| | | type: object |
| | | request.GetRuleList: |
| | | properties: |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | type: object |
| | | request.OperationAllList: |
| | | properties: |
| | | number: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | sourceNumber: |
| | | type: string |
| | | type: object |
| | | request.OperationDetails: |
| | | properties: |
| | | OperationId: |
| | | description: 操作id |
| | | type: integer |
| | | amount: |
| | | description: ProductName string `json:"productName" gorm:"type:varchar(255);not |
| | | null;comment:产品名称"` //产品名称 |
| | | type: number |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: object |
| | | request.OperationList: |
| | | properties: |
| | | number: |
| | | type: string |
| | | quantity: |
| | | description: 数量 |
| | | type: number |
| | | unit: |
| | | operationTypeId: |
| | | type: integer |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | status: |
| | | $ref: '#/definitions/constvar.OperationStatus' |
| | | type: object |
| | | request.PageInfo: |
| | | properties: |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.QueryDisuseList: |
| | | properties: |
| | | number: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.QueryOperationHistory: |
| | | properties: |
| | | locationId: |
| | | type: integer |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | type: object |
| | | request.QueryOperationList: |
| | | properties: |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | productId: |
| | | type: string |
| | | type: object |
| | | request.UpdateCompany: |
| | |
| | | description: 备注 |
| | | type: string |
| | | type: object |
| | | request.UpdateDisuse: |
| | | properties: |
| | | amount: |
| | | type: number |
| | | baseOperationType: |
| | | $ref: '#/definitions/constvar.BaseOperationType' |
| | | fromLocationId: |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | number: |
| | | type: string |
| | | operationDate: |
| | | type: string |
| | | productId: |
| | | type: string |
| | | sourceNumber: |
| | | type: string |
| | | status: |
| | | $ref: '#/definitions/constvar.OperationStatus' |
| | | toLocationId: |
| | | type: integer |
| | | type: object |
| | | request.UpdateLocationProduct: |
| | | properties: |
| | | areaId: |
| | | description: 区域id |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | productCategoryId: |
| | | description: 产品种类id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | ruleType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.RuleType' |
| | | description: 上架规则类型 1:产品类型;2:产品类别类型 |
| | | type: object |
| | | request.UpdateLocationProductAmount: |
| | | properties: |
| | | adjustAmount: |
| | | description: LocationProductAmountId int `json:"locationProductAmountId"` |
| | | //库存盘点id |
| | | type: number |
| | | amount: |
| | | description: 库存数量 |
| | | type: number |
| | | differenceAmount: |
| | | description: 计数数量 |
| | | type: number |
| | | locationId: |
| | | description: 位置id |
| | | type: integer |
| | | operationId: |
| | | description: 出入库id |
| | | type: integer |
| | | productCategoryId: |
| | | description: 产品种类id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | type: object |
| | | request.UpdateOperation: |
| | | properties: |
| | | baseOperationType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | | description: 基础作业类型 |
| | | comment: |
| | | description: 备注 |
| | | type: string |
| | |
| | | operationTypeId: |
| | | description: 作业类型id |
| | | type: integer |
| | | operationTypeName: |
| | | description: 作业类型名称 |
| | | type: string |
| | | sourceNumber: |
| | | description: 源单号 |
| | | type: string |
| | |
| | | name: |
| | | description: 仓库名称 |
| | | type: string |
| | | prefix: |
| | | description: 前缀 |
| | | type: string |
| | | printLabel: |
| | | description: 是否打印标签 |
| | | type: boolean |
| | |
| | | warehouseId: |
| | | description: 仓库id |
| | | type: integer |
| | | type: object |
| | | response.InventoryForms: |
| | | properties: |
| | | amount: |
| | | description: 在库数量 |
| | | type: number |
| | | availableNumber: |
| | | description: 可用库存 |
| | | type: number |
| | | cost: |
| | | description: 成本 |
| | | type: number |
| | | in: |
| | | description: 入库 |
| | | type: number |
| | | out: |
| | | description: 出库 |
| | | type: number |
| | | produceId: |
| | | description: 产品id |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | productType: |
| | | description: 产品类型 |
| | | type: string |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | value: |
| | | description: 总价值 |
| | | type: number |
| | | type: object |
| | | response.InventoryHistory: |
| | | properties: |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | baseOperationType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | | description: 基础作业类型 |
| | | contactedName: |
| | | description: 完成者 |
| | | type: string |
| | | date: |
| | | description: 日期 |
| | | type: string |
| | | fromLocation: |
| | | description: 源位置 |
| | | type: string |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | status: |
| | | description: 状态 |
| | | type: string |
| | | toLocation: |
| | | description: 目标位置 |
| | | type: string |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | type: object |
| | | response.LocationForms: |
| | | properties: |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | locationName: |
| | | description: 位置名称 |
| | | type: string |
| | | produceId: |
| | | description: 产品id |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | productTypeName: |
| | | description: 产品类别 |
| | | type: string |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | value: |
| | | description: 总价值 |
| | | type: number |
| | | type: object |
| | | response.RuleList: |
| | | properties: |
| | | locationList: |
| | | description: 位置列表 |
| | | items: |
| | | $ref: '#/definitions/models.Location' |
| | | type: array |
| | | productList: |
| | | description: 产品列表 |
| | | items: |
| | | $ref: '#/definitions/models.Material' |
| | | type: array |
| | | type: object |
| | | util.Response: |
| | | properties: |
| | |
| | | summary: 编辑公司 |
| | | tags: |
| | | - 公司 |
| | | /api-wms/v1/forms/getHistory: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetInventoryHistory' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.InventoryHistory' |
| | | type: array |
| | | type: object |
| | | summary: 获取历史信息 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/getInventoryForms: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetInventoryForms' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.InventoryForms' |
| | | type: array |
| | | type: object |
| | | summary: 获取库存报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/getLocationForms: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetLocationForms' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.LocationForms' |
| | | type: array |
| | | type: object |
| | | summary: 获取位置报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/location/addLocation: |
| | | post: |
| | | parameters: |
| | |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetProductList' |
| | | $ref: '#/definitions/request.GetLocationList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | type: array |
| | | type: object |
| | | summary: 获取位置列表 |
| | | tags: |
| | | - 位置 |
| | | /api-wms/v1/location/getLocationTreeList: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.Location' |
| | | type: array |
| | | type: object |
| | | summary: 获取位置列表树 |
| | | tags: |
| | | - 位置 |
| | | /api-wms/v1/location/updateLocation: |
| | |
| | | summary: 修改位置 |
| | | tags: |
| | | - 位置 |
| | | /api-wms/v1/locationProduct/add: |
| | | post: |
| | | parameters: |
| | | - description: 新增上架规则 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddLocationProduct' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 添加上架规则 |
| | | tags: |
| | | - 上架规则 |
| | | /api-wms/v1/locationProduct/delete/{id}: |
| | | delete: |
| | | parameters: |
| | | - description: id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 删除上架规则 |
| | | tags: |
| | | - 上架规则 |
| | | /api-wms/v1/locationProduct/list: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.PageInfo' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 上架规则列表 |
| | | tags: |
| | | - 上架规则 |
| | | /api-wms/v1/locationProduct/update: |
| | | post: |
| | | parameters: |
| | | - description: 修改参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateLocationProduct' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 修改上架规则 |
| | | tags: |
| | | - 上架规则 |
| | | /api-wms/v1/locationProductAmount/add: |
| | | post: |
| | | parameters: |
| | | - description: 入库/出库信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateLocationProductAmount' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 添加库存盘点信息 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/finish: |
| | | post: |
| | | parameters: |
| | | - description: 入参 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.FinishLocationProductAmount' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 应用、验证 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/getRuleList: |
| | | post: |
| | | parameters: |
| | | - description: 查询信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetRuleList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.RuleList' |
| | | type: array |
| | | type: object |
| | | summary: 获取上架规则 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/list: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.PageInfo' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 库存盘点列表 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/update: |
| | | post: |
| | | parameters: |
| | | - description: 入库/出库信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateLocationProductAmount' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 修改库存盘点信息 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/operation/finish/{id}: |
| | | put: |
| | | parameters: |
| | |
| | | summary: 更改记录状态 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/operation: |
| | | get: |
| | | consumes: |
| | | - application/json |
| | | /api-wms/v1/operation/list: |
| | | post: |
| | | parameters: |
| | | - in: query |
| | | name: operationTypeId |
| | | type: integer |
| | | - description: 页码 |
| | | in: query |
| | | name: page |
| | | type: integer |
| | | - description: 每页大小 |
| | | in: query |
| | | name: pageSize |
| | | type: integer |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.OperationList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | summary: 入库/出库列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/listTransfer: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.OperationAllList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 库存调拨列表 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/operation: |
| | | post: |
| | | parameters: |
| | | - description: 入库/出库信息 |
| | |
| | | summary: 删除入库/出库信息 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operation/update: |
| | | post: |
| | | parameters: |
| | | - description: 入库信息 |
| | |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateOperation' |
| | | - description: 入库信息id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | summary: 修改入库/出库信息 |
| | | tags: |
| | | - 入库/出库 |
| | | /api-wms/v1/operationType/listTransfer: |
| | | get: |
| | | parameters: |
| | | - in: query |
| | | name: keyword |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.ResponseList' |
| | | summary: 调拨类型列表 |
| | | tags: |
| | | - 业务类型 |
| | | /api-wms/v1/operationType/operationType: |
| | | get: |
| | | parameters: |
| | |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.OperationType' |
| | | type: array |
| | | type: object |
| | | $ref: '#/definitions/util.ResponseList' |
| | | summary: 查询作业类型列表 |
| | | tags: |
| | | - 业务类型 |
| | |
| | | summary: 编辑作业类型 |
| | | tags: |
| | | - 业务类型 |
| | | /api-wms/v1/product/addDisuse: |
| | | post: |
| | | parameters: |
| | | - description: 入库/出库信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddDisuse' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 添加报废信息 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/addProduct: |
| | | post: |
| | | parameters: |
| | |
| | | summary: 删除产品类型 |
| | | tags: |
| | | - 产品类型 |
| | | /api-wms/v1/product/finishDisuse/{id}: |
| | | put: |
| | | parameters: |
| | | - description: id |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 验证报废 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/getProductCategoryDetails/{id}: |
| | | get: |
| | | parameters: |
| | |
| | | summary: 获取产品列表 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/listDisuse: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.QueryDisuseList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 报废列表 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/listHistory: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.QueryOperationHistory' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.Operation' |
| | | type: array |
| | | type: object |
| | | summary: 产品位置历史信息 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/listOperaton: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.QueryOperationList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.Operation' |
| | | type: array |
| | | type: object |
| | | summary: 产品历史出入库信息 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/updateDisuse: |
| | | post: |
| | | parameters: |
| | | - description: 入库/出库信息 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdateDisuse' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 修改报废信息 |
| | | tags: |
| | | - 产品 |
| | | /api-wms/v1/product/updateProduct: |
| | | post: |
| | | parameters: |
| | |
| | | summary: 修改产品类型 |
| | | tags: |
| | | - 产品类型 |
| | | /api-wms/v1/reorderRule/addReorderRule: |
| | | post: |
| | | parameters: |
| | | - description: 重订货规则 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.ReorderRule' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 添加重订货规则 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/reorderRule/getAmountAndPrediction: |
| | | post: |
| | | parameters: |
| | | - description: 重订货规则 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetAmountAndPrediction' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | additionalProperties: true |
| | | type: object |
| | | type: array |
| | | type: object |
| | | summary: 获取在库与预测数量 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/reorderRule/getReorderRuleList: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetReorderRuleList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.ReorderRule' |
| | | type: array |
| | | type: object |
| | | summary: 获取重订货规则列表 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/reorderRule/orderAgain: |
| | | post: |
| | | parameters: |
| | | - description: 重订货规则 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.ReorderRule' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 再订一次 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/reorderRule/updateReorderRule: |
| | | post: |
| | | parameters: |
| | | - description: 重订货规则 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/models.ReorderRule' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | $ref: '#/definitions/util.Response' |
| | | summary: 更新重订货规则 |
| | | tags: |
| | | - 重订货规则 |
| | | /api-wms/v1/warehouse/getWarehouseDetails/{id}: |
| | | get: |
| | | parameters: |