From 3c6f630bee289a579d96e58a7562925b7cb7f6f0 Mon Sep 17 00:00:00 2001 From: FCD <2453864257@qq.com> Date: Thu, 26 Mar 2026 09:23:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E8=B4=B9=E7=94=A8=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E4=B8=BA=E7=A9=BA=E9=99=90=E5=88=B6=E5=8F=96=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/equipment/Repair/repairing.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/pages/equipment/Repair/repairing.vue b/src/pages/equipment/Repair/repairing.vue index cf41e1e..66554eb 100644 --- a/src/pages/equipment/Repair/repairing.vue +++ b/src/pages/equipment/Repair/repairing.vue @@ -674,7 +674,6 @@ export default class ChangePalletNew extends BasePage { // this.customToast('请输入nficl'); // return; // } - console.log(this.detailsinfolist, this.isvalue); if (this.isvalue) { (this.$refs.uToast as any).show({ title: '检查标准不能为空', @@ -683,13 +682,7 @@ export default class ChangePalletNew extends BasePage { return; } - if (this.formdata.workCost == '' || this.formdata.workCost == undefined) { - (this.$refs.uToast as any).show({ - title: '维修费用不能为空', - type: 'default', - }); - return; - } + if (this.workReason.value == '' || this.workReason.value == undefined) { (this.$refs.uToast as any).show({ title: '原因分析不能为空',