|
|
@@ -169,7 +169,7 @@
|
|
|
|
|
|
<el-tab-pane label="企业资质" :disabled="!certId">
|
|
|
<business-list ref="businessList" :data="businessList" :SupplierCertId="certId" :SupplierId="serviceId"
|
|
|
- :SupplierTypeCode="classId" @close="nexStepCB" height="360px" style="margin-top: 20px"></business-list>
|
|
|
+ :SupplierTypeCode="classId" @close="AuditEntity" height="360px" style="margin-top: 20px"></business-list>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
<el-tab-pane label="审批流程">
|
|
|
@@ -492,7 +492,10 @@
|
|
|
if (this.certId && this.formDataCert.WorkflowId) {
|
|
|
this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
|
}
|
|
|
-
|
|
|
+ this.$refs["equipmentList"].getvalue(this.formData.Id,this.formData.SupplierTypeCode,this.certId)
|
|
|
+ this.$refs["performanceList"].getvalue(this.formData.Id,this.formData.SupplierTypeCode,this.certId)
|
|
|
+ this.$refs["patentList"].getvalue(this.formData.Id,this.formData.SupplierTypeCode,this.certId)
|
|
|
+ this.$refs["winningList"].getvalue(this.formData.Id,this.formData.SupplierTypeCode,this.certId)
|
|
|
this.$refs["businessList"].getvalue(this.formData.Id,this.formData.SupplierTypeCode,this.certId)
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
@@ -654,11 +657,6 @@
|
|
|
});
|
|
|
},
|
|
|
|
|
|
- nexStepCB() {
|
|
|
- this.formData.Step += 1
|
|
|
- this.formDataCert.Status = 1
|
|
|
- },
|
|
|
-
|
|
|
jstimehandle(val) {
|
|
|
if (val === '') {
|
|
|
return '----'
|