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
shenshaokai
jinfa-platform
Commits
047833e1
Commit
047833e1
authored
Nov 15, 2022
by
shenshaokai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 合同新增和修改-补充goodsPic字段
parent
79de67a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
FormList.tsx
src/pages/contract/manage/add/components/FormList.tsx
+1
-0
FormList.tsx
src/pages/contract/manage/editing/components/FormList.tsx
+1
-0
No files found.
src/pages/contract/manage/add/components/FormList.tsx
View file @
047833e1
...
...
@@ -718,6 +718,7 @@ const FormList = (props: any) => {
associatedCategory
:
Object
.
keys
(
Row
).
length
===
0
?
''
:
item
.
associatedCategory
,
associatedBrand
:
Object
.
keys
(
Row
).
length
===
0
?
''
:
item
.
associatedBrand
,
prpIds
:
sourceType
==
4
?
item
.
prpIds
?.
toString
().
split
(
','
)
:
null
,
goodsPic
:
item
.
goodsPic
||
[],
})
})
resolve
({
...
...
src/pages/contract/manage/editing/components/FormList.tsx
View file @
047833e1
...
...
@@ -373,6 +373,7 @@ const FormList = (props: any) => {
associatedBrand
:
item
.
associatedBrand
?
item
.
associatedBrand
:
''
,
rowId
:
index
,
prpIds
:
sourceType
==
4
?
item
.
prpIds
?.
toString
().
split
(
','
)
:
null
,
goodsPic
:
item
.
goodsPic
||
[],
})
})
resolve
({
...
...
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