查询
{{
rankTypeOption.findIndex((t) => t.value == scope.row.ranks) > -1
? rankTypeOption.find((t) => t.value == scope.row.ranks).label
: ''
}}
{{
taskTypeOption.findIndex((t) => t.value == scope.row.taskType) > -1
? taskTypeOption.find((t) => t.value == scope.row.taskType).label
: ''
}}
查看
开始
转单
报工
通过
不通过
报损
取 消
确 定
{{
inspectionMethodOptions[scope.row.inspectionMethod]
}}
取 消
确 定
取 消
确 定
取 消
确 定