|
|
@@ -356,7 +356,7 @@
|
|
|
<!-- v-hasPermi="['gxt:repairOrder:rating']"-->
|
|
|
<!-- ><i class="fa fa-star"></i>评分</el-button>-->
|
|
|
<el-button
|
|
|
- v-if="scope.row.restartTime == null && scope.row.workOrderStatus != 'assigned' && scope.row.workOrderStatus != 'auto_suspend' && scope.row.workOrderStatus != 'accept_return'"
|
|
|
+ v-if="scope.row.restartTime == null && scope.row.workOrderStatus != 'to_issue' && scope.row.workOrderStatus != 'auto_suspend' && scope.row.workOrderStatus != 'accept_return'"
|
|
|
type="success"
|
|
|
link
|
|
|
@click="handleRestart(scope.row)"
|
|
|
@@ -3049,7 +3049,7 @@ function handleReturn(row) {
|
|
|
returnForm.value.returnReason = undefined
|
|
|
}
|
|
|
returnDialogVisible.value = true
|
|
|
-
|
|
|
+ // proxy.resetForm("returnFormRef")
|
|
|
})
|
|
|
}
|
|
|
|