|
|
|
|
@ -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 |
|
|
|
|
|