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
40479a49
Commit
40479a49
authored
Mar 05, 2025
by
zs嵩
Browse files
Options
Browse Files
Download
Plain Diff
6
parents
a42d4f5d
8ec2bde6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
batchMarkup.vue
src/views/ecw/box/batchMarkup.vue
+3
-3
index.vue
src/views/ecw/order/feeApplicationBatch/index.vue
+5
-5
No files found.
src/views/ecw/box/batchMarkup.vue
View file @
40479a49
...
...
@@ -224,12 +224,12 @@
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('始发仓/渠道-目的仓')"
align=
"center"
width=
"200"
>
<
template
v-slot=
"scope"
>
{{
scope
.
row
.
destAdjustToStartWarehouseName
}}
-
{{
scope
.
row
.
destAdjustToDe
stWarehouseName
}}
</
template
>
<
template
v-slot=
"scope"
>
{{
scope
.
row
.
startWarehouseName
}}
/
<template
v-if=
"scope.row.channelName"
>
{{
scope
.
row
.
channelName
}}
-
</
template
>
{{ scope.row.d
stWarehouseName }}
</template>
</el-table-column>
<el-table-column
:label=
"$t('额外费用')"
width=
"200"
>
<
template
slot-scope=
"{ row }"
>
<div
v-for=
"(item, feeIndex) in row.
costVO.feeDtoList
"
:key=
"feeIndex"
>
<di
v
v-if=
"item.amount && item.feeType !== 1 && item.feeType !== 2"
><dict-tag
:type=
"DICT_TYPE.FEE_TYPE"
:value=
"item.feeType"
/>
:
{{
currencyMapF
[
item
.
currencyId
]
}}{{
item
.
amount
}}
</div>
<div
v-for=
"(item, feeIndex) in row.
extraCosts
"
:key=
"feeIndex"
>
<di
ct-tag
:type=
"DICT_TYPE.FEE_TYPE"
:value=
"item.feeType"
/>
:
{{
currencyMapF
[
item
.
currencyId
]
}}{{
item
.
totalAmount
}}
</div>
</
template
>
</el-table-column>
...
...
src/views/ecw/order/feeApplicationBatch/index.vue
View file @
40479a49
...
...
@@ -83,12 +83,12 @@
</el-table-column>
<el-table-column
:label=
"$t('发货人')"
width=
"100"
align=
"center"
>
<
template
slot-scope=
"{ row }"
>
<router-link
:to=
"'/customer/query/' + row.consignorVO.customerId"
>
{{
row
.
consignorVO
.
customerNumber
}}
</router-link>
<router-link
:to=
"'/customer/query/' + row.consignorVO.customerId"
v-if=
"row.consignorVO"
>
{{
row
.
consignorVO
.
customerNumber
}}
</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.consigneeVO.customerId"
>
{{
row
.
consigneeVO
.
customerNumber
}}
</router-link>
<router-link
:to=
"'/customer/query/' + row.consigneeVO.customerId"
v-if=
"row.consigneeVO"
>
{{
row
.
consigneeVO
.
customerNumber
}}
</router-link>
</
template
>
</el-table-column>
<el-table-column
:label=
"$t('始发仓')"
align=
"center"
prop=
"startWarehouseName"
>
...
...
@@ -124,9 +124,9 @@
</
template
>
</el-table-column>
<el-table-column
prop=
"rucangTime"
:label=
"$t('最后入仓时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"
estLoading
Time"
:label=
"$t('装柜时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"d
gDat
e"
:label=
"$t('到港时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"q
gDat
e"
:label=
"$t('清关时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"
load
Time"
:label=
"$t('装柜时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"d
aogangTim
e"
:label=
"$t('到港时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"q
ingguanTim
e"
:label=
"$t('清关时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
prop=
"unloadTime"
:label=
"$t('到仓时间')"
align=
"center"
width=
"150"
></el-table-column>
<el-table-column
type=
"expand"
: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