Commit e413fab1 authored by yaya's avatar yaya

feat:修改发货操作逻辑

parent 697000a3
...@@ -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
}, },
/** /**
* 不通过操作成功,刷新列表 * 不通过操作成功,刷新列表
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment