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
cd4b4e6e
Commit
cd4b4e6e
authored
Apr 23, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量修改
parent
978641bf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
3 deletions
+13
-3
users_list.html
application/index/view/member/users_list.html
+6
-3
getCollection.js
public/resource/js/getCollection.js
+7
-0
No files found.
application/index/view/member/users_list.html
View file @
cd4b4e6e
...
...
@@ -48,6 +48,9 @@
.ld-Marheight
{
margin-top
:
15px
;
}
.phone_list
{
border
:
0px
solid
#d0d0d0
;
}
.phone_list
li
:nth-of-type
(
even
)
{
display
:
none
;
}
...
...
@@ -406,13 +409,13 @@
<br>
<!-- ============添加========== -->
<div
class=
"jian_class"
>
<input
name=
"ues_id"
placeholder=
"请输入
"
type=
"tel"
value=
""
class=
"phone_jia old_agents
"
>
<input
name=
"ues_id"
placeholder=
"请输入
经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia old_agents form-control
"
>
<ul
class=
"phone_list"
></ul>
</div>
<span
class=
"btn3"
id=
"batch"
>
批量修改为
</span>
<span
class=
"btn3"
id=
"batch"
>
批量修改为
</span>
<div
class=
"jian_class"
>
<input
name=
"ues_id"
placeholder=
"请输入
"
type=
"tel"
value=
""
class=
"phone_jia new_agents
"
>
<input
name=
"ues_id"
placeholder=
"请输入
经纪人姓名"
type=
"tel"
value=
""
class=
"phone_jia new_agents form-control
"
>
<ul
class=
"phone_list"
></ul>
</div>
...
...
public/resource/js/getCollection.js
View file @
cd4b4e6e
...
...
@@ -163,6 +163,9 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
//e代表索引 从0开始 eq(0)就是第一行
var
temp
=
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
4
).
html
();
//获取一列的值
var
temp_two
=
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
();
// null
var
temp_one
=
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
1
).
html
();
console
.
log
(
temp_one
);
if
(
temp
*
1
==
10
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
4
).
html
(
"支付宝"
)
}
...
...
@@ -206,6 +209,10 @@ define(['doT', 'text!temp/get_collection_template_tpl.html', 'css!style/home.css
if
(
temp_two
*
1
==
80
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
5
).
html
(
"其他"
)
}
// null
if
(
temp_one
==
'null'
){
$
(
"#follow_list"
).
find
(
"tr"
).
eq
(
e
).
find
(
"td"
).
eq
(
1
).
html
(
" "
)
}
});
$
(
"#money_total"
).
html
(
data
.
data
.
money_total
)
...
...
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