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
e3e08214
Commit
e3e08214
authored
Feb 16, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改物流能力翻译
parent
868422dd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
logistics.ts
src/locales/en-US/logistics.ts
+4
-4
index.tsx
...ges/transaction/dealAbility/confirmOffer/detail/index.tsx
+2
-2
index.tsx
...ges/transaction/dealAbility/inquiryOffer/detail/index.tsx
+3
-3
productQuote.tsx
...ity/inquiryOffer/waitAddOffer/components/productQuote.tsx
+1
-1
No files found.
src/locales/en-US/logistics.ts
View file @
e3e08214
...
...
@@ -60,7 +60,7 @@ export default {
'logistics.pingtaiwuliufuwushang'
:
'Platform logistics service provider'
,
'logistics.shanghuhezuowuliugongsi'
:
'Merchant cooperative logistics company'
,
'logistics.qingxuanzehezuoleixing'
:
'Please select the type of cooperation'
,
'logistics.wuliugongsidaimaping'
:
'
logistics company code/platform
member ID'
,
'logistics.wuliugongsidaimaping'
:
'
company code/
member ID'
,
'logistics.wuliugongsidaima'
:
'logistics company code'
,
'logistics.qingshuruwuliugongsidai'
:
'Please enter the logistics company code'
,
'logistics.pingtaihuiyuanID'
:
'Platform member ID'
,
...
...
@@ -75,9 +75,9 @@ export default {
'logistics.huiyuanID'
:
'Member ID'
,
'logistics.huiyuanjuese'
:
'Member Role'
,
'logistics.huiyuandengji'
:
'Membership level'
,
'logistics.xinzengwuliu
company
'
:
'New logistics company'
,
'logistics.bianjiwuliu
company
'
:
'Edit logistics company'
,
'logistics.zhakanwuliu
company
'
:
'View logistics company'
,
'logistics.xinzengwuliu
gongsi
'
:
'New logistics company'
,
'logistics.bianjiwuliu
gongsi
'
:
'Edit logistics company'
,
'logistics.zhakanwuliu
gongsi
'
:
'View logistics company'
,
'logistics.xuanze'
:
'Select'
,
'logistics.xuanzepingtaiwuliufuwu'
:
'Choose platform logistics service provider'
,
'logistics.shouhuorenxingming'
:
'Consignee Name'
,
...
...
src/pages/transaction/dealAbility/confirmOffer/detail/index.tsx
View file @
e3e08214
...
...
@@ -187,13 +187,13 @@ const ConfirmOfferDetail = () => {
title
:
intl
.
formatMessage
({
id
:
'dealAbility.baojiadanjia'
}),
key
:
'price'
,
dataIndex
:
'price'
,
render
:
price
=>
<>
{
price
?
`
¥${price.toFixed(2)}`
:
'¥0.00'
}
</>
render
:
price
=>
<>
{
price
?
`
${intl.formatMessage({id: 'common.money'})}${price.toFixed(2)}`
:
`${intl.formatMessage({id: 'common.money'})}0.00`
}
</>
},
{
title
:
intl
.
formatMessage
({
id
:
'dealAbility.jine'
}),
key
:
'money'
,
dataIndex
:
'money'
,
render
:
money
=>
<>
{
money
?
`
¥${money.toFixed(2)}`
:
'¥0.00'
}
</>
render
:
money
=>
<>
{
money
?
`
${intl.formatMessage({id: 'common.money'})}${money.toFixed(2)}`
:
`${intl.formatMessage({id: 'common.money'})}0.00`
}
</>
},
]
...
...
src/pages/transaction/dealAbility/inquiryOffer/detail/index.tsx
View file @
e3e08214
...
...
@@ -190,13 +190,13 @@ const InquiryOfferDetail = () => {
title
:
intl
.
formatMessage
({
id
:
'dealAbility.baojiadanjia'
}),
key
:
'price'
,
dataIndex
:
'price'
,
render
:
price
=>
<>
{
price
?
`
¥${price.toFixed(2)}`
:
'¥0.00'
}
</>
render
:
price
=>
<>
{
price
?
`
${intl.formatMessage({id: 'common.money'})}${price.toFixed(2)}`
:
`${intl.formatMessage({id: 'common.money'})}0.00`
}
</>
},
{
title
:
intl
.
formatMessage
({
id
:
'dealAbility.jine'
}),
key
:
'money'
,
dataIndex
:
'money'
,
render
:
money
=>
<>
{
money
?
`
¥${money.toFixed(2)}`
:
'¥0.00'
}
</>
render
:
money
=>
<>
{
money
?
`
${intl.formatMessage({id: 'common.money'})}${money.toFixed(2)}`
:
`${intl.formatMessage({id: 'common.money'})}0.00`
}
</>
},
{
title
:
intl
.
formatMessage
({
id
:
'dealAbility.caozuo'
}),
...
...
@@ -253,7 +253,7 @@ const InquiryOfferDetail = () => {
title
:
intl
.
formatMessage
({
id
:
'dealAbility.baojiadanjia'
}),
key
:
'price'
,
dataIndex
:
'price'
,
render
:
price
=>
<>
{
price
?
`
¥${price.toFixed(2)}`
:
'¥0.00'
}
</>
render
:
price
=>
<>
{
price
?
`
${intl.formatMessage({id: 'common.money'})}${price.toFixed(2)}`
:
`${intl.formatMessage({id: 'common.money'})}0.00`
}
</>
},
{
title
:
intl
.
formatMessage
({
id
:
'dealAbility.xunjiahuiyuan'
}),
...
...
src/pages/transaction/dealAbility/inquiryOffer/waitAddOffer/components/productQuote.tsx
View file @
e3e08214
...
...
@@ -94,7 +94,7 @@ const ProductQuoteLayout: React.FC<ProductQuoteLayoutProps> = (props: any) => {
<
Form
.
Item
initialValue=
{
record
.
price
}
name=
{
`purchaseCount${index}`
}
rules=
{
[{
required
:
true
,
message
:
intl
.
formatMessage
({
id
:
'dealAbility.qingshurubaojiadanjia'
})
}]
}
style=
{
{
marginBottom
:
'0px'
}
}
>
<
Input
onBlur=
{
(
e
)
=>
handleChange
(
record
.
productId
,
e
)
}
addonBefore=
"¥"
addonBefore=
{
intl
.
formatMessage
({
id
:
'common.money'
})
}
min=
{
1
}
type=
"number"
/>
</
Form
.
Item
>
...
...
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