Commit 1f3b2bd2 authored by Marcus's avatar Marcus

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

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