修改 服务评价
This commit is contained in:
parent
5df26c3a6a
commit
fad1cfccf3
@ -237,8 +237,10 @@
|
|||||||
this.list.openId = this.openId
|
this.list.openId = this.openId
|
||||||
console.log(this.list, '45')
|
console.log(this.list, '45')
|
||||||
|
|
||||||
if (this.orderType == "FAMILY_DOCTOR" || this.orderType == "INTEGRAL_EXCHANGE" || this.orderType ==
|
if (this.orderType == "HEALTH_CONSULTATION" || this.orderType == "INTEGRAL_EXCHANGE" || this.orderType ==
|
||||||
"DIRECT_BUY") {
|
"DIRECT_BUY" || this.orderType == "FAMILY_DOCTOR") {
|
||||||
|
this.list.evaluateSatisfaction=this.evaluateSatisfaction
|
||||||
|
this.list.compositeScore=this.rateval
|
||||||
insertGoodsEvaluate(this.list).then(res => {
|
insertGoodsEvaluate(this.list).then(res => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
@ -257,7 +259,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
// 满意度
|
// 满意度
|
||||||
} else if (this.orderType == "HEALTH_CONSULTATION" || this.orderType == "APPOINTMENT_ORDER") {
|
} else if (this.orderType == "APPOINTMENT_ORDER") {
|
||||||
var obj = {
|
var obj = {
|
||||||
"patientId": this.list.patientId,
|
"patientId": this.list.patientId,
|
||||||
"openid": this.list.openId,
|
"openid": this.list.openId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user