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
daff940f
Commit
daff940f
authored
Jun 20, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户列表修改
parent
6ec71526
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
houseList.js
public/resource/js/houseList.js
+4
-4
No files found.
public/resource/js/houseList.js
View file @
daff940f
...
...
@@ -319,19 +319,19 @@ define(['doT', 'text!temp/house_template_tpl.html', 'css!style/home.css', 'ckfin
alert
(
"请选择是否独家"
);
return
;
}
if
(
imgs
.
length
==
0
)
{
if
(
$
(
"#sel_dujia"
).
val
()
==
1
&&
imgs
.
length
==
0
)
{
alert
(
"请选择图片"
);
return
;
}
if
(
$
(
"#start_date_dujia"
).
val
()
==
""
)
{
if
(
$
(
"#start_date_dujia"
).
val
()
==
""
&&
$
(
"#sel_dujia"
).
val
()
==
1
)
{
alert
(
"请选择独家代理的时间"
);
return
;
}
if
(
$
(
"#end_date_dujia"
).
val
()
==
""
)
{
if
(
$
(
"#end_date_dujia"
).
val
()
==
""
&&
$
(
"#sel_dujia"
).
val
()
==
1
)
{
alert
(
"请选择独家代理的时间"
);
return
;
}
if
(
$
(
"#exclusive"
).
val
()
==
""
)
{
if
(
$
(
"#exclusive"
).
val
()
==
""
&&
$
(
"#sel_dujia"
).
val
()
==
1
)
{
alert
(
"请选择姓名或者手机号"
);
return
;
...
...
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