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
fc9c5908
Commit
fc9c5908
authored
Nov 20, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商品超限异常审核详情优化
parent
2c4473f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
overweightException.vue
...ws/ecw/order/exception/components/overweightException.vue
+13
-6
No files found.
src/views/ecw/order/exception/components/overweightException.vue
View file @
fc9c5908
...
@@ -21,8 +21,9 @@
...
@@ -21,8 +21,9 @@
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
<div
v-for=
"(row,index) in orderItemData"
:key=
"row.orderItemId"
>
<div
v-for=
"(row,index) in orderItemData"
:key=
"row.orderItemId"
>
<div
style=
"font-weight:600;font-size:14px;margin-bottom:10px"
>
品名
{{
parseInt
(
index
)
+
1
}}
:
{{
$l
(
row
,
'
prodTitle
'
)
}}
</div>
<div
v-if=
"row.charging ==1"
class=
"price_list"
>
<div
v-if=
"row.charging ==1"
class=
"price_list"
>
<span>
品名
{{
parseInt
(
index
)
+
1
}}
:
{{
$l
(
row
.
prodTitle
,
'
desc
'
)
}}
</span>
<span>
旧成交价:
</span>
<span>
旧成交价:
</span>
<div>
<div>
<div
v-if=
"!row.freightFee"
>
<div
v-if=
"!row.freightFee"
>
...
@@ -174,17 +175,23 @@ export default {
...
@@ -174,17 +175,23 @@ export default {
if
(
this
.
orderExceptionData
.
orderExceptionRemark
){
if
(
this
.
orderExceptionData
.
orderExceptionRemark
){
this
.
orderExceptionData
.
orderExceptionRemark
=
JSON
.
parse
(
this
.
orderExceptionData
.
orderExceptionRemark
)
this
.
orderExceptionData
.
orderExceptionRemark
=
JSON
.
parse
(
this
.
orderExceptionData
.
orderExceptionRemark
)
}
}
if
(
res
.
data
.
oldPriceJson
){
this
.
orderItemData
=
JSON
.
parse
(
res
.
data
.
oldPriceJson
)
}
if
(
res
.
data
.
orderId
){
if
(
res
.
data
.
orderId
){
getOrder
(
res
.
data
.
orderId
).
then
(
res
=>
{
getOrder
(
res
.
data
.
orderId
).
then
(
res
=>
{
this
.
order
=
res
.
data
this
.
order
=
res
.
data
this
.
orderItemData
.
map
(
v
=>
{
let
item
=
this
.
order
.
orderItemVOList
.
find
(
vs
=>
vs
.
orderItemId
==
v
.
orderItemId
)
if
(
item
){
v
.
prodTitleZh
=
item
.
prodTitleZh
v
.
prodTitleEn
=
item
.
prodTitleEn
}
})
this
.
getExceptionPriceList
(
res
.
data
.
orderId
)
this
.
getExceptionPriceList
(
res
.
data
.
orderId
)
})
})
}
}
console
.
log
(
res
.
data
)
if
(
res
.
data
.
oldPriceJson
){
this
.
orderItemData
=
JSON
.
parse
(
res
.
data
.
oldPriceJson
)
console
.
log
(
this
.
orderItemData
)
}
})
})
},
},
getProdAtrr
(
ids
){
getProdAtrr
(
ids
){
...
...
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