|
|
@@ -635,7 +635,6 @@
|
|
|
this.auditOrgChang(this.auditer)
|
|
|
},
|
|
|
auditOrgChang(val) {
|
|
|
- console.log("------val", val)
|
|
|
let auditstepcode = "SECOND_TRIAL";
|
|
|
api.getAuditerByFirst(val, auditstepcode, this.$axios)
|
|
|
.then(res => {
|
|
|
@@ -670,7 +669,6 @@
|
|
|
if ((this.formData.Status > 0) &&(this.authUser.Profile.IsCompanyUser==1)) {
|
|
|
this.delete_flat = false
|
|
|
}
|
|
|
- console.log("--this.formData--", this.formData)
|
|
|
this.formDataCert.WorkerTotal = this.formData.WorkerTotal
|
|
|
this.formDataCert.ContractNum = this.formData.ContractNum
|
|
|
this.formDataCert.UniversityNum = this.formData.UniversityNum
|
|
|
@@ -683,7 +681,6 @@
|
|
|
this.formDataCert.SkillerTotal = this.formData.SkillerTotal
|
|
|
this.formDataCert.Status = this.formData.Status
|
|
|
this.formDataCert.WorkflowId = this.formData.WorkflowId
|
|
|
- console.log("---", this.formData.Status, this.formData.InStyle)
|
|
|
this.entrydetail.business = this.certId // this.formData.BusinessKey
|
|
|
this.entrydetail.instance = this.formDataCert.WorkflowId
|
|
|
this.entrydetail.status = this.formData.Status
|
|
|
@@ -718,6 +715,8 @@
|
|
|
this.shenheForm.AuditorRemark = '二级物资备案准入'
|
|
|
} else if (this.inStyle == '4') {
|
|
|
this.shenheForm.AuditorRemark = '战略合作准入'
|
|
|
+ } else if (this.inStyle == '5') {
|
|
|
+ this.shenheForm.AuditorRemark = '集中评审通过。'
|
|
|
}
|
|
|
}
|
|
|
this.$refs['equipmentList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
@@ -739,7 +738,6 @@
|
|
|
}
|
|
|
apiCert.isAccess(params, this.$axios).then(res => {
|
|
|
this.auditBtn = res.data
|
|
|
- console.log("------", this.auditBtn)
|
|
|
}).catch(err => {
|
|
|
console.log(err)
|
|
|
})
|
|
|
@@ -791,7 +789,6 @@
|
|
|
})
|
|
|
},
|
|
|
auditOrgChange() {
|
|
|
- console.log(this.formData.Status, 'status')
|
|
|
let auditstepcode = ''
|
|
|
if (this.formData.Status === '1') {
|
|
|
auditstepcode = 'SECOND_TRIAL'
|
|
|
@@ -1004,7 +1001,6 @@
|
|
|
ThirdAudit: this.selectDept, // this.majorDept[this.majorDept.length - 1],
|
|
|
AuditRemark: this.auditform.AuditRemark
|
|
|
}
|
|
|
- console.log(params, '---params----')
|
|
|
apiCert.auditEntityFir(this.certId, audit, params, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
this.initDatas()
|