Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
platform
Project
Project
Details
Activity
Releases
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
王琮
platform
Commits
b1c198a1
Commit
b1c198a1
authored
Nov 06, 2021
by
Asjoker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问卷管理-详情细化
parent
f8fde357
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
questionnaire_information.jsp
...n/webapp/WEB-INF/page/space/questionnaire_information.jsp
+1
-1
questionnaire_Information.js
src/main/webapp/res/js/space/questionnaire_Information.js
+2
-0
No files found.
src/main/webapp/WEB-INF/page/space/questionnaire_information.jsp
View file @
b1c198a1
...
@@ -100,7 +100,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
...
@@ -100,7 +100,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<div
class=
"col-sm-10"
>
<div
class=
"col-sm-10"
>
<label
class=
"col-sm-3"
style=
"font-size: 18px;padding-left: 40px"
>
驳回原因
<span
class=
"text-danger"
>
*
</span>
:
</label>
<label
id=
"rejectLabel"
class=
"col-sm-3"
style=
"font-size: 18px;padding-left: 40px"
>
驳回原因
<span
class=
"text-danger"
>
*
</span>
:
</label>
<textarea
id=
"rejectReason"
name=
"question_22"
readonly
cols=
"100"
rows=
"3"
></textarea>
<textarea
id=
"rejectReason"
name=
"question_22"
readonly
cols=
"100"
rows=
"3"
></textarea>
</div>
</div>
</div>
</div>
...
...
src/main/webapp/res/js/space/questionnaire_Information.js
View file @
b1c198a1
...
@@ -16,8 +16,10 @@ var processStatus = 0
...
@@ -16,8 +16,10 @@ var processStatus = 0
// 问卷状态自检
// 问卷状态自检
function
StatusCheck
()
{
function
StatusCheck
()
{
if
(
processStatus
===
2
){
if
(
processStatus
===
2
){
$
(
'#rejectLabel'
).
show
();
$
(
'#rejectReason'
).
show
();
$
(
'#rejectReason'
).
show
();
}
else
{
}
else
{
$
(
'#rejectLabel'
).
hide
();
$
(
'#rejectReason'
).
hide
();
$
(
'#rejectReason'
).
hide
();
}
}
}
}
...
...
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