Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-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-operator-master
Commits
edb3c31a
Commit
edb3c31a
authored
Jul 27, 2023
by
dragondean@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善自编号报表国际化
parent
3613779a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
en_US.json
src/i18n/languages/en_US.json
+3
-1
selfNoReportDetail.vue
src/views/ecw/financial/selfNoReportDetail.vue
+3
-0
No files found.
src/i18n/languages/en_US.json
View file @
edb3c31a
...
...
@@ -4045,5 +4045,7 @@
"报关退税,请备齐资料。"
:
"Customs refund, prepare necessary documents."
,
"订单号、唛头、提单号"
:
"order number、marks、B/L NO"
,
"发货人名称、手机号"
:
"sender name or mobile"
,
"收货人名称、手机号"
:
"Receiver Name or Mobile"
"收货人名称、手机号"
:
"Receiver Name or Mobile"
,
"订单费用报表"
:
"Order cost report"
,
"请先选择目的国"
:
"select the destination country first"
}
src/views/ecw/financial/selfNoReportDetail.vue
View file @
edb3c31a
...
...
@@ -95,7 +95,10 @@
</el-table-column>
<el-table-column
:label=
"$t('是否重泡货')"
>
<
template
slot-scope=
"{row}"
>
<el-tooltip
v-if=
"row.orderType !== 1"
effect=
"dark"
:content=
"row.orderType == 3 ? `$
{row.vweight}kg` : `${row.wvolume}m³`" placement="top-start">
<dict-tag
:type=
"DICT_TYPE.ECW_YESNO"
:value=
"row.orderType !== 1 ? '1' : '0'"
></dict-tag>
</el-tooltip>
<template
v-else
>
{{
$t
(
'
否
'
)
}}
</
template
>
</template>
</el-table-column>
<el-table-column
:label=
"$t('收费数据')"
>
...
...
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