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
1477478d
Commit
1477478d
authored
Nov 12, 2023
by
我在何方
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
货物增多异常修复
parent
200978a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
overweightException.vue
...ws/ecw/order/exception/components/overweightException.vue
+1
-0
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+4
-5
No files found.
src/views/ecw/order/exception/components/overweightException.vue
View file @
1477478d
...
@@ -180,6 +180,7 @@ export default {
...
@@ -180,6 +180,7 @@ export default {
this
.
getExceptionPriceList
(
res
.
data
.
orderId
)
this
.
getExceptionPriceList
(
res
.
data
.
orderId
)
})
})
}
}
console
.
log
(
res
.
data
)
if
(
res
.
data
.
oldPriceJson
){
if
(
res
.
data
.
oldPriceJson
){
this
.
orderItemData
=
JSON
.
parse
(
res
.
data
.
oldPriceJson
)
this
.
orderItemData
=
JSON
.
parse
(
res
.
data
.
oldPriceJson
)
console
.
log
(
this
.
orderItemData
)
console
.
log
(
this
.
orderItemData
)
...
...
src/views/ecw/order/prepayDeal.vue
View file @
1477478d
...
@@ -1211,6 +1211,7 @@
...
@@ -1211,6 +1211,7 @@
}
}
if
(
that
.
orderExceptionData
.
orderExceptionStatus
>
0
){
if
(
that
.
orderExceptionData
.
orderExceptionStatus
>
0
){
that
.
getOrderExcptionResult
()
that
.
getOrderExcptionResult
()
that
.
$set
(
that
.
handlerParams
,
'
orderExceptionStatus
'
,
that
.
orderExceptionData
.
orderExceptionStatus
)
}
}
}
);
}
);
}
,
}
,
...
@@ -1275,8 +1276,6 @@
...
@@ -1275,8 +1276,6 @@
if
(
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
continue_channel
'
){
if
(
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
continue_channel
'
){
this
.
getExceptionPriceList
(
'
continue_channel
'
,
1
)
this
.
getExceptionPriceList
(
'
continue_channel
'
,
1
)
}
}
console
.
log
(
this
.
orderExceptionData
.
orderExceptionStatus
)
console
.
log
(
this
.
orderExceptionData
.
orderExceptionStatus
==
'
0
'
)
if
([
'
overweight_exception
'
,
'
channel_packaging_overweight_exception
'
].
indexOf
(
this
.
orderExceptionData
.
orderExceptionType
)
>-
1
){
if
([
'
overweight_exception
'
,
'
channel_packaging_overweight_exception
'
].
indexOf
(
this
.
orderExceptionData
.
orderExceptionType
)
>-
1
){
if
(
this
.
orderExceptionData
.
orderExceptionStatus
!=
'
0
'
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
allow_over
'
){
if
(
this
.
orderExceptionData
.
orderExceptionStatus
!=
'
0
'
&&
this
.
handlerParams
.
orderExceptionHandlerResult
==
'
allow_over
'
){
this
.
getExceptionPriceList
(
'
continue_channel
'
,
2
)
this
.
getExceptionPriceList
(
'
continue_channel
'
,
2
)
...
...
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