From 252838876f6cacf76212d1ad6b830436f631903a Mon Sep 17 00:00:00 2001 From: jinna Date: Wed, 5 Feb 2025 17:59:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/businessManagement/ordinary.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/businessManagement/ordinary.vue b/src/views/businessManagement/ordinary.vue index f1b92d1..edaae5d 100644 --- a/src/views/businessManagement/ordinary.vue +++ b/src/views/businessManagement/ordinary.vue @@ -1274,7 +1274,7 @@ export default { this.repairForm.isNeedMaterial = (this.repairForm.status == 201 || this.repairForm.status == 401 || this.repairForm.status == 402 || this.repairForm.status == 105) && this.repairForm.isNeedMaterial == -1 ? '' : this.repairForm.isNeedMaterial this.repairForm.laborCost = this.repairForm.laborCost < 0 ? null : this.repairForm.laborCost //人工费 this.repairForm.travelExpense = this.repairForm.travelExpense < 0 ? null : this.repairForm.travelExpense //差旅费 - this.getDeviceList(res.data.data.createDept) + this.getDeviceList(res.data.data.reportUnit) if (this.repairForm.isNeedMaterial != '') { this.repairVisible = true