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
8531ead6
Commit
8531ead6
authored
Apr 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
盘方修改
parent
7476e3e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
14 deletions
+5
-14
user.js
public/resource/js/user.js
+5
-14
No files found.
public/resource/js/user.js
View file @
8531ead6
...
@@ -286,7 +286,9 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
...
@@ -286,7 +286,9 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
modify_add
:
function
()
{
//modify_add批量修改客方
modify_add
:
function
()
{
//modify_add批量修改客方
var
old_agents_text
=
$
(
'.old_agents'
).
val
();
var
old_agents_text
=
$
(
'.old_agents'
).
val
();
var
new_agents_text
=
$
(
'.new_agents'
).
val
();
var
new_agents_text
=
$
(
'.new_agents'
).
val
();
console
.
log
(
$
(
'.old_agents'
).
attr
(
'name'
));
console
.
log
(
$
(
'.phone_jia:eq(0)'
).
attr
(
'data-id'
));
console
.
log
(
$
(
'.phone_jia:eq(1)'
).
attr
(
'data-id'
));
// console.log($('.old_agents').attr('name'));
if
(
old_agents_text
==
''
)
{
if
(
old_agents_text
==
''
)
{
alert
(
'请输入经纪人内容为空'
);
alert
(
'请输入经纪人内容为空'
);
...
@@ -308,9 +310,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
...
@@ -308,9 +310,8 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
},
},
dataType
:
'json'
,
dataType
:
'json'
,
success
:
function
(
data
)
{
success
:
function
(
data
)
{
if
(
data
.
code
!=
200
)
{
if
(
data
.
code
==
200
)
{
console
.
log
(
data
);
console
.
log
(
666
);
alert
(
data
.
msg
);
}
}
}
}
});
});
...
@@ -343,16 +344,6 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
...
@@ -343,16 +344,6 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
}
}
});
});
},
},
// ================================搜索================================
// 下拉列表
// ================================================================
//筛选
//筛选
getList
:
function
(
pageNo
)
{
getList
:
function
(
pageNo
)
{
user
.
pageNo
=
pageNo
;
user
.
pageNo
=
pageNo
;
...
...
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