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
46c261b7
Commit
46c261b7
authored
Sep 06, 2024
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'release' into dev
parents
02422c20
d190c17f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
6 deletions
+40
-6
orderInfo.vue
src/pages/orderInfo/orderInfo.vue
+4
-4
orderInfo.js
src/static/lang/en/orderInfo.js
+18
-1
orderInfo.js
src/static/lang/zh/orderInfo.js
+18
-1
No files found.
src/pages/orderInfo/orderInfo.vue
View file @
46c261b7
...
...
@@ -246,10 +246,10 @@
</view>
<view
class=
"order-table-v"
>
<text>
{{
$lang
.
lang
.
orderInfo
.
inWarehouseInfo
}}
:
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
cartonsNum
:
item
.
num
}}{{
$lang
.
lang
.
orderInfo
.
box
}}
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
weight
:
item
.
weight
}}
KG
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
volume
:
item
.
volume
}}
m³
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
quantityAll
:
item
.
quantity
}}{{
$lang
.
lang
.
create
.
aunit
}}
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
cartonsNum
:
0
}}{{
$lang
.
lang
.
orderInfo
.
box
}}
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
weight
:
0
}}
KG
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
volume
:
0
}}
m³
</text>
<text>
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
quantityAll
:
0
}}{{
$lang
.
lang
.
create
.
aunit
}}
</text>
</view>
<view
class=
"order-table-v"
>
<text>
{{
$lang
.
lang
.
create
.
quickNo
}}
:
{{
item
.
warehouseInInfoVO
?
item
.
warehouseInInfoVO
.
expressNo
:
item
.
expressNo
}}
</text>
...
...
src/static/lang/en/orderInfo.js
View file @
46c261b7
...
...
@@ -70,5 +70,22 @@ export default {
"
ballAddress
"
:
"
address of pick up bill
"
,
"
loans
"
:
"
Collection of loans
"
,
"
showInfo
"
:
"
Show
"
,
"
hiddenInfo
"
:
"
Hide
"
"
hiddenInfo
"
:
"
Hide
"
,
"
copy
"
:
"
copy
"
,
"
typeName
"
:
"
value-added services
"
,
"
objectport
"
:
'
Destination port customs clearance
'
,
"
ourUndertakes
"
:
'
Our company undertakes
'
,
"
customerUndertakes
"
:
'
Customer Undertaking
'
,
"
creator
"
:
'
creator
'
,
"
warehouseName
"
:
'
Warehouse
'
,
"
externalWarehouse
"
:
'
External warehouse
'
,
"
estLoading
"
:
"
Loading time
"
,
"
loadingAddress
"
:
"
Loading address
"
,
"
tidanPrice
"
:
"
Bill of lading Price
"
,
"
show
"
:
"
display
"
,
"
noShow
"
:
"
Do not display
"
,
"
createTime
"
:
"
Creation time
"
,
"
inWarehouseInfo
"
:
"
Warehouse entry information
"
,
"
quickNos
"
:
"
prefill express tracking number
"
,
"
unitType
"
:
"
Packaging type
"
}
\ No newline at end of file
src/static/lang/zh/orderInfo.js
View file @
46c261b7
...
...
@@ -70,5 +70,22 @@ export default {
"
ballAddress
"
:
"
提货点
"
,
"
loans
"
:
"
代收贷款
"
,
"
showInfo
"
:
"
展示
"
,
"
hiddenInfo
"
:
"
隐藏
"
"
hiddenInfo
"
:
"
隐藏
"
,
"
copy
"
:
"
复制
"
,
"
typeName
"
:
"
增值服务
"
,
"
objectport
"
:
'
目的港清关
'
,
"
ourUndertakes
"
:
'
我司承接
'
,
"
customerUndertakes
"
:
'
客户承接
'
,
"
creator
"
:
'
创建人
'
,
"
warehouseName
"
:
'
仓库
'
,
"
externalWarehouse
"
:
'
外部仓
'
,
"
estLoading
"
:
"
装柜时间
"
,
"
loadingAddress
"
:
"
装柜地址
"
,
"
tidanPrice
"
:
"
提单价格
"
,
"
show
"
:
"
显示
"
,
"
noShow
"
:
"
不显示
"
,
"
createTime
"
:
"
创建时间
"
,
"
inWarehouseInfo
"
:
"
入仓信息
"
,
"
quickNos
"
:
"
填单快递单号
"
,
"
unitType
"
:
"
包装类型
"
}
\ No newline at end of file
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