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
077073fb
Commit
077073fb
authored
Jun 28, 2024
by
lanbaoming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-28-02提交
parent
cb4d8ece
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
prepayDeal.vue
src/views/ecw/order/prepayDeal.vue
+10
-5
No files found.
src/views/ecw/order/prepayDeal.vue
View file @
077073fb
...
@@ -2331,6 +2331,14 @@ export default {
...
@@ -2331,6 +2331,14 @@ export default {
this
.
orderExceptionData
.
orderExceptionAmountCurrencyId
this
.
orderExceptionData
.
orderExceptionAmountCurrencyId
);
);
}
}
if
(
this
.
orderExceptionData
.
orderExceptionType
==
"
not_shipping_channel_exception
"
)
{
//初始话渠道数据
this
.
calculationPrice
();
}
}
,
}
,
"
orderData.consigneeVO
"
(
val
)
{
"
orderData.consigneeVO
"
(
val
)
{
if
(
!
val
)
return
"
-
"
;
if
(
!
val
)
return
"
-
"
;
...
@@ -2348,10 +2356,7 @@ export default {
...
@@ -2348,10 +2356,7 @@ export default {
);
);
}
,
}
,
"
orderData.channelId
"
()
{
"
orderData.channelId
"
()
{
//alert(1);
this
.
getChannel
();
this
.
getChannel
();
//初始话渠道数据
this
.
calculationPrice
();
}
,
}
,
}
,
}
,
computed
:
{
computed
:
{
...
@@ -3128,7 +3133,7 @@ export default {
...
@@ -3128,7 +3133,7 @@ export default {
if
(
!
tmp
.
num
)
tmp
.
num
=
1
;
if
(
!
tmp
.
num
)
tmp
.
num
=
1
;
tmp
.
orderType
=
item
.
orderItemType
;
tmp
.
orderType
=
item
.
orderItemType
;
//包装类型
//包装类型
tmp
.
packaging
=
item
.
unit
;
tmp
.
packaging
=
item
.
unit
;
arr
.
push
(
tmp
);
arr
.
push
(
tmp
);
}
);
}
);
return
arr
;
return
arr
;
...
...
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