【项目管理系统】①


4-详情

简要描述
  • 功能 详情
  • 权限标签 prj:contractReturn:detail
  • 新建 by zj 2022-01-20 14:36:10 星期四
请求URL
  • {URL}/prj/contract/return/{id}
请求方式
  • GET
参数
参数名 必选 类型 说明
id num 数据id
返回示例
    {
        "code": 0,
        "data": {
            "id":123,
            "scheduleId":123,
            "scheduleName":"回款计划名称",
            "contractId":123,
            "contractName":"合同名称",
            "price":12143.3,
            "priceReceived":1234.56,
            "invoicingFlag": 1,
            "returnDate": "2021-01-09 00:00:00",
            "attachmentList":[
                {
                    "id":12,
                    "name":"文件",
                    "url":"www.baidu.cin",
                    "createTime":"2021-09-07",
                    "createByName":"上传人姓名"
                },
                {
                    "id":12,
                    "name":"文件",
                    "url":"www.baidu.cin",
                    "createTime":"2021-09-07",
                    "createByName":"上传人姓名"
                }
            ]
        },
        "message": ""
    }
返回参数说明
参数名 类型 说明
code int 返回结果 0 成功 500 异常
message int 返回信息
data object 返回结果
id num 数据id
scheduleId num 回款计划id
scheduleName string 款项名称
contractId num 合同id
contractName string 合同名称
price num 本次回款金额
priceReceived num 已收金额
invoicingFlag num 是否已开票 0-否 1-是
returnDate string 回款时间
attachmentList list 附件列表
name string 文件名
url string 文件路径
createTime date 上传时间
createByName string 上传人姓名

页面列表

ITEM_HTML