|
@@ -177,7 +177,6 @@
|
|
|
/>
|
|
|
</el-collapse-item>
|
|
|
|
|
|
- <!-- -->
|
|
|
<el-collapse-item title="业务审核" name="3" v-if="isHasPermission({status:'1', process:'1'})">
|
|
|
<exam-form
|
|
|
:statusList="statusList"
|
|
@@ -213,7 +212,7 @@
|
|
|
</el-collapse-item>
|
|
|
</el-collapse>
|
|
|
</el-tab-pane>
|
|
|
-
|
|
|
+
|
|
|
<el-tab-pane label="审批记录" name="2">
|
|
|
<process-time-line
|
|
|
v-if="newTime !== ''"
|
|
@@ -343,8 +342,8 @@ export default {
|
|
|
isHasPermission({ status, process }){
|
|
|
return (
|
|
|
this.sitem
|
|
|
- && status === String(this.sitem.status)
|
|
|
- && this.ppowers.includes(process)
|
|
|
+ && status === String(this.sitem.status)
|
|
|
+ && this.ppowers.includes(process)
|
|
|
&& !this.isSupertube
|
|
|
)
|
|
|
s },
|
|
@@ -353,7 +352,7 @@ s },
|
|
|
...data,
|
|
|
returnCode: this.code
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
if (res && res.code === 0) {
|
|
|
this.$notify.success({
|
|
|
title: "修改成功!",
|
|
@@ -404,7 +403,7 @@ s },
|
|
|
}
|
|
|
|
|
|
let res = await asyncRequest.status(params);
|
|
|
-
|
|
|
+
|
|
|
if (res && res.code === 0) {
|
|
|
this.$notify.success({
|
|
|
title: "修改成功!",
|
|
@@ -439,7 +438,7 @@ s },
|
|
|
message: "",
|
|
|
});
|
|
|
await this.initData();
|
|
|
-
|
|
|
+
|
|
|
} else if (res && res.code >= 100 && res.code <= 104) {
|
|
|
await this.logout();
|
|
|
} else {
|