Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
7d2cebec
Commit
7d2cebec
authored
Jun 13, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
43528cc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
officeBuildingList.js
public/resource/js/officeBuildingList.js
+1
-1
building_dictionary_list_template_tpl.html
...ource/template/building_dictionary_list_template_tpl.html
+7
-7
No files found.
public/resource/js/officeBuildingList.js
View file @
7d2cebec
...
...
@@ -982,7 +982,7 @@ define(['doT', 'text!temp/office_building_list_template_tpl.html', 'css!style/ho
"exclusive_ids"
:
business
.
exclusive_id
,
//经纪人id
"agent_start_time"
:
$
(
"#start_date_dujia"
).
val
(),
//开始时间
"agent_end_time"
:
$
(
"#end_date_dujia"
).
val
(),
//结束时间
"exclusive_img"
:
images
,
//独家图片
"exclusive_img"
:
JSON
.
stringify
(
images
)
,
//独家图片
"exclusive_file"
:
exclusive_file_str
,
//独家附件
"del_file_id"
:
business
.
file_id_str
//独家附件
...
...
public/resource/template/building_dictionary_list_template_tpl.html
View file @
7d2cebec
...
...
@@ -2,8 +2,8 @@
[
%
if
(
it
&&
it
.
length
!=
0
)
{
%
]
[
%
for
(
var
item
in
it
){
%
]
<
tr
class
=
"text-center"
>
<
td
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
>
<
td
style
=
"width: 5%;"
>
[
%=
it
[
item
][
'id'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%
if
(
it
[
item
][
"type"
]
==
1
)
{
%
]
写字楼
[
%
}
else
if
(
it
[
item
][
"type"
]
==
2
){
%
]
...
...
@@ -18,11 +18,11 @@
厂房
[
%
}
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'address'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'business_name'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'title'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'floor_total'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'intro'
]
%
]
<
/td
>
<
td
style
=
"width: 15%;"
>
[
%=
it
[
item
][
'address'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'business_name'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'title'
]
%
]
<
/td
>
<
td
style
=
"width: 10%;"
>
[
%=
it
[
item
][
'floor_total'
]
%
]
<
/td
>
<
td
style
=
"width: 30%;"
>
[
%=
it
[
item
][
'intro'
]
%
]
<
/td
>
<
td
>
<
a
class
=
"btn1 btn-success edit"
href
=
"#modal_add_loupan"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
编辑
<
/a
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment