|
|
@@ -309,8 +309,9 @@
|
|
|
savebtn: true,
|
|
|
visbtn: '1',
|
|
|
fushenauditer: '', //复审人员
|
|
|
- majorDept: [],
|
|
|
+ majorDept: [100000000, 100000001, 100000071], //专业可是
|
|
|
secauditerOptions: [],
|
|
|
+ formannData: {},
|
|
|
audithistoryshow: false,
|
|
|
chooseAuditorVisible: false,
|
|
|
activeName: '0',
|
|
|
@@ -501,8 +502,10 @@
|
|
|
annualapi.getEntity(annid, this.$axios)
|
|
|
.then(res => {
|
|
|
this.formannData = res.data;
|
|
|
- console.log("--forann-", this.formannData.Status)
|
|
|
+ console.log("--forann-", this.formannData)
|
|
|
this.Status = this.formannData.Status
|
|
|
+ this.entrydetail.business = this.formannData.BusinessKey
|
|
|
+ this.entrydetail.instance = this.formannData.WorkflowId
|
|
|
})
|
|
|
.catch(err => {
|
|
|
console.error(err);
|
|
|
@@ -669,9 +672,6 @@
|
|
|
this.$refs['winningList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['businessList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
this.$refs['subfileList'].getvalue(this.formData.Id, this.formData.SupplierTypeCode, this.certId)
|
|
|
- this.entrydetail.business = this.annualId
|
|
|
- this.entrydetail.instance = this.WorkflowId
|
|
|
- this.backhistroy.classId = this.formData.SupplierTypeCode
|
|
|
if (this.certId && this.WorkflowId) {
|
|
|
this.$refs['WfHistory'].getHistoryTask() /*刷新工作流*/
|
|
|
}
|