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
e86ccdfd
Commit
e86ccdfd
authored
Mar 05, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
批量加价页面订单列表数据填充修改
parent
877f2811
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
batchMarkup.vue
src/views/ecw/box/batchMarkup.vue
+3
-3
No files found.
src/views/ecw/box/batchMarkup.vue
View file @
e86ccdfd
...
...
@@ -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>
...
...
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