|
|
@@ -303,9 +303,13 @@
|
|
|
// }
|
|
|
if (this.user.logged) {
|
|
|
if (this.user.data.enterprise.uu) {
|
|
|
- this.resetSayPrice()
|
|
|
- purchaseMan.active = true
|
|
|
- this.currentSayPriceIndex = index
|
|
|
+ if (this.user.data.enterprise.isVendor === '1690') {
|
|
|
+ this.resetSayPrice()
|
|
|
+ purchaseMan.active = true
|
|
|
+ this.currentSayPriceIndex = index
|
|
|
+ } else {
|
|
|
+ this.$message.error('抱歉,您需开通卖家功能才可报价')
|
|
|
+ }
|
|
|
} else {
|
|
|
this.$message.error('个人账户不可报价')
|
|
|
}
|