liujiandao
2023-11-16 84bbcba12066eed95324ee3293dcbdfc7bed22d8
多余代码删除
4个文件已修改
46 ■■■■ 已修改文件
controllers/report_forms_controller.go 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/docs.go 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.json 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/swagger.yaml 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
controllers/report_forms_controller.go
@@ -218,17 +218,6 @@
    util.ResponseFormatList(c, code.Success, result, int(total))
}
// GetOutOrInOperationList
// @Tags      报表
// @Summary   获取出入库操作明细
// @Produce   application/json
// @Param     object  body  request.GetLocationForms true  "查询参数"
// @Success   200 {object} util.ResponseList{data=[]response.LocationForms}    "成功"
// @Router    /api-wms/v1/forms/getOutOrInOperationList [post]
func (slf ReportFormsController) GetOutOrInOperationList(c *gin.Context) {
}
// GetLocationForms
// @Tags      报表
// @Summary   获取位置报表
docs/docs.go
@@ -4519,8 +4519,14 @@
                    "description": "源位置",
                    "type": "string"
                },
                "fromLocationId": {
                    "type": "integer"
                },
                "number": {
                    "description": "单号",
                    "type": "string"
                },
                "productId": {
                    "type": "string"
                },
                "productName": {
@@ -4535,9 +4541,16 @@
                    "description": "目标位置",
                    "type": "string"
                },
                "toLocationId": {
                    "type": "integer"
                },
                "unit": {
                    "description": "单位",
                    "type": "string"
                },
                "weight": {
                    "description": "重量",
                    "type": "number"
                }
            }
        },
docs/swagger.json
@@ -4507,8 +4507,14 @@
                    "description": "源位置",
                    "type": "string"
                },
                "fromLocationId": {
                    "type": "integer"
                },
                "number": {
                    "description": "单号",
                    "type": "string"
                },
                "productId": {
                    "type": "string"
                },
                "productName": {
@@ -4523,9 +4529,16 @@
                    "description": "目标位置",
                    "type": "string"
                },
                "toLocationId": {
                    "type": "integer"
                },
                "unit": {
                    "description": "单位",
                    "type": "string"
                },
                "weight": {
                    "description": "重量",
                    "type": "number"
                }
            }
        },
docs/swagger.yaml
@@ -1490,8 +1490,12 @@
      fromLocation:
        description: 源位置
        type: string
      fromLocationId:
        type: integer
      number:
        description: 单号
        type: string
      productId:
        type: string
      productName:
        description: 产品名称
@@ -1502,9 +1506,14 @@
      toLocation:
        description: 目标位置
        type: string
      toLocationId:
        type: integer
      unit:
        description: 单位
        type: string
      weight:
        description: 重量
        type: number
    type: object
  response.LocationForms:
    properties: