Commit 4521bcb1 by yjh

工作转交业务状态

parent da910d2f
...@@ -124,17 +124,31 @@ ...@@ -124,17 +124,31 @@
<c:if test="${page.list.size()>0}"> <c:if test="${page.list.size()>0}">
<c:forEach items="${page.list}" var="report" varStatus="vs"> <c:forEach items="${page.list}" var="report" varStatus="vs">
<tr> <tr>
<td><input type="checkbox" value="${report.id}"></td> <td><input type="checkbox" value="v ${report.id}"></td>
<td>${vs.count}</td> <td>${vs.count}</td>
<td>${report.supplementTitle}</td> <td>${report.supplementTitle}</td>
<td> <td>
<c:if test="${report.supplementType eq '1'}">营销</c:if> ${report.supplementType}
<c:if test="${report.supplementType eq '2'}">工程</c:if> <%--<c:if test="${fn:contains(report.supplementType,'1')}">--%>
<c:if test="${report.supplementType eq '3'}">成本</c:if> <%--<c:set var="string1" value="I am from google"/>--%>
<c:if test="${report.supplementType eq '4'}">招采</c:if> <%--<c:set var="string2" value="${fn:replace(string1,--%>
<c:if test="${report.supplementType eq '5'}">人力</c:if> <%--'google', 'runoob')}" />--%>
<c:if test="${report.supplementType eq '6'}">物业</c:if>
<c:if test="${report.supplementType eq '7'}">投诉</c:if> <%--<p>替换后的字符串 : ${string2}</p>--%>
<%--<c:set var="string1" value="${report.supplement}"/>--%>
<%--<c:set var="deliverSupplementTypes" value="${fn:replace(string1 ,'1', 'ceshiyx')}"/>--%>
<%--${deliverSupplementTypes}--%>
<%--</c:if>--%>
<%--<c:if test="${report.supplementType eq '1'}">营销</c:if>--%>
<%--<c:if test="${report.supplementType eq '2'}">工程</c:if>--%>
<%--<c:if test="${report.supplementType eq '3'}">成本</c:if>--%>
<%--<c:if test="${report.supplementType eq '4'}">招采</c:if>--%>
<%--<c:if test="${report.supplementType eq '5'}">人力</c:if>--%>
<%--<c:if test="${report.supplementType eq '6'}">物业</c:if>--%>
<%--<c:if test="${report.supplementType eq '7'}">投诉</c:if>--%>
</td> </td>
<td>${report.reportProject}</td> <td>${report.reportProject}</td>
<td>${report.reportPersonName}</td> <td>${report.reportPersonName}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment