Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-customer-new-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-customer-new-master
Commits
a33f318b
Commit
a33f318b
authored
Dec 27, 2024
by
wux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多语言合并代码
parent
f48011a4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
25 deletions
+28
-25
launch.json
.hbuilderx/launch.json
+1
-1
light_exception.vue
src/pages/light_exception/light_exception.vue
+16
-22
order.js
src/static/lang/en/order.js
+11
-2
No files found.
.hbuilderx/launch.json
View file @
a33f318b
...
...
@@ -17,7 +17,7 @@
"type"
:
"uni-app:app-android"
},
{
"playground"
:
"
standard
"
,
"playground"
:
"
custom
"
,
"type"
:
"uni-app:app-ios"
}
]
...
...
src/pages/light_exception/light_exception.vue
View file @
a33f318b
...
...
@@ -18,8 +18,8 @@
</view>
<view
class=
"order-info-line-v"
>
<view
class=
""
>
{{
$lang
.
lang
.
light
.
transport
}}
:
{{
getConfigLabel
(
'
transport
'
,
orderData
.
transportId
)
}}
</view>
<view
class=
""
>
{{
$lang
.
lang
.
light
.
startCity
}}
:
{{
orderData
.
logisticsInfoDto
?
(
$lang
.
locale
==
'
zh
'
?
orderData
.
logisticsInfoDto
.
startTitleZh
:
orderData
.
logisticsInfoDto
.
startTitleEn
)
:
''
}}
</view>
<view
class=
""
>
{{
$lang
.
lang
.
light
.
endCity
}}
:
{{
orderData
.
logisticsInfoDto
?
(
$lang
.
locale
==
'
zh
'
?
orderData
.
logisticsInfoDto
.
destTitleZh
:
orderData
.
logisticsInfoDto
.
destTitleEn
)
:
''
}}
</view>
<view
class=
""
>
{{
$lang
.
lang
.
light
.
startCity
}}
:
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
[
$lang
.
startTitle
]
:
''
}}
</view>
<view
class=
""
>
{{
$lang
.
lang
.
light
.
endCity
}}
:
{{
orderData
.
logisticsInfoDto
?
orderData
.
logisticsInfoDto
[
$lang
.
destTitle
]
:
''
}}
</view>
<view
class=
""
>
{{
$lang
.
lang
.
light
.
consignee
}}
:
{{
orderData
.
consigneeVO
?
orderData
.
consigneeVO
.
name
:
''
}}
</view>
</view>
</view>
...
...
@@ -174,13 +174,7 @@
getStatusName
(
type
){
let
that
=
this
var
status
=
that
.
statusData
.
find
(
item
=>
item
.
value
==
type
)
if
(
status
)
{
if
(
that
.
$lang
.
locale
==
'
zh
'
){
return
status
.
label
}
else
{
return
status
.
labelEn
}
}
return
status
[
that
.
$lang
.
label
]
},
getStatusData
()
{
this
.
$request
.
getConfig
(
'
order_status
'
).
then
(
res
=>
{
...
...
src/static/lang/en/order.js
View file @
a33f318b
...
...
@@ -80,5 +80,14 @@ export default {
"
manager
"
:
"
Administrator
"
,
"
lendingType
"
:
"
Verification Method
"
,
"
lendSussess
"
:
"
Successfully released
"
,
"
copy
"
:
"
Copy
"
"
copy
"
:
"
Copy
"
,
"
unloadTime
"
:
"
Warehouse Arrival/Unloading Date
"
,
"
lockConsigneeTime
"
:
"
Consignee Lock Expiration
"
,
"
isLimitUpdateConsignee
"
:
"
Order Restricts Consignee Modification
"
,
"
yes
"
:
"
Yes
"
,
"
no
"
:
"
No
"
,
"
remark1
"
:
"
Note: Consignee lock period has not expired; consignee modification is not allowed.
"
,
"
remark2
"
:
"
Note: Consignee lock period has expired; consignee modification is allowed.
"
,
"
remark3
"
:
"
Note: Order has not been unloaded/arrived at the warehouse; consignee modification is not allowed.
"
,
"
remark4
"
:
"
Note: Consignee modification is allowed for the order.
"
}
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