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
ea9775df
Commit
ea9775df
authored
Oct 23, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
泡货异常修复
parent
2cc44653
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
weightDeal.vue
src/views/ecw/order/weightDeal.vue
+14
-0
No files found.
src/views/ecw/order/weightDeal.vue
View file @
ea9775df
...
...
@@ -52,6 +52,20 @@
{{
orderData
.
consigneeVO
?((
orderData
.
consigneeVO
.
countryCode
?
checkCode
(
orderData
.
consigneeVO
.
countryCode
):
''
)
+
orderData
.
consigneeVO
.
phone
)
||
$t
(
'
无
'
):
$t
(
'
无
'
)
}}
</el-descriptions-item>
</el-descriptions>
<el-descriptions
:column=
"4"
>
<el-descriptions-item
:label=
"$t('仓库实测')"
>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumNum
||
0
)
+
$t
(
'
箱
'
)
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumVolume
||
0
)
+
'
m³
'
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumWeight
||
0
)
+
'
kg
'
}}
</span>
<span>
{{
(
orderData
.
sumQuantity
||
0
)
+
$t
(
'
个
'
)
}}
</span>
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('收费参数')"
>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
sumNum
||
0
)
+
$t
(
'
箱
'
)
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
wvolume
||
0
)
+
'
m³
'
}}
</span>
<span
style=
"margin-right:10px"
>
{{
(
orderData
.
vweight
||
0
)
+
'
kg
'
}}
</span>
<span>
{{
(
orderData
.
sumQuantity
||
0
)
+
$t
(
'
个
'
)
}}
</span>
</el-descriptions-item>
</el-descriptions>
</el-card>
<el-card
class=
"card"
>
<!-- 列表 -->
...
...
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