|
@@ -11,9 +11,9 @@
|
|
|
<i class="icon icon-table2"></i> 信息
|
|
<i class="icon icon-table2"></i> 信息
|
|
|
</span>
|
|
</span>
|
|
|
<span style="float: right;">
|
|
<span style="float: right;">
|
|
|
- <el-button type="primary" plain size="mini" :disabled="!down_flag">年审申请</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" plain size="mini" :disabled="formDataCert.Status == 0">年审申请</el-button>
|
|
|
<!--v-if="formData.Step>=5"-->
|
|
<!--v-if="formData.Step>=5"-->
|
|
|
- <el-button type="primary" plain size="mini" :disabled="!down_flag">增项申请</el-button>
|
|
|
|
|
|
|
+ <el-button type="primary" plain size="mini" :disabled="formDataCert.Status == 0">增项申请</el-button>
|
|
|
<router-link :to="'/oilsupplier/supplier/techlist'">
|
|
<router-link :to="'/oilsupplier/supplier/techlist'">
|
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" v-if="authUser.Profile.IsCompanyUser != 1">返回
|
|
<el-button type="primary" size="mini" style="margin-left: 8px" v-if="authUser.Profile.IsCompanyUser != 1">返回
|
|
|
</el-button>
|
|
</el-button>
|
|
@@ -235,7 +235,6 @@
|
|
|
canUpdateSupplier: true,
|
|
canUpdateSupplier: true,
|
|
|
dictData: null,
|
|
dictData: null,
|
|
|
applyLoading: false,
|
|
applyLoading: false,
|
|
|
- down_flag: false,
|
|
|
|
|
equipmentList: [], //企业主要装备情况
|
|
equipmentList: [], //企业主要装备情况
|
|
|
performanceList: [], //近三年主要工程业绩
|
|
performanceList: [], //近三年主要工程业绩
|
|
|
patentList: [], //拥有专利、专有技术及工法
|
|
patentList: [], //拥有专利、专有技术及工法
|
|
@@ -494,6 +493,7 @@
|
|
|
this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ this.$refs["businessList"].getvalue(this.formData.Id,this.formData.SupplierTypeCode,this.certId)
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
console.error(err)
|
|
|
});
|
|
});
|
|
@@ -656,7 +656,7 @@
|
|
|
|
|
|
|
|
nexStepCB() {
|
|
nexStepCB() {
|
|
|
this.formData.Step += 1
|
|
this.formData.Step += 1
|
|
|
- this.down_flag = true
|
|
|
|
|
|
|
+ this.formDataCert.Status = 1
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
jstimehandle(val) {
|
|
jstimehandle(val) {
|