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
c45bc993
Commit
c45bc993
authored
Dec 24, 2024
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单明细多国语
parent
7c296150
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
orderInfo.vue
src/pages/orderInfo/orderInfo.vue
+3
-3
No files found.
src/pages/orderInfo/orderInfo.vue
View file @
c45bc993
...
...
@@ -244,7 +244,7 @@
<view
class=
"order-info-line"
>
<view
class=
"order-info-line-v"
>
<view
class=
"order-table-v"
>
<text>
{{$lang.lang.orderInfo.prodZh}}:{{item.prodTitleZh}}/{{item.prodTitleEn}}
</text>
<text>
{{$lang.lang.orderInfo.prodZh}}:{{item.prodTitleZh}}/{{
$lang.locale=='fr'?item.prodTitleFr:
item.prodTitleEn}}
</text>
</view>
<view
class=
"order-table-v"
>
<text>
{{$lang.lang.orderInfo.formInfo}}:{{item.num}}{{$lang.lang.orderInfo.box}}{{item.weight}}KG{{item.volume}}m³{{item.quantity}}{{$lang.lang.create.aunit}}
</text>
...
...
@@ -356,10 +356,10 @@
<text>
{{$lang.lang.orderInfo.marks}}:{{orderData.marks}}
</text>
<text>
{{$lang.lang.orderInfo.consigneeAndTel}}:{{orderData.consigneeVO?orderData.consigneeVO.name:''}}|{{orderData.consigneeVO?orderData.consigneeVO.countryCode:''}}{{orderData.consigneeVO?orderData.consigneeVO.phone:''}}
</text>
<text>
{{$lang.lang.orderInfo.consignorAndTel}}:{{orderData.consignorVO?orderData.consignorVO.name:''}}|{{orderData.consignorVO?orderData.consignorVO.countryCode:''}}{{orderData.consignorVO?orderData.consignorVO.phone:''}}
</text>
<text>
{{$lang.lang.orderInfo.ballAddress}}:{{orderData.logisticsInfoDto?($lang.locale=='zh'?orderData.logisticsInfoDto.destTitleZh:
orderData.logisticsInfoDto.destTitleEn
):''}}
</text>
<text>
{{$lang.lang.orderInfo.ballAddress}}:{{orderData.logisticsInfoDto?($lang.locale=='zh'?orderData.logisticsInfoDto.destTitleZh:
$lang.locale=='en'?orderData.logisticsInfoDto.destTitleEn:orderData.logisticsInfoDto.destTitleFr
):''}}
</text>
</view>
<view
class=
"order_info"
v-for=
"(item,index) in orderData.orderItemVOList"
:key=
"index"
>
<text>
{{$lang.lang.orderInfo.goodsRemark}}:{{item.prodTitleZh}}/{{item.prodTitleEn}}
</text>
<text>
{{$lang.lang.orderInfo.goodsRemark}}:{{item.prodTitleZh}}/{{
$lang.locale=='fr'?item.prodTitleFr:
item.prodTitleEn}}
</text>
<view>
<text>
{{$lang.lang.orderInfo.brand}}:{{item.brandName?item.brandName:($lang.lang.orderInfo.none+$lang.lang.orderInfo.brand)}}
</text>
<text>
{{$lang.lang.orderInfo.num}}:{{item.warehouseInInfoVO?item.warehouseInInfoVO.cartonsNum:0}}
</text>
...
...
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