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
7cc7c0c3
Commit
7cc7c0c3
authored
Jun 12, 2019
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
楼盘列表权限
parent
0fbf0d8a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
463 additions
and
4 deletions
+463
-4
OfficeRoom.php
application/index/controller/OfficeRoom.php
+3
-0
officeEdit.html
application/index/view/office_room/officeEdit.html
+453
-0
route.php
application/route.php
+5
-2
office_building_list_template_tpl.html
.../resource/template/office_building_list_template_tpl.html
+2
-2
No files found.
application/index/controller/OfficeRoom.php
View file @
7cc7c0c3
...
@@ -34,6 +34,9 @@ class OfficeRoom extends Basic
...
@@ -34,6 +34,9 @@ class OfficeRoom extends Basic
*/
*/
public
function
edit
()
public
function
edit
()
{
{
if
(
!
$this
->
request
->
isAjax
())
{
return
view
(
'office_room/officeEdit'
);
}
if
(
$this
->
request
->
isPost
())
{
if
(
$this
->
request
->
isPost
())
{
$data
=
$this
->
service
->
edit
(
$this
->
params
,
$this
->
userId
,
$this
->
siteId
);
$data
=
$this
->
service
->
edit
(
$this
->
params
,
$this
->
userId
,
$this
->
siteId
);
if
(
$data
[
'status'
]
==
'successful'
)
{
if
(
$data
[
'status'
]
==
'successful'
)
{
...
...
application/index/view/office_room/officeEdit.html
0 → 100644
View file @
7cc7c0c3
{layout name="global/frame_two_tpl" /}
<input
type=
"hidden"
class=
"page-load"
id=
"officeEdit"
/>
<style>
.half
{
width
:
50%
!important
;
}
.p-t-10
{
margin-top
:
10px
;
}
.upload-image-btn
{
width
:
82px
;
height
:
40px
;
position
:
relative
;
opacity
:
0
;
z-index
:
66
;
}
.btn-default-liu
{
position
:
relative
;
left
:
-80px
;
z-index
:
6
;
}
</style>
<!--默认#page-content-wrapper是隐藏的-->
<div
id=
"page-content-wrapper"
style=
"display: none;"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
""
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
>
新增/编辑办公楼
</div>
<div
class=
"panel-body"
>
<form
class=
"form-inline"
id=
"main_form"
>
<ul
class=
"list-group"
>
<li
class=
"list-group-item"
id=
"li_loupan"
>
<div
class=
"form-group phone-list-container"
style=
"width: 70px;"
>
<label
for=
""
>
所属楼盘
</label>
</div>
<div
class=
"form-group phone-list-container"
id=
"loupan"
>
<input
type=
"text"
class=
"form-control phone_loupan"
placeholder=
"请输入"
>
<ul></ul>
</div>
</li>
<li
class=
"list-group-item isHideLoupan"
>
<div
class=
"form-group"
>
<label
for=
"shangpuType"
>
楼盘地址:
</label>
<span
class=
"address-list"
></span>
</div>
<div
class=
"form-group"
>
<label
for=
"show_all"
>
所属商圈:
</label>
<span
class=
"business_name-list"
></span>
</div>
<div
class=
"form-group"
>
<label
for=
"exclusiveType"
>
总层数:
</label>
<span
class=
"floor_total-list"
></span>
</div>
<div
class=
"form-group"
>
<label
for=
"exclusiveType"
>
类型:
</label>
<span
class=
"type-list"
></span>
</div>
<div
class=
"form-group"
>
<label
for=
"exclusiveType"
>
交通:
</label>
<span
class=
"traffic-list"
></span>
</div>
<div
class=
"form-group"
>
<label
for=
"exclusiveType"
>
简介:
</label>
<span
class=
"intro-list"
></span>
</div>
<br
/>
<div
class=
"form-group text-danger"
>
<label
for=
"exclusiveType"
>
如果以上楼盘信息不对,请联系店长在电脑端编辑楼盘字典
</label>
</div>
</li>
<li
class=
"list-group-item"
>
<div
class=
"form-group"
>
<label
for=
"shangpuType"
>
房源状态
</label>
<select
class=
"form-control"
name=
""
id=
"is_rent"
data-alert=
"请选择房源状态"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
已租
</option>
<option
value=
"0"
>
求租
</option>
</select>
</div>
<!--<div class="form-group">-->
<!--新增时 不显示是否对客户展示-->
<div
class=
"form-group isShowuser"
>
<label
for=
"show_all"
>
是否对客户展示
</label>
<select
class=
"form-control"
name=
"showCd"
id=
"showCd"
disabled=
"disabled"
>
<option
value=
""
>
请选择
</option>
<option
value=
"0"
>
是
</option>
<option
value=
"1"
>
否
</option>
</select>
</div>
<div
class=
"form-group"
>
<label
for=
"exclusiveType"
>
是否独家
</label>
<select
class=
"form-control"
name=
"exclusiveType"
id=
"exclusiveType"
data-alert=
"请选择是否独家"
>
<option
value=
""
>
请选择
</option>
<option
value=
"0"
>
否
</option>
<option
value=
"1"
>
是
</option>
</select>
</div>
<div
class=
"form-group"
>
<label
for=
"exclusiveType"
>
来源
</label>
<select
class=
"form-control"
name=
"exclusiveType"
id=
"laiyuan"
data-alert=
"请选择来源"
>
<option
value=
"-1"
>
请选择
</option>
<option
value=
"0"
>
无
</option>
<option
value=
"1"
>
网络
</option>
<option
value=
"2"
>
客户介绍
</option>
<option
value=
"3"
>
朋友介绍
</option>
<option
value=
"4"
>
上门挂牌
</option>
<option
value=
"5"
>
打跟进
</option>
<option
value=
"6"
>
驻守
</option>
<option
value=
"7"
>
其它
</option>
</select>
</div>
</li>
<!-- 案场人电话添加多个手机号-->
<!--<li class="list-group-item" id="li_acr_phone">
<div class="form-group phone-list-container" style="width: 70px;">
<label for="">案场人电话</label>
</div>
<div class="form-group phone-list-container">
<input type="tel" class="form-control phone_jia" placeholder="请输入">
<ul></ul>
</div>
<img src="/resource/image/jia2@2x.png" data-hideid='1' class="input-add-tel" id="acr_tel_jia" />
</li>-->
<li
class=
"list-group-item"
id=
"li_pf_phone"
>
<div
class=
"form-group phone-list-container"
style=
"width: 70px;"
>
<label
for=
""
>
盘方
</label>
</div>
<div
class=
"form-group phone-list-container panfang"
>
<input
type=
"tel"
class=
"form-control phone_jia"
placeholder=
"请输入"
id=
"panfang_data"
>
<ul></ul>
</div>
<img
src=
"/resource/image/jia2@2x.png"
data-hideid=
'0'
class=
"input-add-tel"
id=
"pf_tel_jia"
/>
</li>
<li
class=
"list-group-item"
id=
"li_acqx_phone"
>
<div
class=
"form-group phone-list-container"
style=
"width: 70px;"
>
<label
for=
""
>
案场权限人
</label>
</div>
<div
class=
"form-group phone-list-container anchang "
>
<input
type=
"tel"
class=
"form-control phone_jia"
placeholder=
"请输入"
>
<ul></ul>
</div>
<img
src=
"/resource/image/jia2@2x.png"
data-hideid=
'0'
class=
"input-add-tel"
id=
"acqx_tel_jia"
/>
</li>
<li
class=
"list-group-item"
style=
"overflow: hidden;"
>
<div
class=
"col-xs-12 form-group"
>
<div
class=
"col-xs-4 p-t-10"
>
<label
>
租金总价:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"price_total"
placeholder=
"请输入"
data-alert=
"请输入租金总价!"
>
元/月
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
租金单价:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"price_single"
placeholder=
"请输入"
data-alert=
"请输入租金单价!"
>
元/m²/天
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
转让费:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"slotting_fee"
placeholder=
"请输入"
data-alert=
"请填写转让费!"
>
元
<!--</div>-->
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
for=
""
>
免租时间
</label>
<label
class=
"checkbox-inline"
>
<input
type=
"checkbox"
id=
"foreignZhuanrangFace"
value=
"面议"
>
面议
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"foreignZhuanrangPrice"
placeholder=
"请输入"
data-alert=
"请填写免租时间!"
>
月
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
物业管理费:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"management_fee"
placeholder=
"请输入"
data-alert=
"请输入物业管理费!"
>
元/m²/月
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
可容纳工位:
</label>
<input
type=
"number"
class=
"form-control"
style=
"width: 100px!important;"
id=
"station_start"
placeholder=
"请输入"
data-alert=
"请输入可容纳工位!"
>
-
<input
type=
"number"
class=
"form-control"
style=
"width: 100px!important;"
id=
"station_end"
placeholder=
"请输入"
data-alert=
"请输入可容纳工位!"
>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
面积:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"area"
placeholder=
"请输入"
data-alert=
"请输入面积!"
>
m²
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
所在楼层:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"floor"
placeholder=
"请输入"
data-alert=
"请输入楼层!"
>
楼
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
房号:
</label>
<input
type=
"number"
class=
"form-control input-100-width"
id=
"room_number"
placeholder=
"请输入"
data-alert=
"请输入房号!"
>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
所属楼层 :
</label>
<select
class=
"form-control input-100-width"
name=
"dianya"
id=
"floor_tag"
data-alert=
"请选择所属楼层"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
底层
</option>
<option
value=
"2"
>
中层
</option>
<option
value=
"3"
>
高层
</option>
</select>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
for=
"shangpuType"
>
付款规则
</label>
<span>
付
</span>
<select
class=
"form-control"
name=
"guizeFu"
id=
"guizeFu"
data-alert=
"请选择付款规则付多少"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
1
</option>
<option
value=
"2"
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"5"
>
5
</option>
<option
value=
"6"
>
6
</option>
<option
value=
"7"
>
7
</option>
<option
value=
"8"
>
8
</option>
<option
value=
"9"
>
9
</option>
<option
value=
"10"
>
10
</option>
<option
value=
"11"
>
11
</option>
<option
value=
"12"
>
12
</option>
</select>
<span>
押
</span>
<select
class=
"form-control"
name=
"guizeYa"
id=
"guizeYa"
data-alert=
"请选择付款规则押多少"
>
<option
value=
""
>
请选择
</option>
<option
value=
"1"
>
1
</option>
<option
value=
"2"
>
2
</option>
<option
value=
"3"
>
3
</option>
<option
value=
"4"
>
4
</option>
<option
value=
"5"
>
5
</option>
<option
value=
"6"
>
6
</option>
<option
value=
"7"
>
7
</option>
<option
value=
"8"
>
8
</option>
<option
value=
"9"
>
9
</option>
<option
value=
"10"
>
10
</option>
<option
value=
"11"
>
11
</option>
<option
value=
"12"
>
12
</option>
</select>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
签约年限:
</label>
<input
type=
"number"
class=
"form-control"
style=
"width: 100px!important;"
id=
"qianyueNianxian"
placeholder=
"请输入"
data-alert=
"请输入签约年限!"
>
-
<input
type=
"number"
class=
"form-control"
style=
"width: 100px!important;"
id=
"qianyueNianxian2"
placeholder=
"请输入"
data-alert=
"请输入签约年限!"
>
年
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
可注册公司:
</label>
<select
class=
" form-control input-100-width"
id=
"is_register"
data-alert=
"请选择注册公司!"
>
<option
value=
""
selected=
"selected"
>
请选择
</option>
<option
value=
"0"
>
是
</option>
<option
value=
"1"
>
否
</option>
</select>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
是否可分割:
</label>
<select
class=
" form-control input-100-width"
id=
"is_partition"
data-alert=
"请选择是否可分割!"
>
<option
value=
""
selected=
"selected"
>
请选择
</option>
<option
value=
"0"
>
是
</option>
<option
value=
"1"
>
否
</option>
</select>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
车位情况:
</label>
<input
type=
"text"
class=
"form-control input-100-width"
id=
"carport"
placeholder=
"请输入"
data-alert=
"请输入车位情况!"
>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
交付装修 :
</label>
<select
class=
" form-control input-100-width"
id=
"zuhangxiu"
data-alert=
"请选择交付装修!"
>
<option
value=
""
selected=
"selected"
>
请选择
</option>
<option
value=
"1"
>
毛胚
</option>
<option
value=
"2"
>
现状
</option>
<option
value=
"3"
>
简单装修
</option>
<option
value=
"4"
>
精装修
</option>
</select>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
佣金规则:
</label>
<input
type=
"text"
class=
"form-control"
id=
"fee_rule"
placeholder=
"请输入"
data-alert=
"请输入佣金规则!"
style=
"width: 200px;"
>
</div>
<div
class=
"col-xs-4 p-t-10"
>
<label
class=
""
>
入驻时间:
</label>
<input
type=
"date"
class=
"form-control"
id=
"enter_date"
placeholder=
"请输入"
data-alert=
"请输入入驻时间!"
style=
"width: 150px;"
>
</div>
</div>
</li>
<li
class=
"list-group-item"
id=
"shangpu_tags_area"
>
<label
for=
""
>
办公楼标签(可多选)
</label>
</li>
<li
class=
"list-group-item"
>
<div
class=
"form-group"
id=
"li_landlord_phone_input"
>
<label>
房东称呼和手机号
</label>
<div
class=
"landlord-form-group"
>
<div
class=
"form-group phone-list-container"
>
<input
type=
"text"
class=
"form-control landlord-name-input"
placeholder=
"请输入房东称呼"
/>
<input
type=
"tel"
class=
"form-control landlord-phone-input"
placeholder=
"请输入房东手机号"
name=
"landlordPhone"
id=
"landlordPhone"
data-alert=
"请填写房东手机号!"
>
</div>
</div>
<img
src=
"/resource/image/jia2@2x.png"
class=
"input-add-tel-landlord"
id=
"landlord_tel_jia"
/>
</div>
</li>
<li
class=
"list-group-item"
>
<div
class=
"form-group"
>
<label>
房东备注:(选填)
</label>
<input
type=
"text"
id=
"landlord_remark"
class=
"form-control"
style=
"width: 300px;"
/>
</div>
</li>
<li
class=
"list-group-item"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
<label
for=
""
>
室内详情图(至少2张)
</label>
<input
readonly=
"readonly"
type=
"text"
name=
"xiangqing_pic_input"
class=
"form-control"
style=
"display: none"
id=
"xiangqing_pic_input"
placeholder=
"请选择图片"
>
<input
class=
"upload-image-btn"
id=
"xiangqing_pic_btn"
type=
"file"
data-limittop=
"20"
style=
"display: inline-block;"
>
<button
class=
"btn btn-default btn-default-liu"
>
选择图片
</button>
<span
class=
"tip"
></span>
<!--<label for="isShowShopDetail">是否对客户展示对内详情图</label>
<select class="form-control" name="isShowShopDetail" id="isShowShopDetail" data-alert="请选择是否对客户展示对内详情图">
<option value="-1">请选择</option>
<option value="1">是</option>
<option value="0">否</option>
</select>-->
</div>
<ul
class=
"img-pre-ul"
id=
"xiangqing_pic_ul"
></ul>
</li>
<!--<li class="list-group-item">
<div class="form-group full-width-100 full-pic-area">
<label for="">楼层平面图(选填)</label>
<input readonly="readonly" type="text" name="louceng_pic_input" class="form-control" style="display: none" id="louceng_pic_input" placeholder="请选择图片">
<input readonly="readonly" class="upload-image-btn" id="louceng_pic_btn" type="file" data-limittop="20" style="display: inline-block;">
<button class="btn btn-default btn-default-liu">选择图片</button>
<span class="tip"></span>
</div>
<ul class="img-pre-ul" id="louceng_pic_ul"></ul>
</li>-->
<!--<li class="list-group-item">
<div class="form-group full-width-100 full-pic-area">
<label for="">附件上传(pdf格式,选填,1个)</label>
<input readonly="readonly" type="text" name="fujian_pre" class="form-control" style="display: none" id="fujian_pre" placeholder="请选择图片">
<input class="upload-image-btn" id="fujian_btn" type="file" data-limittop="1" data-spfile="pdf" style="display: inline-block;">
<button class="btn btn-default btn-default-liu">选择附件</button>
<span class="tip"></span>
</div>
<ul class="img-pre-ul" id="fujian_ul"></ul>
</li>-->
<li
class=
"list-group-item li_dujia_area"
>
<div
class=
"form-group"
>
<label
for=
""
>
独家代理有效期
</label>
<div
class=
"input-group"
>
<input
type=
"date"
class=
"form-control"
id=
"exclusiveDate1"
data-alert=
"请填写独家代理有效期开始时间!"
placeholder=
"请输入"
>
<div
class=
"input-group-addon"
>
至
</div>
<input
type=
"date"
class=
"form-control"
id=
"exclusiveDate2"
data-alert=
"请填写独家代理有效期结束时间!"
placeholder=
"请输入"
>
</div>
</div>
<div
class=
"form-group phone-list-container"
style=
"width: 45px;margin-right: 0;"
>
<label
for=
""
>
独家方
</label>
</div>
<div
class=
"form-group phone-list-container"
>
<input
type=
"tel"
class=
"form-control phone_jia"
id=
"exclusiveTel"
data-alert=
"请填写独家方!"
placeholder=
"请输入"
>
<ul></ul>
</div>
</li>
<li
class=
"list-group-item li_dujia_area"
>
<div
class=
"form-group full-width-100 full-pic-area"
>
<label
for=
""
>
独家合同上传
</label>
<input
readonly=
"readonly"
type=
"text"
name=
"dujia_pic_input"
class=
"form-control"
style=
"display: none"
id=
"dujia_pic_input"
placeholder=
"请选择图片"
>
<input
class=
"upload-image-btn"
id=
"dujia_pic_btn"
type=
"file"
data-limittop=
"20"
style=
"display: inline-block;"
>
<button
class=
"btn btn-default btn-default-liu"
>
选择图片
</button>
<span
class=
"tip"
></span>
</div>
<ul
class=
"img-pre-ul"
id=
"dujia_pic_ul"
></ul>
</li>
<li
class=
"list-group-item"
style=
"text-align: center;"
><button
type=
"submit"
class=
"btn btn-primary"
id=
"saveBtn"
>
保存
</button></li>
</ul>
</form>
</div>
</div>
</div>
</div>
</div>
<!--百度定位的弹出框更改-->
<div
class=
"modal fade bs-example-modal-lg"
tabindex=
"-1"
role=
"dialog"
aria-labelledby=
"myLargeModalLabel"
>
<div
class=
"modal-dialog modal-lg"
role=
"document"
>
<div
class=
"modal-content"
style=
"width: 780px;"
>
<div
class=
"modal-header address-search-head-div"
>
<div
class=
"address-header-bar"
>
<div
id=
"address_city_title"
>
上海市
</div>
<div
class=
"crile"
>
<input
class=
"main-input"
id=
"search_input"
type=
"search"
placeholder=
"请输入地址"
/>
<img
src=
"/resource/image/search_gb.png"
class=
"cancel-pic"
/>
</div>
</div>
<button
type=
"button"
class=
"close"
data-dismiss=
"modal"
aria-label=
"Close"
style=
"font-size: 42px;"
><span
aria-hidden=
"true"
>
×
</span></button>
</div>
<div
class=
"modal-body"
style=
"height: 780px;"
>
<div
id=
"position_box"
>
<div
id=
"main_ul"
>
<ul></ul>
</div>
<div
id=
"loading_pic"
class=
"loading_pic"
>
<img
src=
"/resource/image/jz2.gif"
/>
<p>
正在加载...
</p>
</div>
<div
id=
"no_more"
class=
"no_more"
>
没有更多了
</div>
</div>
</div>
</div>
</div>
</div>
<script
type=
"text/javascript"
src=
"https://api.map.baidu.com/api?v=2.0&ak=RTimRTxtj23AYTCkSsPvNDuQkGpR2fPX"
></script>
<!--图片点击查看大图-->
<div
id=
"img_mask_area"
title=
"点击任意位置可关闭"
>
<img
/>
</div>
<!--整夜页面的加载图标区域-->
<div
id=
"main_loading_pic"
>
<img
src=
"/resource/image/jz2.gif"
/>
</div>
</div>
<script
id=
"my_tpl_landlord_phone1"
type=
"text/template"
>
<
div
class
=
"form-group phone-list-container"
>
<
input
type
=
"text"
class
=
"form-control landlord-name-input"
value
=
"{name}"
placeholder
=
"请输入房东称呼"
/>
<
input
type
=
"tel"
class
=
"form-control landlord-phone-input"
value
=
"{phone}"
placeholder
=
"请输入房东手机号"
data
-
id
=
"{id}"
name
=
"landlordPhone"
data
-
alert
=
"请填写房东手机号!"
>
<
img
src
=
"/resource/image/search_gb.png"
class
=
"input-cancel-pic"
><
/div
>
<
/div
>
</script>
\ No newline at end of file
application/route.php
View file @
7cc7c0c3
...
@@ -365,7 +365,7 @@ Route::group('index', [
...
@@ -365,7 +365,7 @@ Route::group('index', [
'dayAchievementsReport'
=>
[
'index/PerformanceReport/dayAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]],
//日报liu
'dayAchievementsReport'
=>
[
'index/PerformanceReport/dayAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]],
//日报liu
'weekAchievementsReport'
=>
[
'index/PerformanceReport/weekAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]],
//周报liu
'weekAchievementsReport'
=>
[
'index/PerformanceReport/weekAchievementsReportList'
,
[
'method'
=>
'POST|GET'
]],
//周报liu
'officeBuildingList'
=>
[
'index/OfficeBuilding/officeBuildingList'
,
[
'method'
=>
'POST|GET'
]],
//办公楼liu
'officeBuildingList'
=>
[
'index/OfficeBuilding/officeBuildingList'
,
[
'method'
=>
'POST|GET'
]],
//办公楼liu
'officeEdit'
=>
[
'index/OfficeBuilding/officeEdit'
,
[
'method'
=>
'POST|GET'
]],
//办公楼新增编辑liu
//
'officeEdit' => ['index/OfficeBuilding/officeEdit', ['method' => 'POST|GET']],//办公楼新增编辑liu
'buildingDictionary'
=>
[
'index/OfficeBuilding/buildingDictionary'
,
[
'method'
=>
'POST|GET'
]],
//楼盘字典liu
'buildingDictionary'
=>
[
'index/OfficeBuilding/buildingDictionary'
,
[
'method'
=>
'POST|GET'
]],
//楼盘字典liu
...
@@ -1042,8 +1042,11 @@ Route::group('office_index', [
...
@@ -1042,8 +1042,11 @@ Route::group('office_index', [
'del'
=>
[
'index/OfficeRoom/del'
,
[
'method'
=>
'POST'
]],
//设置无效房源
'del'
=>
[
'index/OfficeRoom/del'
,
[
'method'
=>
'POST'
]],
//设置无效房源
'isShow'
=>
[
'index/OfficeRoom/isShow'
,
[
'method'
=>
'POST'
]],
//是否对C端显示
'isShow'
=>
[
'index/OfficeRoom/isShow'
,
[
'method'
=>
'POST'
]],
//是否对C端显示
'followUpList'
=>
[
'index/OfficeRemark/followUpList'
,
[
'method'
=>
'POST|GET'
]],
'followUpList'
=>
[
'index/OfficeRemark/followUpList'
,
[
'method'
=>
'POST|GET'
]],
'addReceiptImg'
=>
[
'index/
Finance
/addReceiptOfficeImg'
,
[
'method'
=>
'post|get'
]],
//收款图片信息保存
'addReceiptImg'
=>
[
'index/
officePayLog
/addReceiptOfficeImg'
,
[
'method'
=>
'post|get'
]],
//收款图片信息保存
'getPayLogImg'
=>
[
'index/DailyPaper/getPayLogOfficeImg'
,
[
'method'
=>
'get|post'
]],
'getPayLogImg'
=>
[
'index/DailyPaper/getPayLogOfficeImg'
,
[
'method'
=>
'get|post'
]],
'receiptImgList'
=>
[
'index/officePayLog/receiptOfficeImgList'
,
[
'method'
=>
'post|get'
]],
//收款列表-收款图片列表
'getCollectionEdit'
=>
[
'index/officePayLog/getCollectionEdit'
,
[
'method'
=>
'post'
]],
//收款修改保存
]);
]);
Route
::
group
(
'office_api'
,
[
Route
::
group
(
'office_api'
,
[
...
...
public/resource/template/office_building_list_template_tpl.html
View file @
7cc7c0c3
...
@@ -81,11 +81,11 @@
...
@@ -81,11 +81,11 @@
[
%
if
(
it
[
item
][
"is_vip"
]
==
1
)
{
%
]
[
%
if
(
it
[
item
][
"is_vip"
]
==
1
)
{
%
]
[
%
if
(
check_auth
(
'index/vipHouse'
)
||
it
[
item
][
'auth_edit_house'
])
{
%
]
[
%
if
(
check_auth
(
'index/vipHouse'
)
||
it
[
item
][
'auth_edit_house'
])
{
%
]
<
a
class
=
"btn1 btn-success"
href
=
"/admin.php/
index/offic
eEdit?id=[%= it[item]['id']%]"
>
编辑
<
/a
>
<
a
class
=
"btn1 btn-success"
href
=
"/admin.php/
office_index/hous
eEdit?id=[%= it[item]['id']%]"
>
编辑
<
/a
>
[
%
}
%
]
[
%
}
%
]
[
%
}
else
{
%
]
[
%
}
else
{
%
]
[
%
if
(
it
[
item
][
'auth_edit_house'
]
||
check_auth
(
'index/houseEdit'
))
{
%
]
[
%
if
(
it
[
item
][
'auth_edit_house'
]
||
check_auth
(
'index/houseEdit'
))
{
%
]
<
a
class
=
"btn1 btn-success"
href
=
"/admin.php/
index/offic
eEdit?id=[%= it[item]['id']%]"
>
编辑
<
/a
>
<
a
class
=
"btn1 btn-success"
href
=
"/admin.php/
office_index/hous
eEdit?id=[%= it[item]['id']%]"
>
编辑
<
/a
>
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
[
%
}
%
]
...
...
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