From fc2e9bfec656e5ee5d8dc8918c3c9e2ce6633719 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Tue, 19 Nov 2024 10:41:28 +0800 Subject: [PATCH] =?UTF-8?q?task#16101=EF=BC=8C=E5=B7=A5=E5=8D=95=E8=AE=B0?= =?UTF-8?q?=E8=B4=A6=E6=A8=A1=E5=9D=97=E6=8F=90=E7=A4=BA=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index b1785478..df93a885 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -646,7 +646,8 @@ export default { } if (this.form.supplierSettleRatio?.code != 5 && (this.serviceType == '困境救援' || this.serviceType == '困境-吊车' || this.serviceType == '困境救援-事故' || this.serviceType == '困境救援-故障')){ // await this.$alert("该案件为困境案件,需确认填写基本费用") - this.$toast("该案件为困境案件,需确认填写基本费用") + await this.$toast("该案件为困境案件,需确认填写基本费用") + return } }, cancelBtn() {