Commit 2f268118 authored by hujun's avatar hujun

经纪人编辑显示部门id

parent 17e58311
......@@ -147,6 +147,7 @@ define (['doT', 'text!temp/agent_template_tpl.html', 'css!style/home.css','pagin
$("input[name = phone]").val(data.data.phone);
$("input[name = name]").val(data.data.name);
$("input[name = store_id]").val(data.data.store_id);
$("input[name = district_id]").val(data.data.district_id);
$("#admin_off").val(data.data.admin_off);
$("#remarks").val(data.data.remarks);
$("#status").val(data.data.status);
......
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