|
@@ -20,7 +20,7 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<a v-if="dataStatus" href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 2)">{{ scope.row.reportName }}</a>
|
|
<a v-if="dataStatus" href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 2)">{{ scope.row.reportName }}</a>
|
|
<a v-if="!dataStatus" href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 2)">{{ scope.row.name }}</a>
|
|
<a v-if="!dataStatus" href="javascript:void(0)" style="color:#20a0ff" @click="toReportView(scope.row, 2)">{{ scope.row.name }}</a>
|
|
- {{ scope.row.returnReason }}
|
|
|
|
|
|
+ <br>{{ scope.row.returnReason }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column label="状态" min-width="100" align="center">
|
|
<el-table-column label="状态" min-width="100" align="center">
|
|
@@ -373,8 +373,8 @@ export default {
|
|
bizId: this.reportData.bizId,
|
|
bizId: this.reportData.bizId,
|
|
taskIds: [this.taskId],
|
|
taskIds: [this.taskId],
|
|
reportName: this.reportData.reportName,
|
|
reportName: this.reportData.reportName,
|
|
- returnReason: this.reportData.reason,
|
|
|
|
- status: this.Str === '打回' ? 2 : this.Str === '通过' ? 1 : ''
|
|
|
|
|
|
+ returnReason: this.launchRepulseInfo,
|
|
|
|
+ status: this.Str === '打回' ? 2 : 1
|
|
}
|
|
}
|
|
const res = await reportdelivertestUpdate(data)
|
|
const res = await reportdelivertestUpdate(data)
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|