|
|
@@ -453,7 +453,7 @@ func (this *AnnualAuditController) AnnualAudit() {
|
|
|
ActiComplete.UserNames = userIds
|
|
|
ActiComplete.UserId = this.User.Id
|
|
|
ActiComplete.Result = "1"
|
|
|
- ActiComplete.Remarks = "提交给业务处接收人"
|
|
|
+ ActiComplete.Remarks = dataother.AuditorRemark
|
|
|
ActiComplete.CallbackUrl = ""
|
|
|
//提交给二级单位初审
|
|
|
receiveVal := svcActiviti.TaskComplete(ActiComplete)
|
|
|
@@ -491,7 +491,7 @@ func (this *AnnualAuditController) AnnualAudit() {
|
|
|
ActiComplete.UserNames = ""
|
|
|
ActiComplete.UserId = this.User.Id
|
|
|
ActiComplete.Result = "0"
|
|
|
- ActiComplete.Remarks = "初审未通过"
|
|
|
+ ActiComplete.Remarks = dataother.AuditorRemark
|
|
|
ActiComplete.CallbackUrl = ""
|
|
|
receiveVal := svcActiviti.TaskComplete(ActiComplete)
|
|
|
var auditmodel annualaudit.OilAnnualAudit
|
|
|
@@ -527,7 +527,7 @@ func (this *AnnualAuditController) AnnualAudit() {
|
|
|
ActiComplete.UserNames = ProfAudit
|
|
|
ActiComplete.UserId = this.User.Id
|
|
|
ActiComplete.Result = "1"
|
|
|
- ActiComplete.Remarks = "提交给业务处专业审核人"
|
|
|
+ ActiComplete.Remarks = dataother.AuditorRemark
|
|
|
ActiComplete.CallbackUrl = ""
|
|
|
//提交给业务处室专业审核
|
|
|
receiveVal := svcActiviti.TaskComplete(ActiComplete)
|
|
|
@@ -564,7 +564,7 @@ func (this *AnnualAuditController) AnnualAudit() {
|
|
|
ActiComplete.UserNames = ""
|
|
|
ActiComplete.UserId = this.User.Id
|
|
|
ActiComplete.Result = "1"
|
|
|
- ActiComplete.Remarks = "业务处室审核通过"
|
|
|
+ ActiComplete.Remarks = dataother.AuditorRemark
|
|
|
ActiComplete.CallbackUrl = ""
|
|
|
receiveVal := svcActiviti.TaskComplete(ActiComplete)
|
|
|
var auditmodel annualaudit.OilAnnualAudit
|
|
|
@@ -612,7 +612,7 @@ func (this *AnnualAuditController) AnnualAudit() {
|
|
|
ActiComplete.UserNames = ""
|
|
|
ActiComplete.UserId = this.User.Id
|
|
|
ActiComplete.Result = "0"
|
|
|
- ActiComplete.Remarks = "业务处室审核未通过"
|
|
|
+ ActiComplete.Remarks = dataother.AuditorRemark
|
|
|
ActiComplete.CallbackUrl = ""
|
|
|
receiveVal := svcActiviti.TaskComplete(ActiComplete)
|
|
|
var auditmodel annualaudit.OilAnnualAudit
|