Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
applet
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
applet
Commits
7deae3d6
提交
7deae3d6
authored
6月 01, 2023
作者:
何忠建
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
房屋物业审核+认证成功+维修上报+填写维修信息+维修提交审核
上级
18518ff5
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
167 行增加
和
19 行删除
+167
-19
pages.json
pages.json
+52
-4
index.vue
pages/home/index.vue
+26
-7
index.vue
pages/housing/index.vue
+1
-1
index.vue
pages/housingAudit/index.vue
+1
-1
index.vue
pages/housingCertification/index.vue
+0
-0
index.vue
pages/housingResidents/index.vue
+1
-1
index.vue
pages/message/index.vue
+9
-4
index.vue
pages/messageDetails/index.vue
+76
-0
index.vue
pages/mine/index.vue
+1
-1
没有找到文件。
pages.json
浏览文件 @
7deae3d6
{
"pages"
:
[{
"pages"
:
[
{
"path"
:
"pages/home/index"
,
"style"
:
{
"navigationBarTitleText"
:
"首页"
,
...
...
@@ -42,6 +42,12 @@
"navigationBarBackgroundColor"
:
"#F8F6F9"
}
},
{
"path"
:
"pages/messageDetails/index"
,
"style"
:
{
"navigationBarTitleText"
:
"消息详情"
}
},
{
"path"
:
"pages/housing/index"
,
"style"
:
{
...
...
@@ -51,7 +57,7 @@
}
},
{
"path"
:
"pages/housing
/residents
"
,
"path"
:
"pages/housing
Residents/index
"
,
"style"
:
{
"navigationBarTitleText"
:
"住户信息"
,
"backgroundColor"
:
"#F8F6F9"
,
...
...
@@ -59,7 +65,7 @@
}
},
{
"path"
:
"pages/housing
/audit
"
,
"path"
:
"pages/housing
Audit/index
"
,
"style"
:
{
"navigationBarTitleText"
:
"物业审核"
,
"backgroundColor"
:
"#F8F6F9"
,
...
...
@@ -67,12 +73,54 @@
}
},
{
"path"
:
"pages/housing
/certification
"
,
"path"
:
"pages/housing
Certification/index
"
,
"style"
:
{
"navigationBarTitleText"
:
"认证成功"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
},
{
"path"
:
"pages/maintenance/index"
,
"style"
:
{
"navigationBarTitleText"
:
"维修上报"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
},
{
"path"
:
"pages/maintenanceAdd/index"
,
"style"
:
{
"navigationBarTitleText"
:
"填写维修信息"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
},
{
"path"
:
"pages/maintenanceAaudit/index"
,
"style"
:
{
"navigationBarTitleText"
:
"维修提交审核"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
},
{
"path"
:
"pages/complaints/index"
,
"style"
:
{
"navigationBarTitleText"
:
"投诉记录"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
},{
"path"
:
"pages/complaintsAdd/index"
,
"style"
:
{
"navigationBarTitleText"
:
"新增投诉"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
},{
"path"
:
"pages/complaintsDetail/index"
,
"style"
:
{
"navigationBarTitleText"
:
"投诉详情"
,
"backgroundColor"
:
"#F8F6F9"
,
"navigationBarBackgroundColor"
:
"#ffffff"
}
}
],
"globalStyle"
:
{
...
...
pages/home/index.vue
浏览文件 @
7deae3d6
...
...
@@ -20,7 +20,7 @@
<swiper
class=
"swiper"
circular
:indicator-dots=
"false"
:autoplay=
"true"
:interval=
'3000'
:vertical=
"true"
>
<swiper-item
:key=
"index"
v-for=
"(item, index) in messageList"
>
<view
class=
"text"
>
{{
item
}}
</view>
<view
class=
"text"
@
click=
"toDetails(1)"
>
{{
item
}}
</view>
</swiper-item>
</swiper>
</view>
...
...
@@ -38,10 +38,10 @@
<view
class=
"item"
>
<image
src=
"../../static/images/quick03.png"
class=
"icon"
></image><text>
生活缴费
</text>
</view>
<view
class=
"item"
>
<view
class=
"item"
@
click=
"quickEntry(4)"
>
<image
src=
"../../static/images/quick04.png"
class=
"icon"
></image><text>
维修上报
</text>
</view>
<view
class=
"item"
>
<view
class=
"item"
@
click=
"quickEntry(5)"
>
<image
src=
"../../static/images/quick05.png"
class=
"icon"
></image><text>
小区投诉
</text>
</view>
<view
class=
"item"
@
click=
"quickEntry(6)"
>
...
...
@@ -71,14 +71,14 @@
<image
src=
"../../static/images/icon_more.png"
class=
"icon"
></image>
</view>
<view
class=
"list"
>
<view
class=
"item"
>
<view
class=
"item"
@
click=
"toDetails(2)"
>
<image
src=
"../../static/images/img02.png"
class=
"icon"
></image>
<view
class=
"con"
>
<view
class=
"name"
>
开展民族团结进步创建进社区 活动
</view>
<view
class=
"time"
>
物业服务中心 2020/09/08
</view>
</view>
</view>
<view
class=
"item"
>
<view
class=
"item"
@
click=
"toDetails(2)"
>
<image
src=
"../../static/images/img03.png"
class=
"icon"
></image>
<view
class=
"con"
>
<view
class=
"name"
>
开展民族团结进步创建进社区 活动
</view>
...
...
@@ -120,12 +120,31 @@
uni
.
navigateTo
({
url
:
'/pages/housing/index'
,
});
}
else
if
(
type
==
4
)
{
uni
.
navigateTo
({
url
:
'/pages/maintenance/index'
,
});
}
else
if
(
type
==
5
)
{
uni
.
navigateTo
({
url
:
'/pages/complaints/index'
,
});
}
else
if
(
type
==
6
)
{
uni
.
navigateTo
({
url
:
'/pages/announcement/index'
,
});
}
},
toDetails
(
type
)
{
if
(
type
==
1
)
{
uni
.
navigateTo
({
url
:
'/pages/messageDetails/index'
,
});
}
else
if
(
type
==
2
)
{
uni
.
navigateTo
({
url
:
'/pages/announcementDetails/index'
,
});
}
}
},
onLoad
()
{
...
...
@@ -355,8 +374,8 @@
.item
{
display
:
flex
;
justify-content
:
space-between
;
margin-top
:
3
0px
;
padding-bottom
:
3
0px
;
margin-top
:
2
0px
;
padding-bottom
:
2
0px
;
border-bottom
:
1px
solid
#F0F0F2
;
.icon
{
...
...
pages/housing/index.vue
浏览文件 @
7deae3d6
...
...
@@ -121,7 +121,7 @@
},
toNext
()
{
uni
.
navigateTo
({
url
:
'/pages/housing
/residents
'
,
url
:
'/pages/housing
Residents/index
'
,
});
}
},
...
...
pages/housing
/audit
.vue
→
pages/housing
Audit/index
.vue
浏览文件 @
7deae3d6
...
...
@@ -121,7 +121,7 @@
},
toEditor
()
{
uni
.
navigateTo
({
url
:
'/pages/housing
/residents
'
,
url
:
'/pages/housing
Residents/index
'
,
});
}
},
...
...
pages/housing
/certification
.vue
→
pages/housing
Certification/index
.vue
浏览文件 @
7deae3d6
File moved
pages/housing
/residents
.vue
→
pages/housing
Residents/index
.vue
浏览文件 @
7deae3d6
...
...
@@ -138,7 +138,7 @@
},
toAudit
()
{
uni
.
navigateTo
({
url
:
'/pages/housing
/audit
'
,
url
:
'/pages/housing
Audit/index
'
,
});
}
},
...
...
pages/message/index.vue
浏览文件 @
7deae3d6
...
...
@@ -2,8 +2,7 @@
<view
class=
"container"
>
<view
class=
"page"
>
<view
class=
"message"
>
<view
class=
"item"
>
<view
class=
"item"
@
click=
"toDetail()"
>
<view
class=
"top"
>
<view
class=
"title"
>
<view
class=
"point"
></view>
...
...
@@ -16,7 +15,7 @@
您提交的【门把手脱落】 维修申请已通过申请,即将有工作人员上门维修,请注意接听来电!
</view>
</view>
<view
class=
"item"
>
<view
class=
"item"
@
click=
"toDetail()"
>
<view
class=
"top"
>
<view
class=
"title"
>
<view
class=
"point"
></view>
...
...
@@ -55,7 +54,13 @@
}
},
methods
:
{},
methods
:
{
toDetail
()
{
uni
.
navigateTo
({
url
:
'/pages/messageDetails/index'
,
});
}
},
onLoad
()
{
},
...
...
pages/messageDetails/index.vue
0 → 100644
浏览文件 @
7deae3d6
<
template
>
<view
class=
"container"
>
<view
class=
"page"
>
<view
class=
"news-details"
>
<view
class=
"title"
>
维修申请状态更新通知
<!--
<view
class=
"tag"
>
非常紧急
</view>
-->
</view>
<view
class=
"time"
>
来源:物业服务中心 2020/09/08
</view>
<view
class=
"content"
><rich-text
:nodes=
"content"
></rich-text></view>
</view>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
content
:
'本报5月28日讯 为巩固老旧小区改造成果,健全和完善长效管理机制,近日,青岛市城市管理委员会印发了《加强老旧小区改造后物业管理工作方案》(以下简称《方案》)。《方案》明确,今年列入改造计划的470余个老旧小区实行物业管理全覆盖,通过嵌入式开展环卫保洁、环境秩序等全要素整治,综合提升老旧小区环境品质。同时将划分物业管理区域、选举产生业主委员会或居民委员会、选聘物业企业、筹措房屋专项维修资金等事项作为老旧小区改造的前置条件。力争用三年时间推动老旧小区改造后物业服务由“低水平、保基本”向“高质量、全覆盖”转变升级。《方案》指老旧小区改造前应根据房屋、环境、配套设施和房屋产权的状况、长效管理服务需求以及业主消费意愿等实际情况,合理规划物业管理区域。通过召开业主大会选举产生业主委员会或由居委会代行职责,组织召开业主大会决策老旧小区改造后物业管理模式,采取专业化物业服务和社区托管、社会组织代管、居民自管等分类管理方式,实现老旧小区改造后物业管理全覆盖,同步确定房屋专项维修资金的补交、续交及使用,为老旧小区改造后实施长效管理提供资金保障,切实巩固老旧小区改造成果。为确保工作有效落实,在强化保障上,《方案》提出了各区(市)政府可结合实际给予财政补助,补助范围、补助期限、补助标准及方式由区(市)政府自行确定。可利用国有平台企业盘活闲置资产,物业企业通过开展助老、助餐、零售等经营用于服务小区及周边业主,所得收益可以用于补助老旧小区物业服务经费的不足。对自愿投资改造、接管改造后老旧小区签订物业服务合同5年及以上且业主满意度较高的物业企业,区(市)政府可给予有关支持,并给予信用加分。另一方面,结合老旧小区改造工作,建立完善青岛市智慧物业管理服务平台中老旧小区信息大数据,加大前端感知设备的配建力度。引导业主、物业企业积极使用平台,逐步提升物业管理服务的智慧化水平。'
}
},
methods
:
{
},
onLoad
()
{
},
onShow
()
{
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
page
{
background-color
:
#ffffff
;
}
.page
{
padding
:
30rpx
;
background-color
:
#ffffff
;
}
.news-details
{
.title
{
font-size
:
36rpx
;
color
:
#373737
;
margin-top
:
20rpx
;
font-weight
:
bold
;
.tag
{
font-size
:
22rpx
;
color
:
#F42E2E
;
border
:
1px
solid
#F42E2E
;
padding
:
4rpx
10rpx
;
border-radius
:
30rpx
;
display
:
inline-block
;
margin-left
:
20rpx
;
}
}
.time
{
font-size
:
24rpx
;
color
:
#B6B6BA
;
margin
:
20rpx
0
40rpx
;
}
.content
{
font-size
:
28rpx
;
color
:
#6A696D
;
line-height
:
60rpx
;
}
}
</
style
>
\ No newline at end of file
pages/mine/index.vue
浏览文件 @
7deae3d6
...
...
@@ -102,7 +102,7 @@
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
padding
:
4
0rpx
;
padding
:
3
0rpx
;
.icon
{
width
:
160rpx
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论