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
d69c0dea
Commit
d69c0dea
authored
Jun 12, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
d2e28e8f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
9 deletions
+6
-9
office_detail_pc.html
application/app_broker/view/index/office_detail_pc.html
+3
-3
buildingDictionary.html
...ication/index/view/officeBuilding/buildingDictionary.html
+0
-0
officeBuildingList.html
...ication/index/view/officeBuilding/officeBuildingList.html
+0
-0
buildingDictionary.js
public/resource/js/buildingDictionary.js
+1
-0
financial_manager_daily_list.js
public/resource/js/financial_manager_daily_list.js
+0
-0
officeEdit.js
public/resource/js/officeEdit.js
+2
-6
financial_manager_daily_list_template_tpl.html
...e/template/financial_manager_daily_list_template_tpl.html
+0
-0
No files found.
application/app_broker/view/index/office_detail_pc.html
View file @
d69c0dea
...
...
@@ -45,7 +45,7 @@
<tr>
<td>
所在楼层:{{d.floor}}
</td>
<td>
房号:{{d.room_num}}
</td>
<td>
房号:{{d.room_num
ber
}}
</td>
<td>
房源状态:{{(d.is_rent==1)?'已租':'未租'}}
</td>
<td>
是否独家:{{(d.is_exclusive_type==1)?'是':'否'}}
</td>
</tr>
...
...
@@ -111,7 +111,7 @@
<div
class=
"fl"
>
盘方:
</div>
<div
class=
"fl"
>
<ul
class=
"oh phone-list"
>
<li
class=
"fl oh"
v-for=
"(item, index) in d.dish_name_arr"
:key=
"index"
:data-id=
"item.id"
>
{{item.district_name+'-'+item.store_name+'-'+item.name+'-'+item.phone
}}
</li>
<li
class=
"fl oh"
>
{{d.room_relegation_info?d.room_relegation_info.name:''}}-{{d.room_relegation_info?d.room_relegation_info.phone:''
}}
</li>
</ul>
</div>
</td>
...
...
@@ -134,7 +134,7 @@
<td
v-if=
"(d.is_exclusive_type==1)"
colspan=
"2"
>
独家有效期:{{d.agent_start_time+'至'+d.agent_end_time}}
</td>
<td
v-if=
"(d.is_exclusive_type==1)"
colspan=
"2"
>
独家方:{{d.exclusive_info.phone}}-{{d.exclusive_info.name}}
</td>
</tr>
<tr
v-show=
'clickPublicUser("index/isShow")'
>
<tr
v-show=
'clickPublicUser("
office_
index/isShow")'
>
<td
colspan=
"4"
align=
"center"
>
<a
href=
"javascript:;"
class=
"is-public-user"
@
click=
"isPublicUser()"
>
C端公开
</a>
</td>
...
...
application/index/view/officeBuilding/buildingDictionary.html
deleted
100644 → 0
View file @
d2e28e8f
This diff is collapsed.
Click to expand it.
application/index/view/officeBuilding/officeBuildingList.html
deleted
100644 → 0
View file @
d2e28e8f
This diff is collapsed.
Click to expand it.
public/resource/js/buildingDictionary.js
View file @
d69c0dea
...
...
@@ -796,6 +796,7 @@ define(['doT', 'text!temp/building_dictionary_list_template_tpl.html','css!style
_latitudeObj
.
val
(
data
.
data
.
latitude
),
$
(
'.louceng_num'
).
html
(
data
.
data
.
id
);
business
.
businessDistrictId
=
data
.
data
.
business_district_id
;
66666
$
.
ajax
({
type
:
'GET'
,
url
:
'/index/getBusinessAll'
,
...
...
public/resource/js/financial_manager_daily_list.js
View file @
d69c0dea
This diff is collapsed.
Click to expand it.
public/resource/js/officeEdit.js
View file @
d69c0dea
...
...
@@ -1181,15 +1181,11 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
if
(
_id
!=
null
)
{
_data
[
'id'
]
=
_id
;
_data
[
'upload_id'
]
=
_objThis
.
upload_id
;
// user.urlBuilding = "/office/houseEdit";//编辑接口
user
.
urlBuilding
=
"/office_index/houseEdit"
;
//编辑接口
}
else
{
// _data['id'] = '';//新增时id传空
// user.urlBuilding = "/office/houseAdd";//新增接口
user
.
urlBuilding
=
"/office_index/houseAdd"
;
//新增接口
}
// _data['AuthToken'] = user_info_obj.AuthToken;
if
(
user
.
IDBuilding
){
//楼盘id
_data
[
'building_id'
]
=
user
.
IDBuilding
;
}
else
{
...
...
@@ -1219,13 +1215,13 @@ define(['doT', 'css!style/shop_edit.css', 'ckfinder', 'ckfinderStart'], function
alert
(
'该房源所在楼盘因信息不完整导致下架状态,请联系店长在后台楼盘列表补充楼盘信息!楼盘信息补充完整后,该房源会自动上架!'
);
}
else
{
alert
(
'添加成功!'
);
location
.
replace
(
'/admin.php/
index/officeBuildingList.html
'
);
location
.
replace
(
'/admin.php/
office_index/getRoomList
'
);
}
}
else
{
alert
(
data
[
'msg'
]);
return
;
window
.
location
.
href
=
'/admin.php/
index/officeBuildingList.html
'
;
window
.
location
.
href
=
'/admin.php/
office_index/getRoomList
'
;
};
}
else
{
alert
(
'数据错误'
);
...
...
public/resource/template/financial_manager_daily_list_template_tpl.html
View file @
d69c0dea
This diff is collapsed.
Click to expand it.
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