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
65536630
Commit
65536630
authored
Dec 29, 2022
by
shenshaokai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bugId=37048 兼容生产环境目的港和中转港数据显示
parent
323f0dc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.tsx
src/pages/contract/components/detailCard/freight/index.tsx
+2
-2
No files found.
src/pages/contract/components/detailCard/freight/index.tsx
View file @
65536630
...
...
@@ -34,8 +34,8 @@ export const get_freightInfo = (contractFreightInformationVO) => {
{
label
:
'原产地'
,
extra
:
contractFreightInformationVO
.
placeOfOrigin
?
contractFreightInformationVO
.
placeOfOrigin
:
''
},
{
label
:
'装运港'
,
extra
:
contractFreightInformationVO
.
loadingPort
?
contractFreightInformationVO
.
loadingPort
:
''
},
{
label
:
'装运期限'
,
extra
:
contractFreightInformationVO
.
periodOfShipment
?
contractFreightInformationVO
.
periodOfShipment
:
''
},
{
label
:
'中转港'
,
extra
:
contractFreightInformationVO
.
arrivalPortName
?
contractFreightInformationVO
.
arrivalPortName
:
''
},
{
label
:
'目的港'
,
extra
:
contractFreightInformationVO
.
destinationName
?
contractFreightInformationVO
.
destinationName
:
''
},
{
label
:
'中转港'
,
extra
:
contractFreightInformationVO
.
arrivalPortName
||
contractFreightInformationVO
.
arrivalPort
||
''
},
{
label
:
'目的港'
,
extra
:
contractFreightInformationVO
.
destinationName
||
contractFreightInformationVO
.
destination
||
''
},
{
label
:
'分批装运'
,
extra
:
contractFreightInformationVO
.
partialShipment
?
contractFreightInformationVO
.
partialShipment
:
''
},
{
label
:
'转运'
,
extra
:
contractFreightInformationVO
.
transport
?
contractFreightInformationVO
.
transport
:
''
},
{
label
:
'运输方式'
,
extra
:
contractFreightInformationVO
.
modeOfTransport
?
contractFreightInformationVO
.
modeOfTransport
:
''
},
...
...
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