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
5a478551
Commit
5a478551
authored
Oct 29, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单到仓数据回显补充
parent
ff992552
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
detail.vue
src/views/ecw/order/detail.vue
+4
-1
index.vue
src/views/ecw/order/index.vue
+3
-1
No files found.
src/views/ecw/order/detail.vue
View file @
5a478551
...
...
@@ -144,7 +144,10 @@
{{order.packageRemarks}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('到仓数据')"
>
// TODO
{{order.checkNum}}{{$t('箱')}}
{{order.checkWeight}}Kg
{{order.checkVolume}}m³
{{order.checkQuantity}}{{$t('个')}}
</el-descriptions-item>
<el-descriptions-item
:label=
"$t('提货数据')"
>
{{order.pickNum}} {{$t('箱')}} {{order.pickRatio}}%
...
...
src/views/ecw/order/index.vue
View file @
5a478551
...
...
@@ -289,7 +289,9 @@
<el-table-column
:label=
"$t('发货人客服')"
align=
"center"
prop=
"consignorFollowCustomerService"
/>
<el-table-column
:label=
"$t('收货人客服')"
align=
"center"
prop=
"consigneeFollowCustomerService"
/>
<el-table-column
:label=
"$t('到仓箱数/方数重量')"
align=
"center"
prop=
"status"
>
<
template
slot-scope=
"scope"
>
暂无数据
</
template
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
checkNum
}}{{
$t
(
"
箱
"
)
}}
/
{{
row
.
checkVolume
}}
m³ /
{{
row
.
checkWeight
}}
Kg
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('提货率')"
align=
"center"
prop=
"pickRatio"
/>
<el-table-column
:label=
"$t('动态')"
align=
"center"
prop=
"statusMsg"
/>
...
...
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