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
2d929a5a
Commit
2d929a5a
authored
Jan 01, 2024
by
邓春圆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
全部列表
parent
390a19f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
all-routes-list.vue
src/views/ecw/offer/all-routes-list.vue
+7
-3
channel-route.vue
src/views/ecw/offer/channel-route.vue
+4
-0
No files found.
src/views/ecw/offer/all-routes-list.vue
View file @
2d929a5a
...
...
@@ -36,12 +36,12 @@
<el-table-column
:label=
"$t('序号')"
align=
"center"
type=
"index"
/>
<el-table-column
:label=
"$t('始发仓')"
align=
"center"
>
<template
slot-scope=
"
{row}">
{{
$l
(
exportWarehouseList
.
find
(
i
=>
i
.
id
===
row
.
startWarehouseId
),
'
t
itle
'
)
}}
{{
$l
(
row
,
'
startWarehouseT
itle
'
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('目的仓')"
align=
"center"
>
<
template
slot-scope=
"{row}"
>
{{
$l
(
importWarehouseList
.
find
(
i
=>
i
.
id
===
row
.
destWarehouseId
),
'
t
itle
'
)
}}
{{
$l
(
row
,
'
destWarehouseT
itle
'
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('运输方式')"
align=
"center"
>
...
...
@@ -51,13 +51,17 @@
</el-table-column>
<el-table-column
:label=
"$t('出货渠道')"
align=
"center"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
channelIds
?
$l
(
row
,
'
channelNames
'
)
:
'
/
'
}}
{{
row
.
channelIds
?
$l
(
row
,
'
channelNames
'
)
:
'
/
'
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('操作')"
align=
"center"
>
<
template
slot-scope=
"{row}"
>
<el-button
v-if=
"row.transportType === 3"
type=
"text"
@
click=
"$router.push(
{
path:'/offer/channel-route?id='+ row.id,
query:{
startWarehouseTitle:$l(row,'startWarehouseTitle'),
destWarehouseTitle: $l(row, 'destWarehouseTitle'),
}
})">空运渠道包装清关费
</el-button>
</
template
>
...
...
src/views/ecw/offer/channel-route.vue
View file @
2d929a5a
...
...
@@ -236,6 +236,10 @@ export default {
<
template
>
<div
style=
"padding: 20px"
>
<div
style=
"margin-bottom: 15px"
>
<span>
路线:
{{
$route
.
query
.
startWarehouseTitle
}}
到
{{
$route
.
query
.
destWarehouseTitle
}}
</span>
<span
style=
"margin-left: 30px;"
>
运输方式:空运专线
</span>
</div>
<el-card
style=
"margin-bottom: 10px"
v-for=
"(itemOuter,index) in form.channelList"
:key=
"index"
>
<template
#header
>
<el-row
:gutter=
"20"
type=
"flex"
align=
"middle"
>
...
...
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