|
|
@@ -106,7 +106,7 @@ export default {
|
|
|
this.customId = this.getLoginInfo.skCustomId
|
|
|
this.customName = '快捷开单'
|
|
|
//世纪花都要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
|
|
|
- if(this.getLoginInfo.shopId==30300){
|
|
|
+ if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==3){
|
|
|
this.showCustomPop()
|
|
|
}
|
|
|
|
|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
this.customId = newValue.skCustomId
|
|
|
this.customName = '快捷开单'
|
|
|
//世纪花都要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
|
|
|
- if(newValue.shopId==30300){
|
|
|
+ if(newValue.shopId==30300 || newValue.shopId==3){
|
|
|
this.showCustomPop()
|
|
|
}
|
|
|
}
|
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
this.$refs.rightItemRef.refreshMyRightItem(this.customId)
|
|
|
this.getCustomData()
|
|
|
//世纪花都要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
|
|
|
- if(this.getLoginInfo && this.getLoginInfo.shopId==30300){
|
|
|
+ if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==3){
|
|
|
this.showCustomPop()
|
|
|
}
|
|
|
},
|