详情
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/admin/Warehouse/warehouse_fee_detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET</li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>费用id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"info": {
"status": 1,
"msg": {
"cost_info": {
"id": "80",
"warehouse_id": "7248",
"deposit": "7560.00",
"total_cost": "20000.00",
"cost_type": "1",
"pay_type": "3",
"start_time": "1617552000",
"end_time": "1625587200",
"time_limit": "4", #合同期限
"add_user": "637",
"add_time": "1619072272",
"img_url": "img_0.png",
"remark": "",
"office_pay_type": null,
"total_office_cost": "0.00",
"estate_pay_type": null,
"total_estate_cost": "0.00",
"manage_pay_type": null,
"total_manage_cost": "0.00",
"is_public": "0",
"is_open": "0",
"receipt_type": "0",
"is_public_str": "", #是否公开字符显示
"is_open_str": "", #是否开票字符显示
"receipt_type_str": "", #发票类型字符显示
"tax_point": "", #税点
"voucher": null,
"name": "1111111",
"curator_id": "56",
"parking_space_number": "10",
"start_date": "2021-04-05", #合同开始日期
"end_date": "2021-07-06", #合同结束日期
"add_date": "2021-07-06 10:10:00", #添加时间
"cars_num_cost": "500.00",
"start_status": 3, #租赁状态 1未开始 2租赁中 3即将到期 4已到期
"pay_type_memo": "3月一付", #租金
"pay_cost": "0.00", #租金
"office_pay_type_memo": "3月一付", #办公付款方式
"office_pay_cost": "0.00", #办公付款
"estate_pay_type_memo": "3月一付", #物业付款方式
"estate_pay_cost": "0.00", #物业付款
"manage_pay_type_memo": "3月一付", #管理付款方式
"manage_pay_cost": "0.00" #管理付款
},
"company": [
{
"user_id": "56",
"name": "何映",
"department_id": "164",
"sales": "成都营业部",
"pid": "160",
"company": "四川分公司",
"area": "西南"
}
],
"img_url": [ #合同地址 包含pdf
{
"url": "http://oss-cn-shenzhen.aliyuncs.com/youcku/WAREHOUSE_FILE00007248/warehouse/warehouse_id_7248/cost_80/img_0.png?OSSAccessKeyId=LiM13P7oFGnbb0cS&Expires=1619172734&Signature=6YJwUhZsaSiuOQSPtZYgjvOv5Zg%3D",
"name": "img_0.png",
"type": 1
}
],
"voucher_url": [], #产权凭证地址 包含pdf
"add_user": { #添加人
"realname": "毕泽龙"
},
"month_cost": [ #费用详情
{
"month": "2021-04", #年月
"rent_fee": 15000, #租金(元)
"office_fee": "0.00", #办公室费用(元)
"estate_fee": "0.00", #物业费(元)
"manage_fee": "0.00", #管理费(元)
"total_cost_memo": "包含押金7560.00元", #备注
"t_cost": 0, #临时费用(元)
"total_cost": 22560 #应付总额(元)
},
{
"month": "2021-05",
"rent_fee": "0.00",
"office_fee": "0.00",
"estate_fee": "0.00",
"manage_fee": "0.00",
"total_cost_memo": "",
"t_cost": 0,
"total_cost": 0
},
{
"month": "2021-06",
"rent_fee": "0.00",
"office_fee": "0.00",
"estate_fee": "0.00",
"manage_fee": "0.00",
"total_cost_memo": "",
"t_cost": 0,
"total_cost": 0
},
{
"month": "2021-07",
"rent_fee": 5000,
"office_fee": "0.00",
"estate_fee": "0.00",
"manage_fee": "0.00",
"total_cost_memo": "",
"t_cost": 0,
"total_cost": 5000
}
],
"month_cost_total": { #总计
"w_fee_total": "20000.00", #租金
"office_fee_total": "0.00", #办公费
"estate_fee_total": "0.00", #物业
"manage_fee_total": "0.00", #管理
"t_fee_total": "0.00", #临时费用
"total": 27560 #应付总额费用
}
}
},
"status": 1,
"url": ""
}
</code></pre>