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
e815bd8d
Commit
e815bd8d
authored
Nov 17, 2020
by
cellee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
线上测试未发现预览问题
Signed-off-by:
cellee
<
893264950@qq.com
>
parent
cc175906
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
Adds.tsx
src/pages/CommunityManagement/CellList/Adds.tsx
+3
-3
ContractContent.tsx
src/pages/ContractManagement/ContractContent.tsx
+2
-0
ChargeDetail.tsx
src/pages/PropertyManagement/ChargeDetail.tsx
+1
-0
No files found.
src/pages/CommunityManagement/CellList/Adds.tsx
View file @
e815bd8d
...
@@ -363,7 +363,7 @@ const Adds = (props: any) => {
...
@@ -363,7 +363,7 @@ const Adds = (props: any) => {
<
Form
.
Item
name=
{
[
'info'
,
'email'
]
}
noStyle
rules=
{
village
[
0
]
as
any
}
>
<
Form
.
Item
name=
{
[
'info'
,
'email'
]
}
noStyle
rules=
{
village
[
0
]
as
any
}
>
<
Input
<
Input
style=
{
{
marginLeft
:
'10px'
,
width
:
'180px'
}
}
style=
{
{
marginLeft
:
'10px'
,
width
:
'180px'
}
}
placeholder=
"Please enter
E
mail"
placeholder=
"Please enter
e
mail"
/>
/>
</
Form
.
Item
>
</
Form
.
Item
>
</
Input
.
Group
>
</
Input
.
Group
>
...
@@ -383,9 +383,9 @@ const Adds = (props: any) => {
...
@@ -383,9 +383,9 @@ const Adds = (props: any) => {
<
Form
.
Item
label=
"Property Fee"
name=
"propertyFee"
style=
{
{
marginBottom
:
'0'
}
}
>
<
Form
.
Item
label=
"Property Fee"
name=
"propertyFee"
style=
{
{
marginBottom
:
'0'
}
}
>
<
Checkbox
.
Group
options=
{
plainOptions
}
defaultValue=
{
[
'1'
]
}
onChange=
{
onChange
}
/>
<
Checkbox
.
Group
options=
{
plainOptions
}
defaultValue=
{
[
'1'
]
}
onChange=
{
onChange
}
/>
<
div
className=
"tip capi"
>
{
/*
<div className="tip capi">
<span>*</span>There will be a service charge for online payment
<span>*</span>There will be a service charge for online payment
</
div
>
</div>
*/
}
</
Form
.
Item
>
</
Form
.
Item
>
<
hr
/>
<
hr
/>
...
...
src/pages/ContractManagement/ContractContent.tsx
View file @
e815bd8d
...
@@ -228,6 +228,7 @@ const ContractContent = (props: any) => {
...
@@ -228,6 +228,7 @@ const ContractContent = (props: any) => {
setimgInfo
(
info
);
// 图片信息
setimgInfo
(
info
);
// 图片信息
}
else
{
}
else
{
setfileInfo
(
file
);
// 设置选择的文件
setfileInfo
(
file
);
// 设置选择的文件
console
.
log
(
file
);
settipModal
(
true
);
settipModal
(
true
);
}
}
};
};
...
@@ -426,6 +427,7 @@ const ContractContent = (props: any) => {
...
@@ -426,6 +427,7 @@ const ContractContent = (props: any) => {
<
PDF
<
PDF
file=
{
stringSplit
(
fileInfo
.
url
,
'm/cash'
)
}
file=
{
stringSplit
(
fileInfo
.
url
,
'm/cash'
)
}
page=
{
pageNumber
}
page=
{
pageNumber
}
scale=
{
1.25
}
onDocumentComplete=
{
onDocumentLoadSuccess
}
onDocumentComplete=
{
onDocumentLoadSuccess
}
/>
/>
<
Pagination
<
Pagination
...
...
src/pages/PropertyManagement/ChargeDetail.tsx
View file @
e815bd8d
...
@@ -20,6 +20,7 @@ const ChargeDetail = (props: any) => {
...
@@ -20,6 +20,7 @@ const ChargeDetail = (props: any) => {
useEffect
(()
=>
{
useEffect
(()
=>
{
console
.
log
(
CurData
);
console
.
log
(
CurData
);
console
.
log
(
stringSplit
(
CurData
.
billFileUrl
,
'm/cash'
));
if
(
!
CurData
)
{
if
(
!
CurData
)
{
history
.
back
();
history
.
back
();
}
}
...
...
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