Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
H
housing-estate
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
物业总平台
housing-estate
Commits
d1fb9720
提交
d1fb9720
authored
6月 20, 2023
作者:
宋雄
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
http://47.105.205.210/property-platform/housing-estate
上级
129c9c81
450e2f3f
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
16 行增加
和
9 行删除
+16
-9
api.js
src/api/api.js
+5
-0
Analysis.vue
src/views/dashboard/Analysis.vue
+0
-0
building.vue
src/views/information/building/building.vue
+3
-2
capital.vue
src/views/information/capital/capital.vue
+1
-1
house.vue
src/views/information/house/house.vue
+3
-2
owner.vue
src/views/information/owner/owner.vue
+0
-0
worker.vue
src/views/information/worker/worker.vue
+1
-1
advertisement.vue
src/views/property/advertisement/advertisement.vue
+1
-1
complaint.vue
src/views/property/complaint/complaint.vue
+1
-1
maintenance.vue
src/views/property/maintenance/maintenance.vue
+1
-1
没有找到文件。
src/api/api.js
浏览文件 @
d1fb9720
...
...
@@ -3,6 +3,8 @@ import Vue from 'vue'
import
{
UI_CACHE_DB_DICT_DATA
}
from
"@/store/mutation-types"
// 首页统计
const
homeDataStatistics
=
(
params
)
=>
getAction
(
"/community/homepage/dataStatistics"
,
params
);
const
companyNoticeList
=
(
params
)
=>
getAction
(
"/property-company/notice/companyNotice/list"
,
params
);
//角色管理
const
addRole
=
(
params
)
=>
postAction
(
"/sys/role/add"
,
params
);
const
editRole
=
(
params
)
=>
putAction
(
"/sys/role/edit"
,
params
);
...
...
@@ -69,6 +71,7 @@ const getRoomListApi = (params)=>getAction("/property-community/building/communi
const
addCommunityOwner
=
(
params
)
=>
postAction
(
"/property-community/info/communityOwner/add"
,
params
);
const
geCommunityOwnertInfoApi
=
(
params
)
=>
getAction
(
"/property-community/info/communityOwner/queryById"
,
params
);
const
auditCommunityOwnerApi
=
(
params
)
=>
postAction
(
"/property-community/info/communityOwner/audit"
,
params
);
const
downloadOwnerTemplate
=
(
params
)
=>
postAction
(
"/property-community/info/communityOwner/downloadOwnerTemplate"
,
params
);
// 生活缴费-费用规则
const
geCommunityRuleListApi
=
(
params
)
=>
getAction
(
"/property-company/system/companyChargerule/communityRuleList"
,
params
);
...
...
@@ -132,6 +135,7 @@ export const transitRESTful = {
export
{
homeDataStatistics
,
companyNoticeList
,
addRole
,
editRole
,
checkRoleCode
,
...
...
@@ -192,6 +196,7 @@ export {
getBuildingListApi
,
getUnitListApi
,
getRoomListApi
,
downloadOwnerTemplate
,
addCommunityOwner
,
geCommunityOwnertInfoApi
,
auditCommunityOwnerApi
,
...
...
src/views/dashboard/Analysis.vue
浏览文件 @
d1fb9720
差异被折叠。
点击展开。
src/views/information/building/building.vue
浏览文件 @
d1fb9720
...
...
@@ -30,7 +30,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
t_property_settled
')"
>
导出
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
楼宇管理
')"
>
导出
</a-button>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
@@ -162,7 +162,8 @@
url
:
{
list
:
"/property-community/building/communityBuilding/list"
,
delete
:
'/property-community/building/communityBuilding/delete'
,
deleteBatch
:
'/property-community/building/communityBuilding/deleteBatch'
deleteBatch
:
'/property-community/building/communityBuilding/deleteBatch'
,
exportXlsUrl
:
"/property-community/building/communityBuilding/exportXls"
,
}
}
},
...
...
src/views/information/capital/capital.vue
浏览文件 @
d1fb9720
...
...
@@ -23,7 +23,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/information/house/house.vue
浏览文件 @
d1fb9720
...
...
@@ -36,7 +36,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
t_property_settled
')"
>
导出
</a-button>
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('
房屋管理
')"
>
导出
</a-button>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
@@ -177,7 +177,8 @@
url
:
{
list
:
"/property-community/building/communityRoom/list"
,
delete
:
'/property-community/building/communityRoom/delete'
,
deleteBatch
:
'/property-community/building/communityRoom/deleteBatch'
deleteBatch
:
'/property-community/building/communityRoom/deleteBatch'
,
exportXlsUrl
:
"/property-community/building/communityRoom/exportXls"
}
}
},
...
...
src/views/information/owner/owner.vue
浏览文件 @
d1fb9720
差异被折叠。
点击展开。
src/views/information/worker/worker.vue
浏览文件 @
d1fb9720
...
...
@@ -23,7 +23,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/property/advertisement/advertisement.vue
浏览文件 @
d1fb9720
...
...
@@ -23,7 +23,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/property/complaint/complaint.vue
浏览文件 @
d1fb9720
...
...
@@ -30,7 +30,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<!--
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
-->
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<!--
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
src/views/property/maintenance/maintenance.vue
浏览文件 @
d1fb9720
...
...
@@ -30,7 +30,7 @@
<!-- 操作按钮区域 -->
<div
class=
"table-operator"
>
<!--
<a-button
@
click=
"handleAdd"
type=
"primary"
icon=
"plus"
>
新增
</a-button>
-->
<
a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button
>
<
!--
<a-button
type=
"primary"
icon=
"download"
@
click=
"handleExportXls('t_property_settled')"
>
导出
</a-button>
--
>
<a-dropdown
v-if=
"selectedRowKeys.length > 0"
>
<a-menu
slot=
"overlay"
>
<a-menu-item
key=
"1"
@
click=
"batchDel"
><a-icon
type=
"delete"
/>
删除
</a-menu-item>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论