Commit 7d2cebec authored by agping's avatar agping

1

parent 43528cc3
...@@ -982,7 +982,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho ...@@ -982,7 +982,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
"exclusive_ids": business.exclusive_id, //经纪人id "exclusive_ids": business.exclusive_id, //经纪人id
"agent_start_time": $("#start_date_dujia").val(), //开始时间 "agent_start_time": $("#start_date_dujia").val(), //开始时间
"agent_end_time": $("#end_date_dujia").val(), //结束时间 "agent_end_time": $("#end_date_dujia").val(), //结束时间
"exclusive_img": images ,//独家图片 "exclusive_img": JSON.stringify(images) ,//独家图片
"exclusive_file": exclusive_file_str, //独家附件 "exclusive_file": exclusive_file_str, //独家附件
"del_file_id": business.file_id_str //独家附件 "del_file_id": business.file_id_str //独家附件
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
[% if(it&&it.length!=0) { %] [% if(it&&it.length!=0) { %]
[% for(var item in it){ %] [% for(var item in it){ %]
<tr class="text-center"> <tr class="text-center">
<td>[%= it[item]['id'] %]</td> <td style="width: 5%;">[%= it[item]['id'] %]</td>
<td> <td style="width: 10%;">
[% if(it[item]["type"] == 1) { %] [% if(it[item]["type"] == 1) { %]
写字楼 写字楼
[% }else if (it[item]["type"] == 2){ %] [% }else if (it[item]["type"] == 2){ %]
...@@ -18,11 +18,11 @@ ...@@ -18,11 +18,11 @@
厂房 厂房
[% } %] [% } %]
</td> </td>
<td>[%= it[item]['address'] %]</td> <td style="width: 15%;">[%= it[item]['address'] %]</td>
<td>[%= it[item]['business_name'] %]</td> <td style="width: 10%;">[%= it[item]['business_name'] %]</td>
<td>[%= it[item]['title'] %]</td> <td style="width: 10%;">[%= it[item]['title'] %]</td>
<td>[%= it[item]['floor_total'] %]</td> <td style="width: 10%;">[%= it[item]['floor_total'] %]</td>
<td>[%= it[item]['intro'] %]</td> <td style="width: 30%;">[%= it[item]['intro'] %]</td>
<td> <td>
<a class="btn1 btn-success edit" href="#modal_add_loupan" data-toggle="modal" data-id='[%= it[item]["id"] %]'>编辑</a> <a class="btn1 btn-success edit" href="#modal_add_loupan" data-toggle="modal" data-id='[%= it[item]["id"] %]'>编辑</a>
......
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