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
2c49a7c9
Commit
2c49a7c9
authored
Aug 03, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商铺 根进权限
parent
a61e758d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
2 deletions
+15
-2
public.css
public/resource/css/public.css
+2
-2
houseFollowUp.js
public/resource/js/houseFollowUp.js
+7
-0
houseList.js
public/resource/js/houseList.js
+6
-0
No files found.
public/resource/css/public.css
View file @
2c49a7c9
...
...
@@ -2,8 +2,8 @@ body {
/*width: 1335px !important;*/
/*min-width: 1335px !important;*/
width
:
1
08
0px
!important
;
min-width
:
1
08
0px
!important
;
width
:
1
16
0px
!important
;
min-width
:
1
16
0px
!important
;
margin
:
0
;
margin
:
0
auto
;
background-color
:
#F2F2F2
;
...
...
public/resource/js/houseFollowUp.js
View file @
2c49a7c9
...
...
@@ -236,6 +236,13 @@ define(['doT', 'text!temp/followHouseUp_template_tpl.html', 'css!style/home.css'
}
else
{
$
(
'#modal_followup_table_list'
).
html
(
'<tr><td>暂无数据</td></tr>'
);
}
//判断用户是否有权限跟进
if
(
check_auth
(
'broker/addShopFollowUp'
)){
$
(
'#modal_followup_submit_btn'
).
show
();
}
else
{
$
(
'#modal_followup_submit_btn'
).
hide
();
}
}
else
{
alert
(
'请登录!'
);
}
...
...
public/resource/js/houseList.js
View file @
2c49a7c9
...
...
@@ -802,6 +802,12 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
}
else
{
$
(
'#modal_followup_table_list'
).
html
(
'<tr><td>暂无数据</td></tr>'
);
}
//判断用户是否有权限跟进
if
(
check_auth
(
'broker/addShopFollowUp'
)){
$
(
'#modal_followup_submit_btn'
).
show
();
}
else
{
$
(
'#modal_followup_submit_btn'
).
hide
();
}
}
else
{
alert
(
'请登录!'
);
}
...
...
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