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
bb20aa58
Commit
bb20aa58
authored
Jun 24, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f8dbad30
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
reportListOffice.js
public/resource/js/reportListOffice.js
+8
-8
watch_template_tpl.html
public/resource/template/watch_template_tpl.html
+1
-1
No files found.
public/resource/js/reportListOffice.js
View file @
bb20aa58
...
...
@@ -51,7 +51,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
e
.
preventDefault
();
e
.
stopPropagation
();
var
_id
=
bargain
.
detail_shop_id
;
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
shop_detail_pc?shop_id='
+
_id
);
//记得修改修改
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
office_detail_pc?shop_id='
+
_id
);
//办公楼详情
$
(
'.detail-modal-header-tab-liu>a:nth-of-type(1)'
).
removeClass
(
'btn-default'
).
addClass
(
'btn-info'
).
siblings
().
removeClass
(
'btn-info'
).
addClass
(
'btn-default'
);
$
(
'.detail-modal-body-sec-liu:nth-of-type(1)'
).
show
().
siblings
().
hide
();
});
...
...
@@ -64,7 +64,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
bargain
.
detailTabIndexLiu
=
_this
.
index
();
$
(
'.detail-modal-body-sec-liu:nth-of-type('
+
(
bargain
.
detailTabIndexLiu
+
1
)
+
')'
).
show
().
siblings
().
hide
();
if
(
bargain
.
detailTabIndexLiu
==
0
){
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
shop
_detail_pc?shop_id='
+
bargain
.
detail_shop_id
);
$
(
'.iframe-shop-detail'
).
attr
(
'src'
,
'/app_broker/
office
_detail_pc?shop_id='
+
bargain
.
detail_shop_id
);
}
else
if
(
bargain
.
detailTabIndexLiu
==
1
){
bargain
.
getFollowupList
();
}
...
...
@@ -600,7 +600,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
var
_this
=
$
(
this
);
var
_id
=
_this
.
closest
(
'tr'
).
data
(
'orderid'
);
console
.
log
(
_id
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
_id
);
$
(
'.iframe-time-line'
).
attr
(
'src'
,
'/app_broker/timeline_pc?order_id='
+
_id
+
'&type=2'
);
});
var
_doc
=
$
(
document
);
...
...
@@ -1099,7 +1099,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
$
.
ajax
({
'type'
:
'get'
,
'url'
:
'/
broker
/getListByHouseId'
,
'url'
:
'/
office
/getListByHouseId'
,
data
:
{
'house_id'
:
bargain
.
detail_shop_id
,
'AuthToken'
:
user_info_obj
.
AuthToken
...
...
@@ -1176,7 +1176,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
bargaininfoShow
:
function
()
{
//报告详情
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/bargainInfo'
,
'url'
:
'/
office_
index/bargainInfo'
,
data
:
{
"id"
:
bargain
.
bargain_id
},
...
...
@@ -1234,7 +1234,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
bargaininfoShowLiu
:
function
()
{
//获取report_id
$
.
ajax
({
'type'
:
'GET'
,
'url'
:
'/index/bargainInfo'
,
'url'
:
'/
office_
index/bargainInfo'
,
data
:
{
"id"
:
bargain
.
bargain_id
},
...
...
@@ -1326,7 +1326,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
$
(
"#maid_new_table_list"
).
html
(
''
);
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/commissionList'
,
url
:
'/
office_
index/commissionList'
,
data
:
{
'id'
:
bargain
.
bargain_id
},
...
...
@@ -1432,7 +1432,7 @@ define(['doT', 'text!temp/reportList_office_template_tpl.html', 'css!style/home.
taxShow
:
function
()
{
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/getTallAge'
,
url
:
'/
office_
index/getTallAge'
,
data
:
{
'bargain_id'
:
bargain
.
bargain_id
},
...
...
public/resource/template/watch_template_tpl.html
View file @
bb20aa58
...
...
@@ -5,7 +5,7 @@
<
td
>
[
%=
it
[
item
][
'house_id'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'house_title'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
'appellation'
]
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"phone"
]
%
]
<
/td
>
<
td
>
[
%=
hideTel
(
it
[
item
][
"phone"
])
%
]
<
/td
>
<
td
>
[
%=
it
[
item
][
"expect_time"
]
%
]
<
/td
>
<
td
>
[
%
if
(
it
[
item
][
"other_require"
]
!=
null
)
{
%
]
[
%=
it
[
item
][
'other_require'
]
%
]
...
...
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