测试问题修改

master
jinna 11 months ago
parent 79e7c53de0
commit 252838876f
  1. 2
      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

Loading…
Cancel
Save