Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gaohuaxue-mobile-app
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
前端-苏志权
gaohuaxue-mobile-app
Commits
a1f24138
Commit
a1f24138
authored
May 17, 2023
by
赵振东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'v2-test' into 'v2-test'
V2 test See merge request
project/gaohuaxue-mobile-app!98
(cherry picked from commit
2c8944c8
)
9845205f
fix: 修复49812 截止时间、没有更多未翻译
f5b6dd22
Merge branch 'v2-test' of…
bd99f57e
fix: 49811 启运港未翻译
0503d78b
fix: 按钮多语言样式兼容
parent
6017fef1
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
33 additions
and
17 deletions
+33
-17
index.tsx
src/components/Loading/index.tsx
+1
-1
formInfo.ts
src/locales/en_US/formInfo.ts
+1
-0
order.ts
src/locales/en_US/order.ts
+1
-0
order.ts
src/locales/ja_JPN/order.ts
+2
-2
formInfo.ts
src/locales/zh_CN/formInfo.ts
+2
-0
index.tsx
...s/CheckInquiryOrder/components/InquiryOrderItem/index.tsx
+1
-1
styles.ts
...s/CheckInquiryOrder/components/InquiryOrderItem/styles.ts
+2
-1
styles.ts
src/views/CheckInquiryOrder/styles.ts
+2
-1
styles.ts
...s/CheckQuotationOrder/components/CheckOrderItem/styles.ts
+2
-1
styles.ts
src/views/CheckQuotationOrder/styles.ts
+2
-1
styles.ts
...ews/CheckRequireOrder/components/CheckOrderItem/styles.ts
+2
-1
styles.ts
src/views/CheckRequireOrder/styles.ts
+2
-1
styles.ts
...ws/EnsureInquiryOrder/components/CheckOrderItem/styles.ts
+2
-1
styles.ts
src/views/EnsureInquiryOrder/styles.ts
+2
-1
styles.ts
src/views/RequireOrder/components/CommodityItem/styles.ts
+2
-1
styles.ts
...er/pages/RequirePriceOrder/components/OrderList/styles.ts
+3
-2
styles.ts
src/views/RequireOrder/pages/RequirePriceOrder/styles.ts
+2
-1
styles.ts
src/views/RequireOrder/styles.ts
+2
-1
No files found.
src/components/Loading/index.tsx
View file @
a1f24138
...
...
@@ -123,7 +123,7 @@ const Loading: React.FC<LoadingProps> = (props: LoadingProps) => {
Loading
.
defaultProps
=
{
color
:
'#C0C4CC'
,
size
:
14
,
text
:
'
正在加载...
'
,
text
:
'
loading
'
,
noMore
:
false
,
noMoreText
:
'没有更多啦~'
,
textSize
:
12
,
...
...
src/locales/en_US/formInfo.ts
View file @
a1f24138
...
...
@@ -149,4 +149,5 @@ export default {
'formInfo.Login.login'
:
'Login'
,
'formInfo.Login.xieyi'
:
'agree on'
,
'order.requireOrder.feedbackInformation'
:
'feedback information'
,
'formInfo.info.noMore'
:
'もう'
,
};
src/locales/en_US/order.ts
View file @
a1f24138
...
...
@@ -103,6 +103,7 @@ export default {
'order.detailInfo.purchaseRate'
:
'Purchase Exchange Rate'
,
'order.detailInfo.etd'
:
'ETD'
,
'order.detailInfo.eta'
:
'ETA'
,
'order.detailInfo.portOfDeparture'
:
'Port of departure'
,
'order.detailInfo.portOfDepartment'
:
'Port of departure'
,
'order.detailInfo.portOfDestination'
:
'Destination Port'
,
'order.detailInfo.deliverPeriod'
:
'Planned shipment date'
,
...
...
src/locales/ja_JPN/order.ts
View file @
a1f24138
...
...
@@ -98,8 +98,8 @@ export default {
'order.detailInfo.purchaseRate'
:
'購買レート'
,
'order.detailInfo.etd'
:
'ETD'
,
'order.detailInfo.eta'
:
'ETA'
,
'order.detailInfo.portOfDeparture'
:
'
出港
'
,
'order.detailInfo.portOfDestination'
:
'
目的港
'
,
'order.detailInfo.portOfDeparture'
:
'
こううん
'
,
'order.detailInfo.portOfDestination'
:
'
ですん
'
,
'order.detailInfo.deliverPeriod'
:
'出荷予定日'
,
'order.detailInfo.receivePeriod'
:
'計画出荷日'
,
'order.detailInfo.orderNo'
:
'注文番号'
,
...
...
src/locales/zh_CN/formInfo.ts
View file @
a1f24138
...
...
@@ -135,4 +135,6 @@ export default {
'formInfo.Login.login'
:
'登录'
,
'formInfo.Login.xieyi'
:
'协议'
,
'formInfo.info.noMore'
:
'没有更多啦~'
,
};
src/views/CheckInquiryOrder/components/InquiryOrderItem/index.tsx
View file @
a1f24138
...
...
@@ -60,7 +60,7 @@ const InquiryOrderItem = props => {
<
View
style=
{
{
marginRight
:
4
}
}
>
<
Text
style=
{
myStyle
[
'box-bottome-content-left-text-label'
]
}
>
{
/* <Icons name="user" size={14} color="#C0C4CC" /> */
}
{
`${t('order.
tip
.CutOff', '截止时间')}\t`
}
{
`${t('order.
filterBar
.CutOff', '截止时间')}\t`
}
</
Text
>
</
View
>
<
Text
style=
{
myStyle
[
'box-bottome-content-left-text-value'
]
}
>
...
...
src/views/CheckInquiryOrder/components/InquiryOrderItem/styles.ts
View file @
a1f24138
...
...
@@ -117,7 +117,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/CheckInquiryOrder/styles.ts
View file @
a1f24138
...
...
@@ -185,7 +185,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/CheckQuotationOrder/components/CheckOrderItem/styles.ts
View file @
a1f24138
...
...
@@ -207,7 +207,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/CheckQuotationOrder/styles.ts
View file @
a1f24138
...
...
@@ -184,7 +184,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/CheckRequireOrder/components/CheckOrderItem/styles.ts
View file @
a1f24138
...
...
@@ -208,7 +208,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/CheckRequireOrder/styles.ts
View file @
a1f24138
...
...
@@ -184,7 +184,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/EnsureInquiryOrder/components/CheckOrderItem/styles.ts
View file @
a1f24138
...
...
@@ -218,7 +218,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/EnsureInquiryOrder/styles.ts
View file @
a1f24138
...
...
@@ -182,7 +182,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/RequireOrder/components/CommodityItem/styles.ts
View file @
a1f24138
...
...
@@ -181,7 +181,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#F5F6F7'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/RequireOrder/pages/RequirePriceOrder/components/OrderList/styles.ts
View file @
a1f24138
...
...
@@ -113,7 +113,7 @@ export default (theme: ThemeStyle) =>
},
'box-top-text'
:
{
color
:
'#252D37'
,
fontWeight
:
'bold'
,
fontWeight
:
'bold'
,
fontFamily
:
''
,
},
'box-bottome'
:
{
...
...
@@ -183,7 +183,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/RequireOrder/pages/RequirePriceOrder/styles.ts
View file @
a1f24138
...
...
@@ -182,7 +182,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
src/views/RequireOrder/styles.ts
View file @
a1f24138
...
...
@@ -182,7 +182,8 @@ export default (theme: ThemeStyle) =>
backgroundColor
:
'#EBF9F6'
,
borderRadius
:
4
,
height
:
24
,
width
:
72
,
// width: 72,
paddingHorizontal
:
6
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
marginRight
:
8
,
...
...
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