| | |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | models.MoveHistory: |
| | | properties: |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | baseOperationType: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.BaseOperationType' |
| | | description: 基础作业类型 |
| | | createTime: |
| | | type: string |
| | | fromLocation: |
| | | description: 源位置 |
| | | type: string |
| | | fromLocationId: |
| | | description: 源位置id |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | | operationId: |
| | | description: 操作id |
| | | type: integer |
| | | operationTypeId: |
| | | description: 作业类型id |
| | | type: integer |
| | | operationTypeName: |
| | | description: 作业类型名称 |
| | | type: string |
| | | operator: |
| | | description: 操作者 |
| | | type: string |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | toLocation: |
| | | description: 目标位置 |
| | | type: string |
| | | toLocationId: |
| | | description: 目标位置id |
| | | type: integer |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | updateTime: |
| | | type: string |
| | | weight: |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | models.Operation: |
| | | properties: |
| | | accountant: |
| | |
| | | comment: |
| | | type: string |
| | | companyID: |
| | | type: integer |
| | | type: string |
| | | companyName: |
| | | type: string |
| | | contacterID: |
| | |
| | | description: ProductName string `json:"productName" gorm:"type:varchar(255);not |
| | | null;comment:产品名称"` //产品名称 |
| | | type: number |
| | | auxiliaryAmount: |
| | | type: number |
| | | auxiliaryUnit: |
| | | type: string |
| | | createTime: |
| | | type: string |
| | | fromLocation: |
| | |
| | | amount: |
| | | type: number |
| | | floating: |
| | | description: 是否浮动利率 |
| | | type: boolean |
| | | unit: |
| | | type: string |
| | |
| | | type: string |
| | | companyID: |
| | | description: 公司ID-客户 |
| | | type: integer |
| | | type: string |
| | | companyName: |
| | | description: 公司名称-客户名称 |
| | | type: string |
| | |
| | | required: |
| | | - code |
| | | type: object |
| | | request.DoMonthStats: |
| | | properties: |
| | | token: |
| | | type: string |
| | | type: object |
| | | request.FinishLocationProductAmount: |
| | | properties: |
| | | locationProductAmountId: |
| | |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | type: object |
| | | request.GetList: |
| | | properties: |
| | | keyword: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetLocationForms: |
| | | properties: |
| | |
| | | description: ProductName string `json:"productName" gorm:"type:varchar(255);not |
| | | null;comment:产品名称"` //产品名称 |
| | | type: number |
| | | auxiliaryAmount: |
| | | description: 辅助数量 |
| | | type: number |
| | | auxiliaryUnit: |
| | | description: 辅助单位 |
| | | type: string |
| | | fromLocationId: |
| | | description: |- |
| | | Unit string `json:"unit" gorm:"type:varchar(31);comment:单位"` //单位 |
| | |
| | | type: string |
| | | companyID: |
| | | description: 公司ID-客户 |
| | | type: integer |
| | | type: string |
| | | companyName: |
| | | description: 公司名称-客户名称 |
| | | type: string |
| | |
| | | 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 |
| | |
| | | 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 |
| | | fromLocationId: |
| | | type: integer |
| | | number: |
| | | description: 单号 |
| | | type: string |
| | | operationId: |
| | | type: integer |
| | | operationTypeName: |
| | | description: 作业类型名称 |
| | | type: string |
| | | productId: |
| | | type: string |
| | | productName: |
| | | description: 产品名称 |
| | | type: string |
| | | status: |
| | | description: 状态 |
| | | type: string |
| | | toLocation: |
| | | description: 目标位置 |
| | | type: string |
| | | toLocationId: |
| | | type: integer |
| | | unit: |
| | | description: 单位 |
| | | type: string |
| | | weight: |
| | | description: 重量 |
| | | type: number |
| | | type: object |
| | | response.LocationForms: |
| | |
| | | summary: 编辑公司 |
| | | tags: |
| | | - 公司 |
| | | /api-wms/v1/forms/getHistory: |
| | | /api-wms/v1/forms/doMonthStats: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.DoMonthStats' |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.MonthStats' |
| | | type: array |
| | | type: object |
| | | summary: 手动跑月度统计库存报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/downloadHistory: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.InventoryHistory' |
| | | $ref: '#/definitions/models.MoveHistory' |
| | | type: array |
| | | type: object |
| | | summary: 获取历史信息 |
| | | summary: 下载出入库明细报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/downloadInventoryForms: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - 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/downloadLocationForms: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - 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/forms/downloadMonthStats: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetMonthStats' |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.ResponseList' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/models.MonthStats' |
| | | type: array |
| | | type: object |
| | | summary: 下载月度统计库存报表 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/getHistory: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - 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/models.MoveHistory' |
| | | type: array |
| | | type: object |
| | | summary: 获取出入库明细 |
| | | tags: |
| | | - 报表 |
| | | /api-wms/v1/forms/getInventoryForms: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | |
| | | /api-wms/v1/forms/getLocationForms: |
| | | post: |
| | | parameters: |
| | | - description: token |
| | | in: header |
| | | name: Authorization |
| | | required: true |
| | | type: string |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.PageInfo' |
| | | $ref: '#/definitions/request.GetList' |
| | | produces: |
| | | - application/json |
| | | responses: |