shish vor 1 Jahr
Ursprung
Commit
af292a9a73
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      ghsPad/src/pages/home/cash.vue

+ 3 - 3
ghsPad/src/pages/home/cash.vue

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