|
|
@@ -105,6 +105,11 @@ export default {
|
|
|
if(this.getLoginInfo.skCustomId && this.getLoginInfo.skCustomId>0){
|
|
|
this.customId = this.getLoginInfo.skCustomId
|
|
|
this.customName = '快捷开单'
|
|
|
+ //世纪花都要自动弹出客户列表
|
|
|
+ if(this.getLoginInfo.shopId==30300){
|
|
|
+ this.showCustomPop()
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -129,6 +134,10 @@ export default {
|
|
|
if(newValue.skCustomId && newValue.skCustomId>0){
|
|
|
this.customId = newValue.skCustomId
|
|
|
this.customName = '快捷开单'
|
|
|
+ //世纪花都要自动弹出客户列表
|
|
|
+ if(newValue.shopId==30300){
|
|
|
+ this.showCustomPop()
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
|