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
877f2811
Commit
877f2811
authored
Mar 05, 2025
by
zs嵩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量加价 批量费用申请
parent
ad47826a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
28 deletions
+14
-28
index.vue
src/views/ecw/order/feeApplicationBatch/index.vue
+14
-28
No files found.
src/views/ecw/order/feeApplicationBatch/index.vue
View file @
877f2811
...
...
@@ -83,34 +83,29 @@
</el-table-column>
<el-table-column
:label=
"$t('发货人')"
width=
"100"
align=
"center"
>
<
template
slot-scope=
"{ row }"
>
<router-link
:to=
"'/customer/query/' + row.consignor
CustomerId"
>
{{
row
.
consignorC
ustomerNumber
}}
</router-link>
<router-link
:to=
"'/customer/query/' + row.consignor
VO.customerId"
>
{{
row
.
consignorVO
.
c
ustomerNumber
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('收货人')"
width=
"100"
align=
"center"
>
<
template
slot-scope=
"{ row }"
>
<router-link
:to=
"'/customer/query/' + row.consignee
CustomerId"
>
{{
row
.
consigneeC
ustomerNumber
}}
</router-link>
<router-link
:to=
"'/customer/query/' + row.consignee
VO.customerId"
>
{{
row
.
consigneeVO
.
c
ustomerNumber
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('始发仓')"
align=
"center"
prop=
"startWarehouseName"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
startWarehouseName
}}
<span
style=
"color: red"
v-if=
"row.isExternalWarehouse"
>
(
{{
$t
(
"
外部仓
"
)
}}
)
</span>
{{
$l
(
row
.
initialLogisticsInfoDto
,
"
startTitle
"
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('运输方式') + '-' + $t('渠道') + '/' + $t('目的仓')"
align=
"center"
width=
"220"
>
<
template
slot-scope=
"{ row }"
>
<dict-tag
:type=
"DICT_TYPE.ECW_TRANSPORT_TYPE"
:value=
"row.transportId"
/>
<template
v-if=
"row.channelName"
>
-
{{
row
.
channelName
}}
</
template
>
/ {{ row.dstWarehouseName }}
/ {{ $l(row.initialLogisticsInfoDto, "destCountryTitle") }} - {{ $l(row.initialLogisticsInfoDto, "destCityTitle") }} -
{{ $l(row.initialLogisticsInfoDto, "destTitle") }}
</template>
</el-table-column>
<el-table-column
:label=
"$t('收费数据')"
width=
"200"
>
<
template
slot-scope=
"{ row }"
>
<el-tooltip
v-if=
"row.orderType !== 1"
effect=
"dark"
:content=
"row.orderType == 3 ? `$
{row.vweight}kg` : `${row.wvolume}m³`" placement="top-start">
<span>
{{
row
.
realityChargeNum
}}{{
$t
(
"
箱
"
)
}}
,
{{
row
.
realityChargeVolume
}}
m³,
{{
row
.
realityChargeWeight
}}
kg
</span>
</el-tooltip>
<template
v-else
>
{{
row
.
realityChargeNum
}}{{
$t
(
"
箱
"
)
}}
,
{{
row
.
realityChargeVolume
}}
m³,
{{
row
.
realityChargeWeight
}}
kg
</
template
>
</template>
<
template
slot-scope=
"{ row }"
>
{{
row
.
sumNum
}}{{
$t
(
"
箱
"
)
}}
{{
row
.
vweight
}}
Kg
{{
row
.
wvolume
}}
m³
{{
row
.
sumQuantity
}}{{
$t
(
"
个
"
)
}}
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('控货')"
align=
"center"
prop=
"transportId"
>
<
template
slot-scope=
"{ row }"
>
...
...
@@ -118,13 +113,18 @@
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('增值服务')"
align=
"center"
prop=
"status"
>
<el-table-column
:label=
"$t('增值服务')"
align=
"center"
>
<
template
slot-scope=
"{ row }"
>
{{
getTypeText
(
row
.
type
)
}}
<el-tag
v-if=
"row.type && row.type.indexOf('1') > -1"
>
{{
$t
(
"
集运
"
)
}}
</el-tag>
<el-tag
v-if=
"row.type && row.type.indexOf('2') > -1"
>
{{
$t
(
"
海外仓
"
)
}}
</el-tag>
</
template
>
</el-table-column>
<el-table-column
prop=
"lastInTime"
:label=
"$t('最后入仓时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"
zgDat
e"
:label=
"$t('装柜时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"
estLoadingTim
e"
:label=
"$t('装柜时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"dgDate"
:label=
"$t('到港时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"qgDate"
:label=
"$t('清关时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"unloadTime"
:label=
"$t('到仓时间')"
align=
"center"
width=
"150"
></el-table-column>
...
...
@@ -253,20 +253,6 @@ export default {
}
},
computed
:
{
// 增值服务文本
getTypeText
()
{
return
(
type
)
=>
{
if
(
!
type
)
return
""
const
arr
=
[]
if
(
type
.
indexOf
(
"
1
"
)
>
-
1
)
{
arr
.
push
(
this
.
$t
(
"
集运
"
))
}
if
(
type
.
indexOf
(
"
2
"
)
>
-
1
)
{
arr
.
push
(
this
.
$t
(
"
海外仓
"
))
}
return
arr
.
join
(
"
,
"
)
}
},
orderIds
()
{
return
this
.
$route
.
query
.
orderIds
||
""
},
...
...
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