|
|
@@ -689,6 +689,7 @@ export default {
|
|
|
if (!this.currService) {
|
|
|
return
|
|
|
}
|
|
|
+ this.currServiceList()
|
|
|
this.equityCard(this.currService)
|
|
|
this.currService.avatar = this.currService.avatar.replace(/^http:/, "https:")
|
|
|
}).catch(err => {
|
|
|
@@ -699,6 +700,15 @@ export default {
|
|
|
|
|
|
},
|
|
|
|
|
|
+ currServiceInfoList(){
|
|
|
+ this.$api.service.currServiceInfoList({
|
|
|
+ storeId: this.userInfo.workStoreId,
|
|
|
+ orderNo: this.currService.orderNo
|
|
|
+ }).then(res=>{
|
|
|
+ this.currServiceList = res.data.data
|
|
|
+ })
|
|
|
+ },
|
|
|
+
|
|
|
//查询是否是有权益卡的服务对象
|
|
|
equityCard(data) {
|
|
|
if (!data || !data.serviceObjectId) {
|