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
a9558346
Commit
a9558346
authored
Apr 22, 2022
by
Gavin Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复送货单-收货单详情文案错误
parent
ae45ff0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
details.tsx
...pages/order/deliveryNotice/receivingNoteQuery/details.tsx
+5
-5
No files found.
src/pages/order/deliveryNotice/receivingNoteQuery/details.tsx
View file @
a9558346
...
...
@@ -9,7 +9,7 @@ import {
BillsInfo
,
BuyerLabel
,
ConsigneeLabel
,
ConsigneeTimeLabel
,
DeliveryAbstractLabel
,
DeliveryAddrLabel
,
DeliveryDateLabel
,
DeliveryGood
,
DeliveryInfo
,
DeliveryNameLabel
,
DeliveryNoLabel
,
DeliveryPhoneLabel
,
DeliverySlefAddrLabel
,
DeliveryTimeLabel
,
DeliveryTypeLabel
,
Distribution
,
ExternalRoamRecord
,
Harvest
,
LogisticsCarNoLabel
,
LogisticsCompanyLabel
,
Distribution
,
ExternalRoamRecord
,
Harvest
,
HarvestMaterial
,
LogisticsCarNoLabel
,
LogisticsCompanyLabel
,
LogisticsInfo
,
LogisticsNoLabel
,
Material
,
NoteLabel
,
OutStatusLabel
,
ReceiptAbstractLabel
,
ReceivingAddress
,
ReceivingTime
,
ReNoLabel
}
from
'../../constants'
import
{
BaseInfo
as
ContentBox
}
from
'@/components/BaseInfo'
...
...
@@ -63,9 +63,9 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
name
:
`
${
DeliveryGood
.
name
}
(
${
res
?.
data
?.
length
})
`
}
} : {
...Material,
...
Harvest
Material,
...{
name: `
$
{
Material
.
name
}(
$
{
res
?.
data
?.
length
})
`
name: `
$
{
Harvest
Material
.
name
}(
$
{
res
?.
data
?.
length
})
`
}
},
]);
...
...
@@ -197,8 +197,8 @@ const DeliveryNoticeManageSRMDetails: React.FC = () => {
</ContentBox>
<ContentBox title={info?.type ? DeliveryGood.name : Material.name}
id={info?.type ? DeliveryGood.key : Material.key} cols={1}>
<ContentBox title={info?.type ? DeliveryGood.name :
Harvest
Material.name}
id={info?.type ? DeliveryGood.key :
Harvest
Material.key} cols={1}>
<Table
columns={
...
...
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