|
|
@@ -734,7 +734,7 @@ func (this *OilSupplierCertAppendController) CompanySubmitAuditEntity() {
|
|
|
certSrv.GetEntityById(certAppendId, &supplierCertAppendEntity)
|
|
|
|
|
|
if this.User.Realname != supplierCertAppendEntity.CreateBy {
|
|
|
- panic("只有申请创建人才能提交,当前申请创建人是 " + supplierCertAppendEntity.CreateBy)
|
|
|
+ panic("请联系申请创建人:" + supplierCertAppendEntity.CreateBy + " 予以提交,或删除该申请后重新创建再提交!")
|
|
|
}
|
|
|
|
|
|
// 检查是否允许提交
|
|
|
@@ -851,7 +851,7 @@ func (this *OilSupplierCertAppendController) SeparateUnitSubmitAuditEntity() {
|
|
|
certSrv.GetEntityById(supplierCertAppendEntity.SupplierId, &supplierEntity)
|
|
|
|
|
|
if this.User.Realname != supplierCertAppendEntity.CreateBy {
|
|
|
- panic("只有申请创建人才能提交,当前申请创建人是 " + supplierCertAppendEntity.CreateBy)
|
|
|
+ panic("请联系申请创建人:" + supplierCertAppendEntity.CreateBy + " 予以提交,或删除该申请后重新创建再提交!")
|
|
|
}
|
|
|
|
|
|
svcActiviti := workflow.GetActivitiService(utils.DBE)
|