|
|
@@ -103,8 +103,8 @@ export default {
|
|
|
if(this.getLoginInfo.skCustomId && this.getLoginInfo.skCustomId>0){
|
|
|
this.customId = this.getLoginInfo.skCustomId
|
|
|
this.customName = '快捷开单'
|
|
|
- //世纪花都、龙岩小林鲜花要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
|
|
|
- if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007){
|
|
|
+ //世纪花都、龙岩小林鲜花和测试环境的好运鲜花要自动弹出客户列表,多个地方要同步修改,关键词 sj_pop_auto
|
|
|
+ if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007 || this.getLoginInfo.shopId==36523){
|
|
|
this.showCustomPop()
|
|
|
}
|
|
|
}
|
|
|
@@ -131,8 +131,8 @@ export default {
|
|
|
if(newValue.skCustomId && newValue.skCustomId>0){
|
|
|
this.customId = newValue.skCustomId
|
|
|
this.customName = '快捷开单'
|
|
|
- //世纪花都、龙岩小林鲜花要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
|
|
|
- if(newValue.shopId==30300 || newValue.shopId==15007){
|
|
|
+ //世纪花都、龙岩小林鲜花和测试环境的好运鲜花要自动弹出客户列表,多个地方要同步修改,关键词 sj_pop_auto
|
|
|
+ if(newValue.shopId==30300 || newValue.shopId==15007 || newValue.shopId==36523){
|
|
|
this.showCustomPop()
|
|
|
}
|
|
|
}
|
|
|
@@ -210,8 +210,8 @@ export default {
|
|
|
this.$refs.rightItemRef.refreshMyRightItem(this.customId)
|
|
|
this.getCustomData()
|
|
|
this.beginRemind()
|
|
|
- //世纪花都、龙岩小林鲜花要自动弹出客户列表,多个地方要同步修改,关键词sj_pop_auto
|
|
|
- if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007){
|
|
|
+ //世纪花都、龙岩小林鲜花和测试环境的好运鲜花要自动弹出客户列表,多个地方要同步修改,关键词 sj_pop_auto
|
|
|
+ if(this.getLoginInfo.shopId==30300 || this.getLoginInfo.shopId==15007 || this.getLoginInfo.shopId==36523){
|
|
|
this.showCustomPop()
|
|
|
}
|
|
|
},
|