|
|
@@ -829,7 +829,6 @@ export default {
|
|
|
annaudit () {
|
|
|
this.annentityForm.supplierId = parseInt(this.serviceId)
|
|
|
this.annentityForm.SupplierName = this.formData.SupplierName
|
|
|
- console.log('----this.ann', this.annentityForm)
|
|
|
annapi.addEntity(this.annentityForm, this.annentityForm.auditer, this.$axios).then(res => {
|
|
|
if (res.data.code === 0) {
|
|
|
// 保存成功后,初始化数据,变成修改
|
|
|
@@ -903,7 +902,6 @@ export default {
|
|
|
changeOrgUnit (val) {
|
|
|
let auditstepcode = 'PROF_RECE'
|
|
|
api.getAuditerByDept(val, auditstepcode, this.$axios).then(res => {
|
|
|
- console.log(res.data.item, 'res.data.item==')
|
|
|
this.userOptions = res.data.item
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
|
@@ -954,7 +952,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
SetFormData (fdata) {
|
|
|
- console.log(fdata)
|
|
|
this.isCanUpdateSupplier(fdata.Id)
|
|
|
this.formData.Id = fdata.Id
|
|
|
this.formData.SupplierName = fdata.SupplierName
|
|
|
@@ -1401,7 +1398,6 @@ export default {
|
|
|
// },
|
|
|
|
|
|
auditOrgChang (val) {
|
|
|
- console.log('------val', val)
|
|
|
let auditstepcode = 'SECOND_TRIAL'
|
|
|
api.getAuditerByFirst(val, auditstepcode, this.$axios)
|
|
|
.then(res => {
|
|
|
@@ -1587,7 +1583,6 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
selectAuditOrg () {
|
|
|
- console.log('----this.IsCompanyUser', this.IsCompanyUser)
|
|
|
if (this.IsCompanyUser === 0) {
|
|
|
this.dialogVisible = true
|
|
|
} else if (this.IsCompanyUser === 1) {
|
|
|
@@ -1607,7 +1602,6 @@ export default {
|
|
|
this.auditOrgChang(this.auditer)
|
|
|
},
|
|
|
chooseAuditorShowFen () {
|
|
|
- console.log('--this.formData.SupplierTypeCode----', this.formData.SupplierTypeCode)
|
|
|
this.$refs['chooseAuditorFen'].getorgtreelist(this.formData.SupplierTypeCode)
|
|
|
this.chooseAuditorVisibleFen = true
|
|
|
},
|
|
|
@@ -1654,7 +1648,6 @@ export default {
|
|
|
this.auditform.CertId = this.certId
|
|
|
this.auditform.SecondAudit = this.fushenauditer
|
|
|
this.auditform.ThirdAudit = this.selectDept // this.majorDept[this.majorDept.length - 1]
|
|
|
- console.log('--this.audiform--', this.auditform)
|
|
|
apiCert
|
|
|
.auditEntity(this.certId, this.auditform, this.$axios)
|
|
|
.then(res => {
|
|
|
@@ -1696,7 +1689,6 @@ export default {
|
|
|
this.applyLoading = true
|
|
|
this.auditform.FirstAuditName = this.UnitOrg
|
|
|
this.auditform.CertId = this.certId
|
|
|
- console.log('--this.audiform--', this.auditform)
|
|
|
apiCert.auditEntity(this.certId, this.auditform, this.$axios)
|
|
|
.then(res => {
|
|
|
if (res.data.code === 0) {
|