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
6f90c08a
Commit
6f90c08a
authored
Oct 26, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
1c92adf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
houseList.js
public/resource/js/houseList.js
+6
-2
performance_subsidiary_template_tpl.html
...esource/template/performance_subsidiary_template_tpl.html
+1
-1
No files found.
public/resource/js/houseList.js
View file @
6f90c08a
...
@@ -472,7 +472,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -472,7 +472,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
type
:
'GET'
,
type
:
'GET'
,
url
:
'/index/getBroker_new'
,
url
:
'/index/getBroker_new'
,
data
:
{
data
:
{
'phone'
:
$
.
trim
(
_this
.
val
())
'phone'
:
$
.
trim
(
_this
.
val
()),
'site_id'
:
user_info_obj
.
site_id
},
},
timeout
:
30000
,
timeout
:
30000
,
dataType
:
'json'
,
dataType
:
'json'
,
...
@@ -994,7 +996,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
...
@@ -994,7 +996,9 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
type
:
"GET"
,
type
:
"GET"
,
url
:
'/index/getBroker_new'
,
url
:
'/index/getBroker_new'
,
data
:
{
data
:
{
'phone'
:
phone
'phone'
:
phone
,
'site_id'
:
user_info_obj
.
site_id
},
},
timeout
:
10000
,
timeout
:
10000
,
dataType
:
"json"
,
dataType
:
"json"
,
...
...
public/resource/template/performance_subsidiary_template_tpl.html
View file @
6f90c08a
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<
td
>
[
%=
it
[
item
][
'scale'
]
%
]
%<
/td
>
<
td
>
[
%=
it
[
item
][
'scale'
]
%
]
%<
/td
>
<
td
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'scale_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'practical_fee'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'pr
actical_fe
e'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'pr
ic
e'
]
%
]
<
/td
>
<
td
>
<
td
>
[
%
if
(
it
[
item
][
"father_id"
]
==
0
||
it
[
item
][
"father_id"
]
==
"0"
)
{
%
]
[
%
if
(
it
[
item
][
"father_id"
]
==
0
||
it
[
item
][
"father_id"
]
==
"0"
)
{
%
]
<
a
class
=
"btn1 btn-success details-btn"
href
=
"#modal_detail"
data
-
toggle
=
"modal"
data
-
id
=
'[%= it[item]["id"] %]'
>
详情
<
/a
>
<
a
class
=
"btn1 btn-success details-btn"
href
=
"#modal_detail"
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