|
@@ -303,7 +303,7 @@
|
|
|
// }
|
|
// }
|
|
|
if (this.user.logged) {
|
|
if (this.user.logged) {
|
|
|
if (this.user.data.enterprise.uu) {
|
|
if (this.user.data.enterprise.uu) {
|
|
|
- if (!this.user.data.enterprise.isVendor || this.user.data.enterprise.isVendor !== '1690') {
|
|
|
|
|
|
|
+ if (this.user.data.enterprise.isVendor && this.user.data.enterprise.isVendor !== '1690') {
|
|
|
this.resetSayPrice()
|
|
this.resetSayPrice()
|
|
|
purchaseMan.active = true
|
|
purchaseMan.active = true
|
|
|
this.currentSayPriceIndex = index
|
|
this.currentSayPriceIndex = index
|