Commit e6bed047 authored by Marcus's avatar Marcus

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

https://zentao.test.jdshangmen.com/bug-view-2272.html
parent 7158b2c6
......@@ -382,7 +382,8 @@ export default {
"orderId": this.order.orderId,
urls: this.form.urls,
sumVolume: this.form.sumVolume,
sumWeight: this.form.sumWeight
sumWeight: this.form.sumWeight,
isAppend: this.isAdd
}
// 标签箱号
......@@ -472,9 +473,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