Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
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
黄庭坚
jinfa-platform
Commits
0bec6df5
Commit
0bec6df5
authored
Jul 27, 2021
by
alwayOnlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
2dc3fabd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
index.tsx
...ages/contract/components/detailCard/PaymentCard/index.tsx
+2
-1
Popup.tsx
src/pages/contract/coordination/details/components/Popup.tsx
+3
-1
index.tsx
src/pages/contract/funds/details/index.tsx
+2
-1
info.tsx
src/pages/contract/funds/editbill/components/info.tsx
+2
-2
No files found.
src/pages/contract/components/detailCard/PaymentCard/index.tsx
View file @
0bec6df5
...
...
@@ -8,6 +8,7 @@ import {
import
style
from
'../index.less'
;
import
{
history
}
from
'umi'
import
{
IAntdSchemaFormProps
}
from
'@formily/antd'
import
moment
from
'moment'
;
export
interface
Iprops
extends
IAntdSchemaFormProps
{
/* 付款计划数组 */
...
...
@@ -73,7 +74,7 @@ const PaymentCard: React.FC<Iprops> = ({
</
div
>
<
div
className=
{
style
.
warp_ListItem
}
>
<
div
className=
{
style
.
label
}
>
预计付款时间:
</
div
>
<
div
className=
{
style
.
text
}
>
{
item
.
expectPayTime
}
</
div
>
<
div
className=
{
style
.
text
}
>
{
item
.
expectPayTime
?
item
.
expectPayTime
:
moment
(
item
.
payTime
).
format
(
'YYYY-MM-DD'
)
}
</
div
>
</
div
>
<
div
className=
{
style
.
warp_ListItem
}
>
<
div
className=
{
style
.
label
}
>
付款方式:
</
div
>
...
...
src/pages/contract/coordination/details/components/Popup.tsx
View file @
0bec6df5
...
...
@@ -14,6 +14,8 @@ import style from '../index.less'
import
{
ColumnType
}
from
'antd/lib/table/interface'
;
import
EyePreview
from
'@/components/EyePreview'
;
import
{
PublicApi
}
from
'@/services/api'
;
import
moment
from
'moment'
;
export
interface
Iprops
extends
IAntdSchemaFormProps
{
popupshow
:
any
,
...
...
@@ -163,7 +165,7 @@ const PopupDrawer: React.FC<Iprops> = ({
</
div
>
<
div
className=
{
style
.
menuCard
}
>
<
div
className=
{
style
.
menulabel
}
>
付款时间:
</
div
>
<
div
className=
{
style
.
card
}
>
{
basicData
.
payTime
}
</
div
>
<
div
className=
{
style
.
card
}
>
{
moment
(
basicData
.
payTime
).
format
(
'YYYY-MM-DD'
)
}
</
div
>
</
div
>
<
div
className=
{
style
.
menuCard
}
>
...
...
src/pages/contract/funds/details/index.tsx
View file @
0bec6df5
...
...
@@ -124,6 +124,7 @@ const BillDetails = (props: any) => {
}).
finally
(()
=>
{
msg
();
});
return
;
}
if
(
type
==
'pageToBeSubmit'
)
{
console
.
log
(
'type'
)
const
msg
=
message
.
loading
({
...
...
@@ -229,7 +230,7 @@ const BillDetails = (props: any) => {
<
div
>
{
type
&&
<
Button
type=
"primary"
style=
{
{
width
:
80
,
marginRight
:
16
}
}
onClick=
{
()
=>
submitExaminefunds
()
}
>
{
type
==
'PageToBeSubmit'
?
'提交请款单'
:
type
===
'pageDetailList'
?
'作废'
:
'审核'
}
</
Button
>
type
&&
<
Button
type=
"primary"
style=
{
{
width
:
80
,
marginRight
:
16
}
}
onClick=
{
()
=>
submitExaminefunds
()
}
>
{
type
==
'PageToBeSubmit'
?
'提交请款单'
:
type
===
'pageDetailList'
?
'作废'
:
type
===
'submitExamine'
?
'提交'
:
'审核'
}
</
Button
>
}
</
div
>
</
Anchor
>
...
...
src/pages/contract/funds/editbill/components/info.tsx
View file @
0bec6df5
...
...
@@ -110,8 +110,8 @@ const AddInfo = (props: any) => {
contractId
:
basicsData
.
contractId
,
bankAccount
:
basicsData
.
bankAccount
,
// 银行卡号
remark
:
basicsData
.
remark
,
// 描述
account
:
auth
?
auth
.
account
:
''
,
payeeName
:
res
.
data
.
corporateAccountConfig
.
n
ame
,
account
:
res
.
data
.
payeeMemberName
:
''
,
payeeName
:
res
.
data
.
payeeMemberN
ame
,
bankDeposit
:
basicsData
.
bankDeposit
,
payRatio
:
basicsData
.
payRatio
,
applyAmount
:
basicsData
.
applyAmount
,
...
...
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