Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sunac_report
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
java-sunac-report
sunac_report
Commits
4521bcb1
Commit
4521bcb1
authored
Nov 13, 2017
by
yjh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工作转交业务状态
parent
da910d2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
8 deletions
+22
-8
reportDeliver.jsp
src/main/webapp/WEB-INF/views/modules/report/reportDeliver.jsp
+22
-8
No files found.
src/main/webapp/WEB-INF/views/modules/report/reportDeliver.jsp
View file @
4521bcb1
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment