|
|
@@ -877,6 +877,12 @@ func (this *OilContractReviewController) BusinessOfficeSeparateAuditEntity() {
|
|
|
}
|
|
|
}()
|
|
|
|
|
|
+ if ProfessionalAudit == "" {
|
|
|
+ errInfo.Message = "请选择审批人"
|
|
|
+ errInfo.Code = -1
|
|
|
+ this.Data["json"] = &errInfo
|
|
|
+ this.ServeJSON()
|
|
|
+ }
|
|
|
if Id != "" {
|
|
|
Ids := strings.Split(Id, ",")
|
|
|
var lock sync.Mutex
|