|
|
@@ -11,9 +11,9 @@
|
|
|
<i class="icon icon-table2"></i> 信息
|
|
|
</span>
|
|
|
<span style="float: right;">
|
|
|
- <el-button type="primary" plain size="mini">年审申请</el-button>
|
|
|
+ <el-button type="primary" plain size="mini" :disabled="!down_flag">年审申请</el-button>
|
|
|
<!--v-if="formData.Step>=5"-->
|
|
|
- <el-button type="primary" plain size="mini">增项申请</el-button>
|
|
|
+ <el-button type="primary" plain size="mini" :disabled="!down_flag">增项申请</el-button>
|
|
|
<router-link :to="'/oilsupplier/supplier/techlist'">
|
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" v-if="authUser.Profile.IsCompanyUser != 1">返回
|
|
|
</el-button>
|
|
|
@@ -176,11 +176,11 @@
|
|
|
<el-card class="box-card" style="height: 800px">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<span>审批流程</span>
|
|
|
- <span style="float: right;">
|
|
|
+ <!-- <span style="float: right;">
|
|
|
<el-button type="primary" size="mini" :disabled="formDataCert.Status > 0" :loading="applyLoading"
|
|
|
@click="AuditEntity">提交审批
|
|
|
</el-button>
|
|
|
- </span>
|
|
|
+ </span> -->
|
|
|
</div>
|
|
|
<wf-history ref="WfHistory" :entryinfo="entrydetail"></wf-history>
|
|
|
</el-card>
|
|
|
@@ -235,6 +235,7 @@
|
|
|
canUpdateSupplier: true,
|
|
|
dictData: null,
|
|
|
applyLoading: false,
|
|
|
+ down_flag: false,
|
|
|
equipmentList: [], //企业主要装备情况
|
|
|
performanceList: [], //近三年主要工程业绩
|
|
|
patentList: [], //拥有专利、专有技术及工法
|
|
|
@@ -655,6 +656,7 @@
|
|
|
|
|
|
nexStepCB() {
|
|
|
this.formData.Step += 1
|
|
|
+ this.down_flag = true
|
|
|
},
|
|
|
|
|
|
jstimehandle(val) {
|