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
ae240642
Commit
ae240642
authored
Jul 27, 2021
by
alwayOnlie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
fa8c2cae
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
info.tsx
src/pages/contract/funds/editbill/components/info.tsx
+6
-2
No files found.
src/pages/contract/funds/editbill/components/info.tsx
View file @
ae240642
...
...
@@ -91,6 +91,7 @@ const AddInfo = (props: any) => {
attrValueForm
.
setFieldsValue
(
basicsData
);
}
useEffect
(()
=>
{
if
(
basicsData
)
{
PublicApi
.
getContractManageGetContractInfoByApplyAmountOrder
({
contractId
:
basicsData
.
contractId
}).
then
(
res
=>
{
...
...
@@ -103,6 +104,7 @@ const AddInfo = (props: any) => {
break
;
}
}
let
data
=
{
id
:
basicsData
.
id
,
applyAbstract
:
basicsData
.
applyAbstract
,
// 请款单摘要
...
...
@@ -110,8 +112,8 @@ const AddInfo = (props: any) => {
contractId
:
basicsData
.
contractId
,
bankAccount
:
basicsData
.
bankAccount
,
// 银行卡号
remark
:
basicsData
.
remark
,
// 描述
account
:
res
.
d
ata
.
payeeMemberName
,
payeeName
:
res
.
data
.
payeeMember
Name
,
account
:
basicsD
ata
.
payeeMemberName
,
payeeName
:
basicsData
.
payee
Name
,
bankDeposit
:
basicsData
.
bankDeposit
,
payRatio
:
basicsData
.
payRatio
,
applyAmount
:
basicsData
.
applyAmount
,
...
...
@@ -125,6 +127,7 @@ const AddInfo = (props: any) => {
expectPayTime
:
moment
(
basicsData
.
expectPayTime
),
number
:
basicsData
.
invoiceProveVOList
?
basicsData
.
invoiceProveVOList
[
0
].
number
:
''
}
setpayPlanList
(
res
.
data
.
payPlanList
);
/* 设置tab点击数组
* payWay 1 账期 2 月结 3 现结
...
...
@@ -140,6 +143,7 @@ const AddInfo = (props: any) => {
})
})
setTag
(
tagList
)
console
.
log
(
data
)
attrValueForm
.
setFieldsValue
(
data
)
// console.log(res, 'res', data, basicsData.orderTime);
setBasics
(
data
)
...
...
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