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
012e6481
Commit
012e6481
authored
Feb 21, 2024
by
黄卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合包方数(分拣/出仓)改成“出仓方数(分拣/已出)”
合包重量(分拣/出仓)改成“出仓重量(分拣/已出)”
parent
1d0c5836
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
en_US.json
src/i18n/languages/en_US.json
+2
-2
indexAir.vue
src/views/ecw/box/indexAir.vue
+4
-4
No files found.
src/i18n/languages/en_US.json
View file @
012e6481
...
@@ -4358,8 +4358,8 @@
...
@@ -4358,8 +4358,8 @@
"客户自清"
:
"Customer self clearance"
,
"客户自清"
:
"Customer self clearance"
,
"请选择目的港清关"
:
"Please select the destination port for customs clearance"
,
"请选择目的港清关"
:
"Please select the destination port for customs clearance"
,
"请选择发货方式"
:
"Please select the shipping method"
,
"请选择发货方式"
:
"Please select the shipping method"
,
"方数(分拣/已
装
)"
:
"Quantity (sorted/loaded)"
,
"方数(分拣/已
出
)"
:
"Quantity (sorted/loaded)"
,
"重量(
分拣/已装
)"
:
"Weight (sorted/loaded)"
,
"重量(
已出
)"
:
"Weight (sorted/loaded)"
,
"起飞时间"
:
"Takeoff time"
,
"起飞时间"
:
"Takeoff time"
,
"此出货单状态未到提单节点"
:
"This shipment status has not arrived at the bill of lading node"
,
"此出货单状态未到提单节点"
:
"This shipment status has not arrived at the bill of lading node"
,
"刷新成功"
:
"Refresh successful"
,
"刷新成功"
:
"Refresh successful"
,
...
...
src/views/ecw/box/indexAir.vue
View file @
012e6481
...
@@ -94,22 +94,22 @@
...
@@ -94,22 +94,22 @@
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('订单方数(分拣/
出仓
)')"
align=
"center"
prop=
""
>
<el-table-column
:label=
"$t('订单方数(分拣/
已出
)')"
align=
"center"
prop=
""
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
boxStatistics
.
volume
}}
/
{{
row
.
boxStatistics
.
loadVolume
}}
{{
row
.
boxStatistics
.
volume
}}
/
{{
row
.
boxStatistics
.
loadVolume
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('订单重量(分拣/
出仓
)')"
align=
"center"
prop=
"weight"
>
<el-table-column
:label=
"$t('订单重量(分拣/
已出
)')"
align=
"center"
prop=
"weight"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
boxStatistics
.
weight
}}
/
{{
row
.
boxStatistics
.
loadWeight
}}
{{
row
.
boxStatistics
.
weight
}}
/
{{
row
.
boxStatistics
.
loadWeight
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('合包方数(分拣/
出仓
)')"
align=
"center"
prop=
"weight"
>
<el-table-column
:label=
"$t('合包方数(分拣/
已出
)')"
align=
"center"
prop=
"weight"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
boxStatistics
.
mergePlanVolume
}}
/
{{
row
.
boxStatistics
.
mergeRealVolume
}}
{{
row
.
boxStatistics
.
mergePlanVolume
}}
/
{{
row
.
boxStatistics
.
mergeRealVolume
}}
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
:label=
"$t('合包重量(分拣/
出仓
)')"
align=
"center"
prop=
"weight"
>
<el-table-column
:label=
"$t('合包重量(分拣/
已出
)')"
align=
"center"
prop=
"weight"
>
<
template
slot-scope=
"{row}"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
boxStatistics
.
mergePlanWeight
}}
/
{{
row
.
boxStatistics
.
mergeRealWeight
}}
{{
row
.
boxStatistics
.
mergePlanWeight
}}
/
{{
row
.
boxStatistics
.
mergeRealWeight
}}
</
template
>
</
template
>
...
...
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