Commit 0b9e8a6a authored by dragondean@qq.com's avatar dragondean@qq.com
parents 56ccb7d9 1e3f2bc5
......@@ -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