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