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
d4c73460
Commit
d4c73460
authored
Aug 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
上一条 同步客户列表
parent
b8338b1a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
18 deletions
+36
-18
index.html
application/index/view/cell_phone/index.html
+0
-0
myCollectionUserList.html
...ion/index/view/myCollectionUser/myCollectionUserList.html
+0
-0
remark_follow_index.html
application/index/view/remark/remark_follow_index.html
+0
-0
RemarkFollowIndex.js
public/resource/js/RemarkFollowIndex.js
+12
-2
callPhoneIndex.js
public/resource/js/callPhoneIndex.js
+12
-5
myCollectionUserList.js
public/resource/js/myCollectionUserList.js
+12
-2
user.js
public/resource/js/user.js
+0
-9
No files found.
application/index/view/cell_phone/index.html
View file @
d4c73460
This diff is collapsed.
Click to expand it.
application/index/view/myCollectionUser/myCollectionUserList.html
View file @
d4c73460
This diff is collapsed.
Click to expand it.
application/index/view/remark/remark_follow_index.html
View file @
d4c73460
This diff is collapsed.
Click to expand it.
public/resource/js/RemarkFollowIndex.js
View file @
d4c73460
...
...
@@ -210,6 +210,8 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
user
.
user_id
=
$
(
this
).
attr
(
"data-id"
);
user
.
user_phone
=
$
(
this
).
attr
(
"data-phone"
);
user
.
agent_id_infor
=
$
(
this
).
attr
(
"data-agentId"
);
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
$
(
'#take_look_name'
).
html
(
$
(
this
).
attr
(
"data-name"
));
$
(
'#take_look_phone'
).
html
(
$
(
this
).
attr
(
"data-phone"
));
$
(
'#take_look_id'
).
html
(
$
(
this
).
attr
(
"data-id"
));
...
...
@@ -1044,11 +1046,18 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
)
{
if
(
data
.
code
==
200
||
data
.
code
==
201
)
{
user
.
user_id
=
data
.
data
.
user_id
;
if
(
data
.
code
==
200
){
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
}
else
{
$
(
'.call-user-five'
).
html
(
data
.
msg
);
$
(
'.detail-modal-body-sec-2'
).
hide
();
}
user
.
Caozuo
();
user
.
getGenjincon
();
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
user
.
user_id
=
data
.
data
.
max_user_id
-
1
;
};
if
(
data
.
data
.
user_id
==
data
.
data
.
min_user_id
){
...
...
@@ -1057,6 +1066,7 @@ define(['doT', 'text!temp/remark_follow_template_tpl.html', 'ckfinder', 'ckfinde
}
else
{
alert
(
data
.
msg
)
}
}
});
},
...
...
public/resource/js/callPhoneIndex.js
View file @
d4c73460
...
...
@@ -260,11 +260,10 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'ckfinder', 'ckfinderSta
user
.
user_id
=
$
(
this
).
attr
(
"data-id"
);
console
.
log
(
user
.
user_id
);
if
(
user
.
user_id
==
'null'
){
// $("#modal-record").modal('hide');
alert
(
'当前用户不存在'
);
}
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
user
.
user_phone
=
$
(
this
).
attr
(
"data-phone"
);
user
.
agent_id_infor
=
$
(
this
).
attr
(
"data-agentId"
);
$
(
'#take_look_name'
).
html
(
$
(
this
).
attr
(
"data-name"
));
...
...
@@ -1054,11 +1053,18 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'ckfinder', 'ckfinderSta
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
)
{
if
(
data
.
code
==
200
||
data
.
code
==
201
)
{
user
.
user_id
=
data
.
data
.
user_id
;
if
(
data
.
code
==
200
){
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
}
else
{
$
(
'.call-user-five'
).
html
(
data
.
msg
);
$
(
'.detail-modal-body-sec-2'
).
hide
();
}
user
.
Caozuo
();
user
.
getGenjincon
();
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
user
.
user_id
=
data
.
data
.
max_user_id
-
1
;
};
if
(
data
.
data
.
user_id
==
data
.
data
.
min_user_id
){
...
...
@@ -1067,6 +1073,7 @@ define(['doT', 'text!temp/callPhone_template_tpl.html', 'ckfinder', 'ckfinderSta
}
else
{
alert
(
data
.
msg
)
}
}
});
},
...
...
public/resource/js/myCollectionUserList.js
View file @
d4c73460
...
...
@@ -260,6 +260,8 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'ckfinder', 'ck
user
.
user_id
=
$
(
this
).
attr
(
"data-id"
);
user
.
user_phone
=
$
(
this
).
attr
(
"data-phone"
);
user
.
agent_id_infor
=
$
(
this
).
attr
(
"data-agentId"
);
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
$
(
'#take_look_name'
).
html
(
$
(
this
).
attr
(
"data-name"
));
$
(
'#take_look_phone'
).
html
(
$
(
this
).
attr
(
"data-phone"
));
$
(
'#take_look_id'
).
html
(
$
(
this
).
attr
(
"data-id"
));
...
...
@@ -1060,11 +1062,18 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'ckfinder', 'ck
},
dataType
:
'json'
,
success
:
function
(
data
)
{
if
(
data
.
code
==
200
&&
data
.
data
.
length
!=
0
)
{
if
(
data
.
code
==
200
||
data
.
code
==
201
)
{
user
.
user_id
=
data
.
data
.
user_id
;
if
(
data
.
code
==
200
){
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
}
else
{
$
(
'.call-user-five'
).
html
(
data
.
msg
);
$
(
'.detail-modal-body-sec-2'
).
hide
();
}
user
.
Caozuo
();
user
.
getGenjincon
();
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
if
(
data
.
data
.
user_id
==
data
.
data
.
max_user_id
){
user
.
user_id
=
data
.
data
.
max_user_id
-
1
;
};
if
(
data
.
data
.
user_id
==
data
.
data
.
min_user_id
){
...
...
@@ -1073,6 +1082,7 @@ define(['doT', 'text!temp/my_collection_user_template_tpl.html', 'ckfinder', 'ck
}
else
{
alert
(
data
.
msg
)
}
}
});
},
...
...
public/resource/js/user.js
View file @
d4c73460
...
...
@@ -264,9 +264,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
user
.
agent_id_infor
=
$
(
this
).
attr
(
"data-agentId"
);
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
$
(
'.user_call'
).
show
();
$
(
'#edit_add'
).
show
();
$
(
'.save-look'
).
show
();
$
(
'#take_look_name'
).
html
(
$
(
this
).
attr
(
"data-name"
));
$
(
'#take_look_phone'
).
html
(
$
(
this
).
attr
(
"data-phone"
));
$
(
'#take_look_id'
).
html
(
$
(
this
).
attr
(
"data-id"
));
...
...
@@ -1132,15 +1129,9 @@ define(['doT', 'text!temp/user_template_tpl.html', 'ckfinder', 'ckfinderStart',
if
(
data
.
code
==
200
){
$
(
'.call-user-five'
).
html
(
''
);
$
(
'.detail-modal-body-sec-2'
).
show
();
$
(
'.user_call'
).
show
();
$
(
'#edit_add'
).
show
();
$
(
'.save-look'
).
show
();
}
else
{
$
(
'.call-user-five'
).
html
(
data
.
msg
);
$
(
'.detail-modal-body-sec-2'
).
hide
();
$
(
'.user_call'
).
hide
();
$
(
'#edit_add'
).
hide
();
$
(
'.save-look'
).
hide
();
}
user
.
Caozuo
();
user
.
getGenjincon
();
...
...
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