yangc 7 years ago
parent
commit
15875d9fdd
1 changed files with 7 additions and 3 deletions
  1. 7 3
      components/applyPurchase/ApplyInfo.vue

+ 7 - 3
components/applyPurchase/ApplyInfo.vue

@@ -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('个人账户不可报价')
           }