Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
e413fab1
Commit
e413fab1
authored
Sep 14, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改发货操作逻辑
parent
697000a3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/order/ChangeOrderDetailnew.vue
src/views/order/ChangeOrderDetailnew.vue
+3
-2
No files found.
src/views/order/ChangeOrderDetailnew.vue
View file @
e413fab1
...
@@ -192,7 +192,7 @@ export default {
...
@@ -192,7 +192,7 @@ export default {
distributionOrderId
:
''
,
distributionOrderId
:
''
,
showNoPassIdentifyDialog
:
false
,
showNoPassIdentifyDialog
:
false
,
logisticDialogShow
:
false
,
logisticDialogShow
:
false
,
logisticType
:
1
,
logisticType
:
3
,
deliveryLogisticsInfo
:
''
,
deliveryLogisticsInfo
:
''
,
fromLogisticsInfo
:
''
,
fromLogisticsInfo
:
''
,
returnLogisticsInfo
:
''
,
returnLogisticsInfo
:
''
,
...
@@ -339,14 +339,15 @@ export default {
...
@@ -339,14 +339,15 @@ export default {
handleSend
(
type
)
{
handleSend
(
type
)
{
if
(
type
===
3
)
{
if
(
type
===
3
)
{
this
.
distributionOrderId
=
this
.
itemContent
&&
this
.
itemContent
.
userCommitOrderInfo
&&
this
.
itemContent
.
userCommitOrderInfo
.
distributionOrderId
this
.
distributionOrderId
=
this
.
itemContent
&&
this
.
itemContent
.
userCommitOrderInfo
&&
this
.
itemContent
.
userCommitOrderInfo
.
distributionOrderId
this
.
logisticType
=
3
}
else
if
(
type
===
1
)
{
}
else
if
(
type
===
1
)
{
this
.
distributionOrderId
=
this
.
itemContent
&&
this
.
itemContent
.
receiveTargetOrderInfo
&&
this
.
itemContent
.
receiveTargetOrderInfo
.
distributionOrderId
this
.
distributionOrderId
=
this
.
itemContent
&&
this
.
itemContent
.
receiveTargetOrderInfo
&&
this
.
itemContent
.
receiveTargetOrderInfo
.
distributionOrderId
this
.
logisticType
=
3
}
}
if
(
!
this
.
distributionOrderId
)
{
if
(
!
this
.
distributionOrderId
)
{
return
return
}
}
this
.
logisticDialogShow
=
true
this
.
logisticDialogShow
=
true
this
.
logisticType
=
type
},
},
/**
/**
* 不通过操作成功,刷新列表
* 不通过操作成功,刷新列表
...
...
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