|
|
@@ -445,7 +445,7 @@
|
|
|
dialogMakeSure2: false,
|
|
|
dialogAllocation: false,
|
|
|
add_flat: false,
|
|
|
- delete_flat: true,
|
|
|
+ delete_flat: false,
|
|
|
aduitlabel: '审核人',
|
|
|
auditer: '',
|
|
|
auditTitle: '审批',
|
|
|
@@ -566,10 +566,10 @@
|
|
|
classId: '03',
|
|
|
workflowId: ''
|
|
|
},
|
|
|
- IsCompanyUser: '',
|
|
|
+ IsCompanyUser: ''
|
|
|
}
|
|
|
},
|
|
|
- created() {
|
|
|
+ created () {
|
|
|
this.companyid = this.authUser.Profile.Superior
|
|
|
this.serviceId = this.$route.params.opera + ''
|
|
|
this.certId = this.$route.query.certid + ''
|
|
|
@@ -968,11 +968,11 @@
|
|
|
}
|
|
|
},
|
|
|
|
|
|
- allocationBtn() {
|
|
|
+ allocationBtn () {
|
|
|
this.dialogAllocation = true
|
|
|
},
|
|
|
// 审核通过
|
|
|
- makeSure() {
|
|
|
+ makeSure () {
|
|
|
if (this.shenheForm.SuccessStatus === 1) {
|
|
|
if (this.formData.Status == '' || this.formData.Status == '0') {
|
|
|
if (this.auditer === '') {
|
|
|
@@ -1067,7 +1067,7 @@
|
|
|
this.checkstatus()
|
|
|
},
|
|
|
|
|
|
- checkstatus() {
|
|
|
+ checkstatus () {
|
|
|
let params = this.shenheForm
|
|
|
let audit = {
|
|
|
auditer: this.auditer,
|