shish 1 год назад
Родитель
Сommit
73d341ffea
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      ghsPad/src/pages/home/cash.vue

+ 9 - 0
ghsPad/src/pages/home/cash.vue

@@ -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()
+						}
 					}