Commit e23c35a0 authored by duxinyuan's avatar duxinyuan

1

parent 42af6a13
......@@ -257,7 +257,21 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$('#money').text(money);
$('#money_big').text(money_big);
$('#pz_no').text(data.data.receipt_number);
$('#back_type').text(data.data.type);
var str = "" ;
if ( data.data.type == 0 ){
str = '退意向金';
} else if ( data.data.type == 1 ){
str = '意向金转定';
} else if ( data.data.type == 2 ){
str = '退保管金';
} else if ( data.data.type == 3 ){
str = '保管金转定';
} else if ( data.data.type == 4 ){
str = '退中介费';
} else if ( data.data.type == 5 ){
str = '退案场费';
}
$('#back_type').text(str);
$('#come_time').text(data.data.income_time);
$('#check_addr').text(data.data.address);
$('#check_resaon').text(data.data.refund_cause);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment