Commit e413fab1 authored by yaya's avatar yaya

feat:修改发货操作逻辑

parent 697000a3
......@@ -192,7 +192,7 @@ export default {
distributionOrderId: '',
showNoPassIdentifyDialog: false,
logisticDialogShow: false,
logisticType: 1,
logisticType: 3,
deliveryLogisticsInfo: '',
fromLogisticsInfo: '',
returnLogisticsInfo: '',
......@@ -339,14 +339,15 @@ export default {
handleSend(type) {
if (type === 3) {
this.distributionOrderId = this.itemContent && this.itemContent.userCommitOrderInfo && this.itemContent.userCommitOrderInfo.distributionOrderId
this.logisticType = 3
} else if (type === 1) {
this.distributionOrderId = this.itemContent && this.itemContent.receiveTargetOrderInfo && this.itemContent.receiveTargetOrderInfo.distributionOrderId
this.logisticType = 3
}
if (!this.distributionOrderId) {
return
}
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