Commit 5c16e28b authored by agping's avatar agping

报告详情修改

parent 0751e26a
......@@ -140,13 +140,17 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
success: function(data) {
if(data.code == 200) {
if(data.data) {
$(".create_time").html(data.data.create_time);
$('#shop_type').val(data.data.shop_type);
$('#is_open').val(data.data.is_open);
$('#note_content').val(data.data.content);
$(".user_phone").html(data.data.user_phone);
$(".user_name").html(data.data.user_name);
$(".internal_address").html(data.data.internal_address);
$(".internal_title").html(data.data.internal_title);
$(".commission").val(data.data.scale_fee);
$(".practical_fee").val(data.data.practical_fee);
$(".internal_num").html(data.data.house_number);
$("#deal_status").val(data.data.trade_type);
$(".commission").val(data.data.commission);
$(".create_time").html(data.data.create_time);
}
} else {
alert('获取失败!');
......
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