Commit 29b6ba6f authored by Marcus's avatar Marcus

入仓操作,没有商品入仓,显示了修改按钮

https://zentao.test.jdshangmen.com/bug-view-2723.html
parent de2b5593
...@@ -519,8 +519,7 @@ export default { ...@@ -519,8 +519,7 @@ export default {
return this.$route.path === "/order/warehousing-add" return this.$route.path === "/order/warehousing-add"
}, },
isEdit() { isEdit() {
return this.order.status !== 3 return this.$route.path === "/order/warehousing-update"
// return this.$route.path === "/order/warehousing-update"
}, },
title() { title() {
return this.$i18n.locale === 'en_US' ? this.$route.meta.titleEn : this.$route.name return this.$i18n.locale === 'en_US' ? this.$route.meta.titleEn : this.$route.name
......
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