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
39b38790
Commit
39b38790
authored
Dec 24, 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
7955ee38
cfc00c98
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
CardDetail.tsx
src/pages/CommercialService/CardDetail.tsx
+7
-4
RenovationDetail.tsx
src/pages/CommercialService/RenovationDetail.tsx
+5
-3
No files found.
src/pages/CommercialService/CardDetail.tsx
View file @
39b38790
...
...
@@ -71,10 +71,11 @@ const CardDetail = (props: any) => {
:
values
.
replyContent
,
type
:
'7'
,
};
console
.
log
(
tmp
);
RA
(
34
,
tmp
,
module
,
dispatch
);
setLoading
(
true
);
};
console
.
log
(
listData
);
return
(
<
Spin
size=
"large"
spinning=
{
loading
}
>
...
...
@@ -107,14 +108,16 @@ const CardDetail = (props: any) => {
<
Col
>
Owner Name:
</
Col
>
<
Col
span=
{
3
}
>
{
onwerDetail
.
owerName
}
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
>
{
onwerDetail
.
owerPhone
}
</
Col
>
<
Col
span=
{
2
}
>
{
onwerDetail
.
owerPhone
}
</
Col
>
<
Col
>
{
onwerDetail
.
owerEmail
}
</
Col
>
</
Row
>
<
Line
></
Line
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Applicant:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
apply_name
}
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
>
{
listData
.
apply_name_phone
}
</
Col
>
<
Col
span=
{
2
}
>
{
listData
.
apply_name_phone
}
</
Col
>
<
Col
>
{
listData
.
apply_name_email
}
</
Col
>
</
Row
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Relationship:
</
Col
>
...
...
@@ -136,7 +139,7 @@ const CardDetail = (props: any) => {
<
Form
ref=
{
formRef
}
name=
"basic"
onFinish=
{
onFinish
}
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Approval For Application:
</
Col
>
<
Col
span=
{
5
}
>
<
Col
span=
{
6
}
>
<
Form
.
Item
name=
"applyStatus"
rules=
{
[
...
...
src/pages/CommercialService/RenovationDetail.tsx
View file @
39b38790
...
...
@@ -100,15 +100,17 @@ const RenovationDetail = (props: any) => {
<
Col
>
Owner Name:
</
Col
>
<
Col
span=
{
3
}
>
{
onwerDetail
.
owerName
}
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
>
{
onwerDetail
.
owerPhone
}
</
Col
>
<
Col
span=
{
2
}
>
{
onwerDetail
.
owerPhone
}
</
Col
>
<
Col
>
{
onwerDetail
.
owerEmail
}
</
Col
>
</
Row
>
<
Line
></
Line
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Applicant:
</
Col
>
<
Col
span=
{
3
}
>
{
listData
.
contactName
}
</
Col
>
<
Col
span=
{
3
}
>
Contact Details:
</
Col
>
<
Col
>
{
listData
.
contactPhone
}
</
Col
>
<
Col
>
Contact Details:
</
Col
>
<
Col
span=
{
2
}
>
{
listData
.
contactPhone
}
</
Col
>
<
Col
>
{
listData
.
contactEmail
}
</
Col
>
</
Row
>
<
Row
gutter=
{
8
}
style=
{
{
marginTop
:
16
}
}
>
<
Col
span=
{
3
}
>
Time:
</
Col
>
...
...
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