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
84c870a3
Commit
84c870a3
authored
Nov 05, 2022
by
dcy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
未入仓时取填单数据;已入仓时取入仓数据
parent
a7a23536
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
addAssociatedOrder.vue
src/views/ecw/order/addAssociatedOrder.vue
+6
-1
No files found.
src/views/ecw/order/addAssociatedOrder.vue
View file @
84c870a3
...
...
@@ -26,10 +26,14 @@
<el-table-column
:label=
"$t('唛头')"
prop=
"marks"
></el-table-column>
<el-table-column
:label=
"$t('货物数据')"
>
<template
v-slot=
"
{row}">
<div
v-if=
"row.costVO"
>
<div
v-if=
"row.costVO
&& row.status !== 5
"
>
箱数:
{{
row
.
costVO
.
totalNum
}}
{{
row
.
costVO
.
totalVolume
}}
m³
{{
row
.
costVO
.
totalWeight
}}
kg
</div>
<div
v-else
>
箱数:
{{
row
.
sumQuantity
}}
{{
row
.
sumVolume
}}
m³
{{
row
.
sumWeight
}}
kg
</div>
</
template
>
</el-table-column>
...
...
@@ -41,6 +45,7 @@
<el-table-column
:label=
"$t('状态')"
>
<
template
v-slot:default=
"scope"
>
<dict-tag
:value=
"scope.row.status"
:type=
"DICT_TYPE.ORDER_STATUS"
></dict-tag>
{{
scope
.
row
.
status
}}
</
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