Enford 5 lat temu
rodzic
commit
01bece4de0

+ 1 - 1
src/main/webapp/webpage/modules/projectplanweekly/projectPlanWeeklyForm.jsp

@@ -80,7 +80,7 @@
         <form:form id="inputForm" modelAttribute="projectPlanWeekly" action="${ctx}/projectplan/weekly/save" method="post" class="form-horizontal" >
             <form:hidden path="id"/>
             <div class="form-group layui-row first">
-                <div class="form-group-label"><h2>个人周报</h2></div>
+                <div class="form-group-label"><h2>周报信息</h2></div>
                 <div class="layui-item layui-col-sm6">
                     <label class="layui-form-label"><span class="require-item">*</span>创建人:</label>
                     <div class="layui-input-block">

+ 4 - 0
src/main/webapp/webpage/modules/projectplanweekly/projectPlanWeeklyList.jsp

@@ -256,6 +256,8 @@
                         }
                         return xml;
                     }}
+                ,{field:'createBy',align:'center', title: '负责人',width:100}
+                ,{field:'createDate',align:'center', title: '创建日期',width:100}
                 ,{field:'beginDate',align:'center', title: '开始日期',width:100}
                 ,{field:'endDate',align:'center', title: '结束日期',width:100}
                 ,{align:'center',width:100, title: '状态' ,templet:function(d){
@@ -299,6 +301,8 @@
                     "index":"${index.index+1}"
                     ,"id":"${projectPlanWeekly.id}"
                     ,"remarks":"${projectPlanWeekly.remarks}"
+					,"createBy":"${projectPlanWeekly.createBy.id}"
+					,"createDate":"<fmt:formatDate value="${projectPlanWeekly.createDate}" pattern="yyyy-MM-dd"/>"
                     ,"beginDate":"<fmt:formatDate value="${projectPlanWeekly.beginDate}" pattern="yyyy-MM-dd"/>"
                     ,"endDate":"<fmt:formatDate value="${projectPlanWeekly.endDate}" pattern="yyyy-MM-dd"/>"
                     ,"weeklyStatus":"${projectPlanWeekly.weeklyStatus}"

+ 1 - 1
src/main/webapp/webpage/modules/projectplanweekly/projectPlanWeeklyView.jsp

@@ -80,7 +80,7 @@
         <form:form id="inputForm" modelAttribute="projectPlanWeekly" action="${ctx}/projectplan/weekly/save" method="post" class="form-horizontal" >
             <form:hidden path="id"/>
             <div class="form-group layui-row first">
-                <div class="form-group-label"><h2>个人周报</h2></div>
+                <div class="form-group-label"><h2>周报信息</h2></div>
                 <div class="layui-item layui-col-sm6">
                     <label class="layui-form-label"><span class="require-item">*</span>创建人:</label>
                     <div class="layui-input-block">