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
2e69231c
Commit
2e69231c
authored
Jun 17, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
355b93ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
user.js
public/resource/js/user.js
+5
-0
No files found.
public/resource/js/user.js
View file @
2e69231c
...
@@ -2247,9 +2247,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
...
@@ -2247,9 +2247,14 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
params
.
site_id
=
_siteTagArr
.
join
(
','
);
params
.
site_id
=
_siteTagArr
.
join
(
','
);
//客户类型
//客户类型
params
.
entrust_type
=
$
(
'#find-shop-type'
).
val
();
params
.
entrust_type
=
$
(
'#find-shop-type'
).
val
();
if
(
$
(
"#find-shop-type"
).
val
()
==
-
1
)
{
alert
(
'客户类型必选'
);
return
;
};
if
(
$
(
'#find-shop-type'
).
val
()
==
0
){
if
(
$
(
'#find-shop-type'
).
val
()
==
0
){
params
.
concrete_industry
=
$
(
"#concrete_industry"
).
val
();
//具体业态
params
.
concrete_industry
=
$
(
"#concrete_industry"
).
val
();
//具体业态
params
.
industry_type
=
$
(
"#industry_type2"
).
val
();
//业态范围
params
.
industry_type
=
$
(
"#industry_type2"
).
val
();
//业态范围
if
(
$
(
"#concrete_industry"
).
val
()
==
''
)
{
if
(
$
(
"#concrete_industry"
).
val
()
==
''
)
{
alert
(
'具体业态必填'
);
alert
(
'具体业态必填'
);
return
;
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