|
|
@@ -707,7 +707,7 @@
|
|
|
style="margin-top: 20px"></business-list>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
- <el-tab-pane label="提交审批" v-if="Status != '0'">
|
|
|
+ <el-tab-pane label="审批流程" v-if="Status != '0'">
|
|
|
<el-card class="box-card" style="height: 800px">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>审批流程</span>
|
|
|
@@ -1684,7 +1684,6 @@ import apiCert from '@/api/oilsupplier/suppliercert'
|
|
|
this.auditstepcode = 'PROF_AUDIT'
|
|
|
} else if (this.Status === '5') {
|
|
|
this.auditstepcode = 'PROF_REGULATION'
|
|
|
- this.shenheForm.AuditorRemark = '集中评审通过。'
|
|
|
} else if (this.Status === '6') {
|
|
|
this.auditstepcode = 'PAYING_FEE'
|
|
|
} else if (this.Status === '7') {
|
|
|
@@ -2287,6 +2286,7 @@ import apiCert from '@/api/oilsupplier/suppliercert'
|
|
|
this.entityForm.Status = this.Status
|
|
|
// this.initDatas();
|
|
|
this.getstatus(this.annualId)
|
|
|
+ this.isAccess()
|
|
|
this.ComAuditdialogShow = false
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
@@ -2359,6 +2359,7 @@ import apiCert from '@/api/oilsupplier/suppliercert'
|
|
|
// this.entityForm.Status = this.Status
|
|
|
// this.initDatas()
|
|
|
this.getstatus(this.annualId)
|
|
|
+ this.isAccess()
|
|
|
this.dialogSeparateUnitAuditVisible = false
|
|
|
this.$message({
|
|
|
type: 'success',
|
|
|
@@ -2409,6 +2410,7 @@ import apiCert from '@/api/oilsupplier/suppliercert'
|
|
|
}
|
|
|
_this.initDatas()
|
|
|
_this.getstatus(this.annualId)
|
|
|
+ _this.isAccess()
|
|
|
} else {
|
|
|
this.$message({
|
|
|
type: 'warning',
|