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
89d56b21
Commit
89d56b21
authored
Dec 09, 2020
by
cellee
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'final' of
http://120.77.240.215:9701/Maple/tostumi.git
into final
parents
139b07d7
9cd8bfa2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
AccoutingContent.tsx
...Management/ServiceProviderManagement/AccoutingContent.tsx
+6
-6
Detail.tsx
...pages/UserManagement/ServiceProviderManagement/Detail.tsx
+6
-6
No files found.
src/pages/UserManagement/ServiceProviderManagement/AccoutingContent.tsx
View file @
89d56b21
...
@@ -39,7 +39,7 @@ const AccoutingContent = (props: {
...
@@ -39,7 +39,7 @@ const AccoutingContent = (props: {
confirm
({
confirm
({
title
:
'Warning'
,
title
:
'Warning'
,
icon
:
<
ExclamationCircleOutlined
/>,
icon
:
<
ExclamationCircleOutlined
/>,
content
:
'Are you sure want to
write off
?'
,
content
:
'Are you sure want to
Delete
?'
,
onOk
()
{
onOk
()
{
setLoading
(
true
);
setLoading
(
true
);
dispatch
({
type
:
'ServiceProvider/DelServiceProvider'
,
playload
:
{
id
}
});
dispatch
({
type
:
'ServiceProvider/DelServiceProvider'
,
playload
:
{
id
}
});
...
@@ -100,12 +100,12 @@ const AccoutingContent = (props: {
...
@@ -100,12 +100,12 @@ const AccoutingContent = (props: {
danger
danger
onClick=
{
handleClick
.
bind
(
this
,
SaveChooseData
.
id
)
}
onClick=
{
handleClick
.
bind
(
this
,
SaveChooseData
.
id
)
}
>
>
Write Off
Delete
</
Button
>
</
Button
>
</
div
>
</
div
>
)
:
(
)
:
(
<
div
/>
<
div
/>
)
}
)
}
<
div
className=
{
styles
.
box1
}
>
<
div
className=
{
styles
.
box1
}
>
<
div
className=
{
styles
.
box1item1
}
>
Company Name
</
div
>
<
div
className=
{
styles
.
box1item1
}
>
Company Name
</
div
>
...
@@ -142,8 +142,8 @@ const AccoutingContent = (props: {
...
@@ -142,8 +142,8 @@ const AccoutingContent = (props: {
</
div
>
</
div
>
</
Spin
>
</
Spin
>
)
:
(
)
:
(
<></>
<></>
)
}
)
}
</
div
>
</
div
>
);
);
};
};
...
...
src/pages/UserManagement/ServiceProviderManagement/Detail.tsx
View file @
89d56b21
...
@@ -85,7 +85,7 @@ const Detail = (props: any) => {
...
@@ -85,7 +85,7 @@ const Detail = (props: any) => {
confirm
({
confirm
({
title
:
'Warning'
,
title
:
'Warning'
,
icon
:
<
ExclamationCircleOutlined
/>,
icon
:
<
ExclamationCircleOutlined
/>,
content
:
'Are you sure want to
write off
?'
,
content
:
'Are you sure want to
Delete
?'
,
onOk
()
{
onOk
()
{
setLoding
(
true
);
setLoding
(
true
);
dispatch
({
type
:
'ServiceProvider/DelServiceProvider'
,
playload
:
{
id
}
});
dispatch
({
type
:
'ServiceProvider/DelServiceProvider'
,
playload
:
{
id
}
});
...
@@ -126,12 +126,12 @@ const Detail = (props: any) => {
...
@@ -126,12 +126,12 @@ const Detail = (props: any) => {
danger
danger
onClick=
{
handleClick
.
bind
(
this
,
SaveChooseData
.
id
)
}
onClick=
{
handleClick
.
bind
(
this
,
SaveChooseData
.
id
)
}
>
>
Write Off
Delete
</
Button
>
</
Button
>
</
div
>
</
div
>
)
:
(
)
:
(
<
div
/>
<
div
/>
)
}
)
}
<
div
className=
{
styles
.
bigbox
}
>
<
div
className=
{
styles
.
bigbox
}
>
<
div
className=
{
styles
.
box0
}
>
<
div
className=
{
styles
.
box0
}
>
{
/* <div className={styles.box0item1}></div> */
}
{
/* <div className={styles.box0item1}></div> */
}
...
@@ -171,8 +171,8 @@ const Detail = (props: any) => {
...
@@ -171,8 +171,8 @@ const Detail = (props: any) => {
{
SaveChooseData
.
serviceCommunityList
!=
null
?
(
{
SaveChooseData
.
serviceCommunityList
!=
null
?
(
<
ShowOptions
list=
{
SaveChooseData
.
serviceCommunityList
}
defaultValue=
{
'Close'
}
/>
<
ShowOptions
list=
{
SaveChooseData
.
serviceCommunityList
}
defaultValue=
{
'Close'
}
/>
)
:
(
)
:
(
<></>
<></>
)
}
)
}
</
div
>
</
div
>
<
div
className=
{
styles
.
box7
}
>
<
div
className=
{
styles
.
box7
}
>
...
...
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