订单编号:{{ formData.id }}
下单时间:{{ formData.createTime }}
{{ filterStatus(formData.status) }}
确定租赁
确认回收
取消订单
报修
续租
客户信息
{
formData.provinceId = val.id
formData.province = val.name
formData.cityObj = null
formData.cityId = ''
formData.city = ''
formData.areaObj = null
formData.areaId = ''
formData.area = ''
formData.streetObj = null
formData.streetId = ''
formData.street = ''
this.lbsAmapRegion('cityList', val.id)
}
"
>
{
formData.cityId = val.id
formData.city = val.name
formData.areaObj = null
formData.areaId = ''
formData.area = ''
formData.streetObj = null
formData.streetId = ''
formData.street = ''
this.lbsAmapRegion('areaList', val.id)
}
"
>
{
formData.areaId = val.id
formData.area = val.name
formData.streetObj = null
formData.streetId = ''
formData.street = ''
this.lbsAmapRegion('streetList', val.id)
}
"
>
{
formData.streetId = val.id
formData.street = val.name
}
"
>
商品信息
添加
{
getPrice(scope.row)
}
"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="选择日期"
>
{
getPrice(scope.row)
}
"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="选择日期"
>
{
getPrice(scope.row)
}
"
placeholder="请输入"
>
编辑
删除
{{ scope.row.goodsLeaseName }}
x{{ scope.row.qty }}
{
getPrice(scope.row)
}
"
:disabled="formData.status != 'WAIT'"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="选择日期"
>
{
getPrice(scope.row)
}
"
:disabled="formData.status != 'WAIT'"
value-format="yyyy-MM-dd HH:mm:ss"
placeholder="选择日期"
>
{{ scope.row.realEndDate ? scope.row.realEndDate.substring(0, 10) : '' }}
{
getPrice(scope.row)
}
"
:disabled="formData.status != 'WAIT'"
placeholder="请输入"
>
租赁记录
{{ scope.row.orderType == 'FIRST' ? '初次租赁' : '续租' }}
{{ scope.row.startDate ? scope.row.startDate.substring(0, 10) : '' }}
{{ scope.row.endDate ? scope.row.endDate.substring(0, 10) : '' }}
报修记录