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
dbdba08d
Commit
dbdba08d
authored
Jul 05, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
e669c926
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+5
-7
No files found.
public/app/js/customerinfo_details_new.js
View file @
dbdba08d
...
...
@@ -279,8 +279,11 @@ function loadMain(){
var
_this
=
$
(
this
);
if
((
_this
.
attr
(
'data-markid'
)
==
'1'
)
||
(
_this
.
attr
(
'data-markid'
)
==
'4'
)){
//如果选择了未打通,或取消拨打,则直接关闭
_genjinModal
.
hide
();
//跟进模态框关闭
return
false
;
if
(
_this
.
parent
().
parent
().
index
()
===
0
){
//只有在.genjin-mark-area-putong,电话跟进特有,下的标签才会隐藏
_genjinModal
.
hide
();
//跟进模态框关闭
return
false
;
}
};
if
(
!
_this
.
hasClass
(
'genjin-mark-active'
)){
_this
.
addClass
(
'genjin-mark-active'
).
siblings
().
removeClass
(
'genjin-mark-active'
);
...
...
@@ -292,8 +295,6 @@ function loadMain(){
e
.
preventDefault
();
e
.
stopPropagation
();
var
_genjinMarkOBj
=
$
(
'.genjin-mark-area-zhuangtai .genjin-mark-active'
),
_genjinMarkOBj2
=
$
(
'.genjin-mark-area-putong .genjin-mark-active'
),
_beizhuObjVal
=
$
.
trim
(
_beizhuObj
.
val
()),
...
...
@@ -340,9 +341,6 @@ function loadMain(){
if
(
_isFreeFlag
)
{
freePhone
();
};
layer
.
close
(
_index
);
return
false
;
//如果是电话跟进,选择了没打通或者取消拨打,则关掉不进行提交
}
else
{
$
.
ajax
({
type
:
'POST'
,
...
...
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