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
linweijiong
jinfa-platform
Commits
8d54bfdb
Commit
8d54bfdb
authored
Aug 19, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改物料相关字段
parent
1eb27539
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.tsx
...cation/exchangePrSubmit/components/ExchangeForm/index.tsx
+1
-1
index.ts
.../exchangePrSubmit/components/ExchangeForm/schema/index.ts
+2
-2
No files found.
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/index.tsx
View file @
8d54bfdb
...
...
@@ -402,7 +402,7 @@ const ExchangeForm: React.FC<BillsFormProps> = ({
id
:
item
.
orderRecordId
,
taskTypeKey
,
},
associated
:
!
item
.
associatedProductId
?
''
:
`
${
item
.
associatedProduct
Name
}
/
${
item
.
associatedType
}
/
${
item
.
associatedCategory
}
/
${
item
.
associatedBrand
}
`
,
associated
:
!
item
.
associatedProductId
?
''
:
`
${
item
.
associatedProduct
Id
}
/
${
item
.
associatedProductName
}
/
${
item
.
associatedType
||
' '
}
/
${
item
.
associatedCategory
}
/
${
item
.
associatedBrand
}
`
,
})),
...
rest
,
});
...
...
src/pages/afterService/exchangeApplication/exchangePrSubmit/components/ExchangeForm/schema/index.ts
View file @
8d54bfdb
...
...
@@ -305,12 +305,12 @@ export const addSchema = (orderType: number): ISchema => {
title
:
'订单号'
,
'x-component'
:
'OrderNo'
,
},
associatedP
roductId
:
{
p
roductId
:
{
type
:
'string'
,
title
:
'物料编号'
,
'x-component'
:
'Text'
,
},
associatedP
roductName
:
{
p
roductName
:
{
type
:
'string'
,
title
:
'物料名称、规格'
,
'x-component'
:
'Text'
,
...
...
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