Commit 6c050b73 authored by agping's avatar agping

编辑修改

parent b4773166
...@@ -117,7 +117,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', ' ...@@ -117,7 +117,7 @@ define(['doT', 'text!temp/reportList_template_tpl.html', 'css!style/home.css', '
$(".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_title").html(data.data.internal_title);
$(".commission").val(data.data.commission); $(".commission").val(data.data.scale_fee);
$(".practical_fee").val(data.data.practical_fee); $(".practical_fee").val(data.data.practical_fee);
} }
} else { } else {
......
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