|
@@ -71,23 +71,11 @@
|
|
|
(scope.row.approvalStatus == 0 ||
|
|
|
scope.row.approvalStatus == null ||
|
|
|
scope.row.approvalStatus == 3) &&
|
|
|
- checkPermi(['gather:QUOTABONDED:audit'])
|
|
|
+ checkPermi(['business:QUOTABONDED:audit'])
|
|
|
" icon="el-icon-top" size="mini" type="text" @click="handleApprove(scope.row)">提交审核</el-button>
|
|
|
- <!-- <el-button
|
|
|
- v-if="
|
|
|
- scope.row.auditStatus == 1 &&
|
|
|
- (scope.row.approvalStatus == 0 ||
|
|
|
- scope.row.approvalStatus == null) &&
|
|
|
- checkPermi(['business:QUOTABONDED:edit'])
|
|
|
- "
|
|
|
- size="mini"
|
|
|
- type="text"
|
|
|
- @click="handleAdminApprove(scope.row)"
|
|
|
- >审核</el-button
|
|
|
- > -->
|
|
|
<el-button v-if="scope.row.approvalStatus == 2 &&
|
|
|
(scope.row.reportStatus == 0 || scope.row.reportStatus == null) &&
|
|
|
- checkPermi(['gather:QUOTABONDED:report'])
|
|
|
+ checkPermi(['business:QUOTABONDED:report'])
|
|
|
" size="mini" type="text" icon="el-icon-check" @click="handleReport(scope.row)">上报</el-button>
|
|
|
|
|
|
<el-button v-if="scope.row.reportStatus == 1 && user.roleId == 10 && scope.row.type == null
|