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
ebe8929b
Commit
ebe8929b
authored
Aug 07, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
225187f3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
user_genjing_modal.html
application/index/view/member/user_genjing_modal.html
+1
-1
account_statement_office.html
...n/index/view/officeBuilding/account_statement_office.html
+1
-1
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+5
-4
No files found.
application/index/view/member/user_genjing_modal.html
View file @
ebe8929b
...
...
@@ -713,7 +713,7 @@
</span>
<!--城市筛选-->
<select
class=
"user_city_list"
style=
"font-size: 14px;font-weight: 500;float: right;margin-top: 8px;"
>
<
option
value=
""
>
选择城市
</option
>
<
!--<option value="">选择城市</option>--
>
<option
value=
"10001"
>
上海市
</option>
<option
value=
"10002"
>
杭州市
</option>
<option
value=
"10003"
>
深圳市
</option>
...
...
application/index/view/officeBuilding/account_statement_office.html
View file @
ebe8929b
...
...
@@ -340,7 +340,7 @@
<div
class=
"detail-modal-bargaininfo-main-right"
>
<span></span>
<br
/>
<span>
商铺
号:
</span><input
class=
"form-control"
id=
"bargaininfo_shop_num"
/>
<span>
楼盘
号:
</span><input
class=
"form-control"
id=
"bargaininfo_shop_num"
/>
<input
type=
"text"
id=
"hide-input-value"
style=
"opacity: 0;width: 6px;"
/>
<button
type=
"button"
class=
"copy-text-shop btn-info btn1"
>
复制
</button>
<br>
...
...
public/resource/js/user_genjing_modal.js
View file @
ebe8929b
...
...
@@ -146,7 +146,8 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
$
(
'.user_city_list'
).
on
(
'change'
,
function
(){
user
.
pageNoUser
=
1
;
$
(
'#caozuo_table2'
).
html
(
''
);
user
.
isExitsNew
=
0
user
.
isExitsNew
=
0
;
user
.
isExitsNewInfo
=
1
;
//标识第一次进入
user
.
getGenjincon
();
user
.
getUserLog
(
2
);
});
...
...
@@ -1481,9 +1482,9 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
});
},
getGenjincon
:
function
()
{
//获取客户动态(客户详情)
if
(
user
.
isExitsNew
==
1
){
if
(
user
.
isExitsNew
==
1
){
//标识不是今天的跟进
user
.
getGenjincontwo
();
}
else
{
}
else
{
//今天的跟进
$
(
'.is-show-more-followlog'
).
show
();
var
user_info_obj
=
JSON
.
parse
(
decodeURIComponent
(
localStorage
.
getItem
(
'pcUserInfo'
)));
//读取缓存
$
.
ajax
({
...
...
@@ -1597,7 +1598,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
}
else
{
//点击加载更多 没有数据时 隐藏加载更多
$
(
'.is-show-more-followlog'
).
hide
();
$
(
'.is-show-more-followlog'
).
hide
();
//如果第一次 进来 没有数据 表格显示暂无跟进信息
if
(
user
.
isExitsNewInfo
==
1
){
$
(
"#caozuo_table2"
).
html
(
'暂无跟进信息'
);
...
...
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