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
e5975af9
Commit
e5975af9
authored
Dec 21, 2024
by
honghy
Committed by
wux
Jan 02, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
控货详情列表调整
parent
c6cb7019
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
cargoControlDetailList.vue
src/views/ecw/order/cargoControlDetailList.vue
+19
-3
No files found.
src/views/ecw/order/cargoControlDetailList.vue
View file @
e5975af9
...
...
@@ -102,9 +102,25 @@
<el-table-column
:label=
"$t('序号')"
width=
"50px"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
$index
+
1
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('订单号')"
prop=
"orderNo"
width=
"120px"
/>
<el-table-column
:label=
"$t('发货人编号')"
prop=
"consignerNumber"
width=
"90px"
/>
<el-table-column
:label=
"$t('收货人编号')"
prop=
"consigneeNumber"
width=
"90px"
/>
<el-table-column
:label=
"$t('订单号')"
prop=
"orderNo"
width=
"120px"
>
<
template
slot-scope=
"scope"
>
<router-link
:to=
"`detail?orderId=` + scope.row.orderId"
>
{{
scope
.
row
.
orderNo
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('发货人编号')"
prop=
"consignerNumber"
width=
"90px"
>
<
template
slot-scope=
"{ row }"
>
<router-link
:to=
"`/customer/query/$
{row.consignerId}`" class="link-type">
{{
row
.
consignerNumber
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('收货人编号')"
prop=
"consigneeNumber"
width=
"90px"
>
<
template
slot-scope=
"{ row }"
>
<router-link
:to=
"`/customer/query/$
{row.consigneeId}`" class="link-type">
{{
row
.
consigneeNumber
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('收货人')"
prop=
"consigneeName"
width=
"120px"
/>
<el-table-column
:label=
"$t('收货人电话')"
prop=
"consigneePhone"
width=
"140px"
>
...
...
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