diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 28223d2bc..ed94e5413 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -316,7 +316,11 @@ export default { }, showMobileFreeAlert() { var hasMobileFee = true; - if (this.mobileFeePart?.laborAmount == 0 && this.mobileFeePart?.sellingPrice == 0 && this.mobileFeePart.kitPrice == 0) { + if ( + this.mobileFeePart?.laborAmount == 0 && + this.mobileFeePart?.sellingPrice == 0 && + this.mobileFeePart.kitPrice == 0 + ) { hasMobileFee = false; } @@ -411,7 +415,6 @@ export default { } if (mobileFeePart) { - console.log(JSON.stringify(mobileFeePart)); this.mobileFeePart = mobileFeePart; }