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
f9f3238d
Commit
f9f3238d
authored
Jun 11, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
9b637771
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
38 additions
and
26 deletions
+38
-26
users_list.html
application/index/view/member/users_list.html
+2
-2
officeBuildingList.html
application/index/view/office/officeBuildingList.html
+4
-4
daily_achieve_mdzj.js
public/app/js/daily_achieve_mdzj.js
+4
-5
office_detail_pc.js
public/app/js/office_detail_pc.js
+0
-2
buildingDictionary.js
public/resource/js/buildingDictionary.js
+13
-4
officeBuildingList.js
public/resource/js/officeBuildingList.js
+2
-2
user.js
public/resource/js/user.js
+11
-6
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+2
-1
No files found.
application/index/view/member/users_list.html
View file @
f9f3238d
...
...
@@ -655,10 +655,10 @@
<label
for=
"inputEmail3"
class=
"col-sm-4 control-label"
>
客户状态:
</label>
<div
class=
"col-sm-8"
>
<select
class=
"form-control left-width"
id=
"add-user-staus"
>
<option
value=
""
>
客户状态
</option>
<option
value=
"
-1
"
>
客户状态
</option>
<option
value=
"0"
>
求租
</option>
<option
value=
"1"
>
已租
</option>
<
option
value=
"-1"
>
无效
</option
>
<
!--<option value="-1">无效</option>--
>
</select>
</div>
</div>
...
...
application/index/view/office/officeBuildingList.html
View file @
f9f3238d
...
...
@@ -269,16 +269,16 @@
<option
value=
"6"
>
厂房
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"office_status"
>
<option
value=
""
>
出租
状态
</option>
<option
value=
""
>
上下架
状态
</option>
<option
value=
"1"
>
上架
</option>
<option
value=
"2"
>
下架
</option>
<option
value=
"3"
>
无效
</option>
</select>
<select
class=
"form-control btn2 ld-Marheight"
id=
"office_rent"
>
<option
value=
""
>
出租状态
</option>
<option
value=
"
1
"
>
求租
</option>
<option
value=
"
2
"
>
已租
</option>
<
option
value=
"3"
>
无效
</option
>
<option
value=
"
0
"
>
求租
</option>
<option
value=
"
1
"
>
已租
</option>
<
!--<option value="3">无效</option>--
>
</select>
<input
class=
"form-control btn2 ld-Marheight"
data-rule-phoneus=
"false"
data-rule-required=
"false"
id=
"office_id"
placeholder=
"房源编号"
type=
"text"
value=
""
>
...
...
public/app/js/daily_achieve_mdzj.js
View file @
f9f3238d
...
...
@@ -374,26 +374,25 @@ require(['vue', 'vconsole', 'html2canvas', 'css!style/report_achieve.css', 'jque
};
if
(
lengthID
>
0
&&
_data
.
data
[
0
].
site_id
==
10002
){
$
(
'.hangzhou'
).
show
();
shanghai
_bitian
=
1
;
hangzhou
_bitian
=
1
;
_this
.
loadMainHZ
(
_data
.
data
[
0
].
id
);
};
if
(
lengthID
>
0
&&
_data
.
data
[
0
].
site_id
==
10003
){
$
(
'.shenzhen'
).
show
();
sh
anghai
_bitian
=
1
;
sh
enzhen
_bitian
=
1
;
_this
.
loadMainSZ
(
_data
.
data
[
0
].
id
);
};
if
(
lengthID
>
0
&&
_data
.
data
[
0
].
site_id
==
10004
){
$
(
'.guangzhou'
).
show
();
shanghai
_bitian
=
1
;
guangzhou
_bitian
=
1
;
_this
.
loadMainGZ
(
_data
.
data
[
0
].
id
);
};
if
(
lengthID
>
0
&&
_data
.
data
[
0
].
site_id
==
10005
){
$
(
'.beijing'
).
show
();
shanghai_bitian
=
1
;
beijing_bitian
=
1
;
_this
.
loadMainBJ
(
_data
.
data
[
0
].
id
);
};
...
...
public/app/js/office_detail_pc.js
View file @
f9f3238d
...
...
@@ -284,8 +284,6 @@ require(['vue','css!style/office_detail_pc.css','jquery0325', 'common'], functio
_this
.
select_public_var
=
_data
.
data
.
is_show
;
_this
.
d
=
_data
.
data
;
_this
.
ds
=
_data
.
data
.
building_data
;
// _this.traffic =_data.data.building_data.traffic.join(',');//交通
// _this.exclusive_name = _data.data.exclusive_name.join(',');//独家方
_this
.
$nextTick
(()
=>
{
vm
.
$previewRefresh
()
});
...
...
public/resource/js/buildingDictionary.js
View file @
f9f3238d
...
...
@@ -607,20 +607,29 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style
business
.
url
=
'/office_index/houseDictionaryAdd'
;
}
//验证必填项
if
(
$
(
'#loupan_type'
).
val
()
==
-
1
){
alert
(
'楼盘类型必选'
);
return
;
}
if
(
$
(
'#loupan_title'
).
val
()
==
''
){
alert
(
'楼盘名称必填'
);
}
if
(
$
(
'#loupan_type'
).
val
()
==
-
1
){
alert
(
'楼盘类型必选'
);
return
;
}
if
(
$
(
'#introOffice'
).
val
()
==
''
){
alert
(
'楼盘简介必选'
);
return
;
}
if
(
$
(
'#loucengOffice'
).
val
()
==
''
){
alert
(
'楼盘楼层必选'
);
return
;
}
if
(
_cityInternalObj
.
val
()
==
''
){
alert
(
'请选择楼盘地址'
);
return
;
}
$
.
ajax
({
...
...
@@ -755,7 +764,7 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style
'4'
:
v
.
latitude
,
'5'
:
v
.
longitude
}));
var
name_
=
v
.
line_name
?
v
.
line_name
.
substr
(
2
,
3
):
v
.
line_name
;
var
name_
=
v
.
line_name
;
$
(
".shop_city_choose_site_list_line"
).
eq
(
i
).
val
(
name_
);
});
...
...
public/resource/js/officeBuildingList.js
View file @
f9f3238d
...
...
@@ -1379,8 +1379,8 @@ if(data.code == 200) {
if
(
$
(
'#price_end'
).
val
()){
params
.
price_total_end
=
$
(
'#price_end'
).
val
();
//租金总价
}
if
(
$
(
'#price_
end
_single'
).
val
()){
params
.
price_start
=
$
(
'#price_
end
_single'
).
val
();
//租金单价
if
(
$
(
'#price_
start
_single'
).
val
()){
params
.
price_start
=
$
(
'#price_
start
_single'
).
val
();
//租金单价
}
if
(
$
(
'#price_end_single'
).
val
()){
params
.
price_end
=
$
(
'#price_end_single'
).
val
();
//租金单价
...
...
public/resource/js/user.js
View file @
f9f3238d
...
...
@@ -2253,7 +2253,13 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
if
(
$
(
"#concrete_industry"
).
val
()
==
''
)
{
alert
(
'具体业态必填'
);
return
;
}
};
if
(
params
.
industry_type
==
''
)
{
alert
(
'请选择业态'
);
$
(
"#industry_type2"
).
focus
();
return
;
}
}
params
.
disc
=
$
(
"#user_area_add"
).
val
();
...
...
@@ -2289,11 +2295,6 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
$
(
"input[name='user_phone']"
).
focus
();
return
;
}
if
(
params
.
industry_type
==
''
)
{
alert
(
'请选择业态'
);
$
(
"#industry_type2"
).
focus
();
return
;
}
if
(
params
.
price_demand
==
''
)
{
alert
(
'请选择价格'
);
$
(
"#price_type2"
).
focus
();
...
...
@@ -2323,6 +2324,10 @@ define(['doT', 'text!temp/user_template_tpl.html', 'css!style/home.css', 'ckfind
alert
(
'请选择正确的客方'
);
return
;
}
if
(
params
.
user_status
==
'-1'
){
alert
(
'客户状态必填'
);
return
;
}
$
.
ajax
({
url
:
'/index/pcEditClient'
,
type
:
'POST'
,
...
...
public/resource/js/user_genjing_modal.js
View file @
f9f3238d
...
...
@@ -1016,6 +1016,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
}
else
{
user
.
yueDaiKanurl
=
'/office/getRoomListByReport'
;
//办公楼
}
console
.
log
(
user
.
entrustType
)
$
.
ajax
({
url
:
user
.
yueDaiKanurl
,
type
:
'GET'
,
...
...
@@ -1147,7 +1148,7 @@ define(['doT', 'text!temp/user_model_template_tpl.html','css!style/home.css', 'c
success
:
function
(
data
)
{
if
(
data
.
code
==
200
)
{
if
(
data
.
data
)
{
user
.
entrustType
=
=
data
.
data
.
user_info
.
entrust_type
;
user
.
entrustType
=
data
.
data
.
user_info
.
entrust_type
;
$
(
".cus_id"
).
html
(
data
.
data
.
user_info
.
user_id
);
//客户编号
$
(
".cus_name"
).
html
(
data
.
data
.
user_info
.
user_name
);
//姓名
$
(
".area_demand"
).
html
(
data
.
data
.
user_info
.
area_demand
*
1
);
...
...
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