This commit is contained in:
wangzhijiang
2022-04-21 09:09:22 +08:00
parent 17dde52ed8
commit 87f31337f5
3 changed files with 11 additions and 3 deletions
@@ -279,9 +279,9 @@ public class ProjectLawsInventoryEO implements Serializable {
@TableField(exist = false) @TableField(exist = false)
private String verifyInitiatorName; private String verifyInitiatorName;
/**验证符合性确认-责任人*/ /**验证符合性确认-责任人角色*/
@Excel(name = "验证符合性确认-责任人", width = 15) @Excel(name = "验证符合性确认-责任人", width = 15)
@ApiModelProperty(value = "验证符合性确认-责任人") @ApiModelProperty(value = "验证符合性确认-责任人角色")
@Dict(dicCode ="ze2_ren4_ren2") @Dict(dicCode ="ze2_ren4_ren2")
private String verifyDuty; private String verifyDuty;
@@ -580,7 +580,6 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
String msgContentEN = currentUser.getUsername() + "initiated the regulation list confirmation of " + projectNameInfoEO.getProjectName() 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."; + " (project name).The due date is" +inventoryAffirmDueDate+ ". Please check and deal with it in time.";
//XXX XXX XXXXXX
//发送消息 //发送消息
sendMessage(msgContentEN,userIdList,projectLibraryId); sendMessage(msgContentEN,userIdList,projectLibraryId);
} }
@@ -760,6 +760,15 @@
}, },
editModel(item) { editModel(item) {
this.visible = true this.visible = true
this.regulatoryEngineerList= []
this.engineeringInterfacePersonList= []
this.certificationEngineerList= []
this.designInitiatorList= []
this.designDutyList= []
this.prehomoInitiatorList= []
this.verifyInitiatorList= []
this.verifyDutyList= []
this.prehomoDutyList= []
if (item.dutyTerritory) { if (item.dutyTerritory) {
this.queryPersonByProject(item) this.queryPersonByProject(item)
} else { } else {