Commit 1f3b2bd2 authored by Marcus's avatar Marcus

Revert "订单追加入仓后,没有收到短信"

This reverts commit e6bed047.
parent e6bed047
...@@ -382,8 +382,7 @@ export default { ...@@ -382,8 +382,7 @@ export default {
"orderId": this.order.orderId, "orderId": this.order.orderId,
urls: this.form.urls, urls: this.form.urls,
sumVolume: this.form.sumVolume, sumVolume: this.form.sumVolume,
sumWeight: this.form.sumWeight, sumWeight: this.form.sumWeight
isAppend: this.isAdd
} }
// 标签箱号 // 标签箱号
...@@ -473,9 +472,9 @@ export default { ...@@ -473,9 +472,9 @@ export default {
return this.orderItemList.find(item => item.orderItemId == orderItemId) return this.orderItemList.find(item => item.orderItemId == orderItemId)
} }
}, },
isAdd() { // isAdd() {
return this.$route.path === "/order/warehousing-add" // return this.$route.path === "/order/warehousing-add"
}, // },
isEdit() { isEdit() {
return this.$route.path === "/order/warehousing-update" return this.$route.path === "/order/warehousing-update"
}, },
......
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