|
@@ -222,6 +222,10 @@ export default {
|
|
if(e.data.msgCode == "PAUSE"){
|
|
if(e.data.msgCode == "PAUSE"){
|
|
this.startWashCarFail()
|
|
this.startWashCarFail()
|
|
}
|
|
}
|
|
|
|
+ // 停车位置不正确,
|
|
|
|
+ if(e.data.msgCode=="TCWZ_CW"){
|
|
|
|
+ this.devError(e.data.msgCodeInfo)
|
|
|
|
+ }
|
|
// 重新进入页面且还未启动洗车时
|
|
// 重新进入页面且还未启动洗车时
|
|
if(e.data.msgCode == "PAID"){
|
|
if(e.data.msgCode == "PAID"){
|
|
// 更新当前倒计时
|
|
// 更新当前倒计时
|
|
@@ -281,16 +285,6 @@ export default {
|
|
else if(e.data.msgCode=="FW_SUCC"){
|
|
else if(e.data.msgCode=="FW_SUCC"){
|
|
this.resetRabtSuccess()
|
|
this.resetRabtSuccess()
|
|
}
|
|
}
|
|
- // 停车位置不正确,
|
|
|
|
- else if(e.data.msgCode=="TCWZ_CW"){
|
|
|
|
- this.curWorkStutesText= e.data.msgCodeInfo
|
|
|
|
- this.showError = true
|
|
|
|
- }
|
|
|
|
- // 停车位置正确
|
|
|
|
- else if(e.data.msgCode=="TCWZ_ZQ"){
|
|
|
|
- this.curWorkStutesText= e.data.msgCodeInfo
|
|
|
|
- this.showError = false
|
|
|
|
- }
|
|
|
|
// 设备离线,设备异常,暂停营业或复位失败,设备使用中
|
|
// 设备离线,设备异常,暂停营业或复位失败,设备使用中
|
|
else if(e.data.msgCode=="PAUSE" || e.data.msgCode == "FW_FAIL" || e.data.msgCode == 'ERROR' || e.data.msgCode == 'SB_SYZ'){
|
|
else if(e.data.msgCode=="PAUSE" || e.data.msgCode == "FW_FAIL" || e.data.msgCode == 'ERROR' || e.data.msgCode == 'SB_SYZ'){
|
|
if(this.status != "error-end"){
|
|
if(this.status != "error-end"){
|