Commit 697000a3 authored by yaya's avatar yaya

feat:修改发货操作

parent d182515a
...@@ -339,7 +339,7 @@ export default { ...@@ -339,7 +339,7 @@ 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
} else if (type === 2) { } 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
} }
if (!this.distributionOrderId) { if (!this.distributionOrderId) {
......
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