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
834baa1f
Commit
834baa1f
authored
May 09, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3d772041
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
user.js
public/resource/js/user.js
+3
-3
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+2
-2
No files found.
public/resource/js/user.js
View file @
834baa1f
...
@@ -1792,7 +1792,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -1792,7 +1792,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
}
}
//客方修改记录
//客方修改记录
var
caozuo_table
=
""
;
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'
user
_history'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'
agent
_history'
],
function
(
i
,
item
)
{
caozuo_table
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
});
});
if
(
caozuo_table
){
if
(
caozuo_table
){
...
@@ -1802,7 +1802,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -1802,7 +1802,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
};
};
//邀请人修改记录
//邀请人修改记录
var
caozuo_table_introduce
=
""
;
var
caozuo_table_introduce
=
""
;
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'
user_
invite_history'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'invite_history'
],
function
(
i
,
item
)
{
caozuo_table_introduce
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table_introduce
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
});
});
if
(
caozuo_table_introduce
){
if
(
caozuo_table_introduce
){
...
@@ -2015,7 +2015,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -2015,7 +2015,7 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
if
(
data
.
code
==
200
)
{
if
(
data
.
code
==
200
)
{
var
temp
=
document
.
getElementById
(
'customer_edit_log_list'
).
innerHTML
;
var
temp
=
document
.
getElementById
(
'customer_edit_log_list'
).
innerHTML
;
var
doTtmpl
=
doT
.
template
(
temp
);
var
doTtmpl
=
doT
.
template
(
temp
);
$
(
"#customerEditLog"
).
html
(
doTtmpl
(
data
.
data
.
user_history_log
.
user_exit
_history
));
$
(
"#customerEditLog"
).
html
(
doTtmpl
(
data
.
data
.
user_history_log
.
other
_history
));
}
else
{
}
else
{
}
}
...
...
public/resource/js/user_genjing_modal.js
View file @
834baa1f
...
@@ -1233,7 +1233,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
...
@@ -1233,7 +1233,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
}
}
//客方修改记录
//客方修改记录
var
caozuo_table
=
""
;
var
caozuo_table
=
""
;
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'
user
_history'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'
agent
_history'
],
function
(
i
,
item
)
{
caozuo_table
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
});
});
if
(
caozuo_table
){
if
(
caozuo_table
){
...
@@ -1243,7 +1243,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
...
@@ -1243,7 +1243,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
};
};
//邀请人修改记录
//邀请人修改记录
var
caozuo_table_introduce
=
""
;
var
caozuo_table_introduce
=
""
;
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'
user_
invite_history'
],
function
(
i
,
item
)
{
$
.
each
(
data
[
'data'
][
'user_history_log'
][
'invite_history'
],
function
(
i
,
item
)
{
caozuo_table_introduce
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
caozuo_table_introduce
+=
'<tr><td>'
+
item
.
remark
+
'</td><td>'
+
item
.
name
+
'</td><td>'
+
item
.
create_time
+
'</td></tr>'
;
});
});
if
(
caozuo_table_introduce
){
if
(
caozuo_table_introduce
){
...
...
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