Forráskód Böngészése

项目审核人代码提交

user5 3 éve
szülő
commit
3b325b319c

+ 10 - 1
src/main/java/com/jeeplus/modules/ruralprojectrecords/entity/RuralProjectRecords.java

@@ -320,7 +320,8 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
 	private List<ProjectReportData> projectReportData = Lists.newArrayList();
 	private List<ProjectFilingBatchProInfo> proInfos=Lists.newArrayList();
 
-	private String reviewerPerson;//审核人
+	private String reviewerPerson;//审核人名称
+	private String reviewerPersonId;//审核人
 
 	public String getPrrId() {
 		return prrId;
@@ -2266,6 +2267,14 @@ public class RuralProjectRecords extends ActEntity<RuralProjectRecords> {
 		this.reviewerPerson = reviewerPerson;
 	}
 
+	public String getReviewerPersonId() {
+		return reviewerPersonId;
+	}
+
+	public void setReviewerPersonId(String reviewerPersonId) {
+		this.reviewerPersonId = reviewerPersonId;
+	}
+
 	public String getCompanyType() {
 		return companyType;
 	}

+ 1 - 1
src/main/webapp/webpage/modules/ruralprojectrecords/cost/ruralCostProjectRecordsForm.jsp

@@ -1070,7 +1070,7 @@
                 <div class="layui-item layui-col-sm6 lw7">
                     <label class="layui-form-label"><span class="require-item">*</span>审核人</label>
                     <div class="layui-input-block  with-icon">
-                        <sys:treeselect id="master" name="projectLeaders" value="${ruralProjectRecords.leaderIds}" labelName="reviewerPerson" labelValue="${ruralProjectRecords.reviewerPerson}"
+                        <sys:treeselect id="master" name="reviewerPersonId" value="${ruralProjectRecords.reviewerPersonId}" labelName="reviewerPerson" labelValue="${ruralProjectRecords.reviewerPerson}"
                                        cssStyle="background-color: #fff" title="用户" url="/sys/office/treeDataAll?type=3" cssClass="form-control judgment layui-input" allowClear="true" notAllowSelectParent="true"/>
                     </div>
                 </div>