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
c10825d8
Commit
c10825d8
authored
Nov 02, 2020
by
Sixiang_Zzb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
物业费管理模块更新
parent
cc8e125a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
ChargeManager.tsx
src/pages/PropertyManagement/ChargeManager.tsx
+0
-24
No files found.
src/pages/PropertyManagement/ChargeManager.tsx
View file @
c10825d8
...
@@ -35,9 +35,6 @@ const ChargeManager = (props: any) => {
...
@@ -35,9 +35,6 @@ const ChargeManager = (props: any) => {
getById
(
values
);
getById
(
values
);
history
.
push
(
'/PropertyManagementDetail'
);
history
.
push
(
'/PropertyManagementDetail'
);
};
};
const
goToAddAccout
=
()
=>
{
history
.
push
(
location
.
pathname
+
'/AccoutingDetail'
);
};
const
getById
=
(
values
:
any
)
=>
{
const
getById
=
(
values
:
any
)
=>
{
dispatch
({
type
:
'PropertyManagement/getById'
,
playload
:
values
});
dispatch
({
type
:
'PropertyManagement/getById'
,
playload
:
values
});
...
@@ -122,27 +119,6 @@ const ChargeManager = (props: any) => {
...
@@ -122,27 +119,6 @@ const ChargeManager = (props: any) => {
defaultValue=
{
{
...
readyData
}
}
defaultValue=
{
{
...
readyData
}
}
/>
/>
{
/* 内容组件 */
}
<
div
className=
{
styles
.
box2
}
>
{
/* {menuListNormal.map((item, index) => {
return (
<button
key={'bt' + index}
className={display == item ? styles.buttonChoose : styles.buttonWait}
onClick={() => {
setDisplay(item);
}}
>
{item}
</button>
);
})} */
}
<
button
className=
{
styles
.
buttonAdd
}
onClick=
{
goToAddAccout
}
>
+
{
addaccount
}{
' '
}
</
button
>
{
/* <button className={styles.buttonAdd}>{paymentsetting}</button> */
}
</
div
>
{
/* 列表组件 */
}
{
/* 列表组件 */
}
<
Table
<
Table
style=
{
{
marginTop
:
16
}
}
style=
{
{
marginTop
:
16
}
}
...
...
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