update
This commit is contained in:
+2
-2
@@ -279,9 +279,9 @@ public class ProjectLawsInventoryEO implements Serializable {
|
||||
@TableField(exist = false)
|
||||
private String verifyInitiatorName;
|
||||
|
||||
/**验证符合性确认-责任人*/
|
||||
/**验证符合性确认-责任人角色*/
|
||||
@Excel(name = "验证符合性确认-责任人", width = 15)
|
||||
@ApiModelProperty(value = "验证符合性确认-责任人")
|
||||
@ApiModelProperty(value = "验证符合性确认-责任人角色")
|
||||
@Dict(dicCode ="ze2_ren4_ren2")
|
||||
private String verifyDuty;
|
||||
|
||||
|
||||
-1
@@ -580,7 +580,6 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
||||
String msgContentEN = currentUser.getUsername() + "initiated the regulation list confirmation of " + projectNameInfoEO.getProjectName()
|
||||
+ " (project name).The due date is:" +inventoryAffirmDueDate+ ". Please check and deal with it in time.";
|
||||
|
||||
//XXX XXX XXXXXX
|
||||
//发送消息
|
||||
sendMessage(msgContentEN,userIdList,projectLibraryId);
|
||||
}
|
||||
|
||||
@@ -760,6 +760,15 @@
|
||||
},
|
||||
editModel(item) {
|
||||
this.visible = true
|
||||
this.regulatoryEngineerList= []
|
||||
this.engineeringInterfacePersonList= []
|
||||
this.certificationEngineerList= []
|
||||
this.designInitiatorList= []
|
||||
this.designDutyList= []
|
||||
this.prehomoInitiatorList= []
|
||||
this.verifyInitiatorList= []
|
||||
this.verifyDutyList= []
|
||||
this.prehomoDutyList= []
|
||||
if (item.dutyTerritory) {
|
||||
this.queryPersonByProject(item)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user