Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TOSTUMI
Project
Project
Details
Activity
Releases
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
Maple
TOSTUMI
Commits
e52152da
Commit
e52152da
authored
Jan 28, 2021
by
cellee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
关闭小区下载预约设施表格费用
Signed-off-by:
cellee
<
893264950@qq.com
>
parent
b77e036d
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
244 additions
and
187 deletions
+244
-187
Details.tsx
src/pages/CommunityManagement/CellList/Details.tsx
+224
-174
celllist.less
src/pages/CommunityManagement/CellList/celllist.less
+1
-0
BookingDetail.tsx
...es/CommunityManagement/FacilityBookings/BookingDetail.tsx
+2
-2
FacilityBookings.tsx
...CommunityManagement/FacilityBookings/FacilityBookings.tsx
+15
-10
params.ts
src/utils/params.ts
+2
-1
No files found.
src/pages/CommunityManagement/CellList/Details.tsx
View file @
e52152da
This diff is collapsed.
Click to expand it.
src/pages/CommunityManagement/CellList/celllist.less
View file @
e52152da
...
...
@@ -19,6 +19,7 @@ li {
border-radius: 3px;
background: #fff;
box-shadow: 0 1px 1px #ccc;
overflow: auto;
h3 {
margin-bottom: 30px;
position: relative;
...
...
src/pages/CommunityManagement/FacilityBookings/BookingDetail.tsx
View file @
e52152da
...
...
@@ -128,8 +128,8 @@ const BookingDetail = (props: any) => {
}
}
// 状态
let
status
=
DataSave
.
status
;
// 预约设施状态
let
feeStatus
=
DataSave
.
feeStatus
;
//费用状态
let
status
=
DataSave
?
DataSave
.
status
:
0
;
// 预约设施状态
let
feeStatus
=
DataSave
?
DataSave
.
feeStatus
:
0
;
//费用状态
// let subFeeStatus = DataSave.subFeeStatus; // 排序状态
// let marginFeeStatus = DataSave.marginFeeStatus; //押金状态
// let managerFeeStatus = DataSave.managerFeeStatus; //管理费状态
...
...
src/pages/CommunityManagement/FacilityBookings/FacilityBookings.tsx
View file @
e52152da
...
...
@@ -222,13 +222,13 @@ const FacilityBookings = (props: any) => {
},
[
CommunityList
]);
const
CallBackTitleSearch
=
(
comment
:
any
)
=>
{
// 没有选小区就不让他提交
if
(
comment
.
communityName
&&
comment
.
communityName
.
length
==
0
)
{
message
.
info
(
'Please Select A Community !'
);
return
;
}
if
(
curString
.
tab
==
1
)
{
// 没有选小区就不让他提交
if
(
comment
.
communityName
&&
comment
.
communityName
.
length
==
0
)
{
message
.
info
(
'Please Select A Community !'
);
return
;
}
if
(
comment
.
communityName
!=
null
||
comment
.
key
!=
null
||
comment
.
status
!=
null
)
{
var
tmp
=
curString
;
tmp
.
subscribeDate
=
comment
.
key
;
...
...
@@ -253,14 +253,19 @@ const FacilityBookings = (props: any) => {
});
}
}
else
{
if
(
comment
.
communityName
!=
null
||
comment
.
facilityName
!=
null
)
{
// 没有选小区就不让他提交
if
(
comment
.
communityName2
&&
comment
.
communityName2
.
length
==
0
)
{
message
.
info
(
'Please Select A Community !'
);
return
;
}
if
(
comment
.
communityName2
!=
null
||
comment
.
facilityName
!=
null
)
{
var
tmp
=
curString
;
tmp
.
communityNameList2
=
comment
.
communityName
;
tmp
.
communityNameList2
=
comment
.
communityName
2
;
tmp
.
facilityName
=
comment
.
facilityName
;
tmp
.
curPage
=
1
;
QA
(
tmp
);
RA
(
8
,
{
communityNameList
:
comment
.
communityName
,
communityNameList
:
comment
.
communityName
2
,
facilityName
:
comment
.
facilityName
,
pageNum
:
'1'
,
});
...
...
@@ -362,7 +367,7 @@ const FacilityBookings = (props: any) => {
<
TitleSearch
listkey=
{
[
'facilityName'
]
}
list=
{
[
'Facility name'
]
}
community=
{
'communityName'
}
community=
{
'communityName
2
'
}
checklist=
{
curString
.
communityNameList2
?
curString
.
communityNameList2
:
[]
}
onSubmit=
{
CallBackTitleSearch
}
/>
...
...
src/utils/params.ts
View file @
e52152da
/*
* @Author: your name
* @Date: 2020-11-19 20:34:18
* @LastEditTime: 2021-01-2
7 14:48:03
* @LastEditTime: 2021-01-2
8 15:34:25
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \tostumi\src\utils\params.ts
...
...
@@ -94,4 +94,5 @@ export const requestList = [
[
'/tos/bug/feedback/list'
,
'59 获取用户反馈列表'
,
{}],
[
'/tos/community/facilities/get/detail'
,
'60 获取小区设施详情'
,
{}],
[
'/tos/bookingService/delete'
,
'61 设施删除'
,
{}],
[
'/tos/community/download/excel'
,
'62 关闭小区后获取当前小区预约需要退费的表格'
,
{}],
];
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