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