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
94282bf9
Commit
94282bf9
authored
Nov 05, 2021
by
Asjoker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问卷管理-详情细化
parent
ce020cd8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
+6
-12
questionnaire_information.jsp
...n/webapp/WEB-INF/page/space/questionnaire_information.jsp
+1
-1
questionnaire_Information_list.js
...webapp/res/js/education/questionnaire_Information_list.js
+0
-2
questionnaire_Information.js
src/main/webapp/res/js/space/questionnaire_Information.js
+5
-9
No files found.
src/main/webapp/WEB-INF/page/space/questionnaire_information.jsp
View file @
94282bf9
...
...
@@ -101,7 +101,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div
class=
"form-group"
>
<div
class=
"col-sm-10"
>
<label
class=
"col-sm-3"
style=
"font-size: 18px;padding-left: 40px"
>
驳回原因
<span
class=
"text-danger"
>
*
</span>
:
</label>
<textarea
id=
"rejectReason"
name=
"question_22"
cols=
"100"
rows=
"3"
></textarea>
<textarea
id=
"rejectReason"
name=
"question_22"
readonly
cols=
"100"
rows=
"3"
></textarea>
</div>
</div>
...
...
src/main/webapp/res/js/education/questionnaire_Information_list.js
View file @
94282bf9
...
...
@@ -9,10 +9,8 @@ function search() {
searchMessage
(
title
);
}
function
searchMessage
(
title
)
{
console
.
log
(
title
,
'!!!!!!!!!!!!'
)
var
url
=
webroot
+
"questionnaire/selectRecordList?questionnaireUuid=1&createBy="
+
title
;
console
.
log
(
url
,
'!!!!!!!!!!!!'
)
$
(
'#hidden-table-info'
).
DataTable
().
ajax
.
url
(
url
).
load
();
}
...
...
src/main/webapp/res/js/space/questionnaire_Information.js
View file @
94282bf9
...
...
@@ -228,7 +228,7 @@ function toValidate() {
}
})
}
return
fals
e
;
return
tru
e
;
}
});
});
...
...
@@ -254,7 +254,7 @@ function toValidate() {
}
})
}
return
fals
e
;
return
tru
e
;
}
});
});
...
...
@@ -264,15 +264,11 @@ function toValidate() {
return
;
}
if
(
file_list
.
length
<
1
){
console
.
log
(
'in1'
)
console
.
log
(
file_list
)
validateFlag
=
false
swal
(
"失败!"
,
'4.填写《关于众创空间运营情况的相关说明》'
+
' 存在未填项'
,
"error"
);
return
;
}
if
(
file_list_2
.
length
<
1
){
console
.
log
(
'in2'
)
console
.
log
(
file_list_2
)
validateFlag
=
false
swal
(
"失败!"
,
'11.由财务部门出具的相关证明照片或PDF格式文件'
+
' 存在未填项'
,
"error"
);
return
;
...
...
@@ -857,13 +853,13 @@ function file_DIV_List_Show(option){
}
$
(
"#file_DIV_List_Show_15"
).
html
(
html
);
}
else
if
(
upload_option
===
61
){
for
(
var
file_i
in
file_list
){
for
(
var
i
in
file_list_2
){
html
+=
"<div>"
;
html
+=
"<div class=
\"
col-sm-8
\"
>"
;
html
+=
"<label >文件名称:"
+
file_list_2
[
file_
i
].
fileName
+
"</label>"
;
html
+=
"<label >文件名称:"
+
file_list_2
[
i
].
fileName
+
"</label>"
;
html
+=
"</div>"
;
html
+=
"<div class=
\"
col-sm-3
\"
>"
;
html
+=
"<label class=
\"
project_information_class_hover
\"
onclick=
\"
file_DIV_delete_61('"
+
file_list_2
[
file_
i
].
id
+
"')
\"
>删除</label>"
;
html
+=
"<label class=
\"
project_information_class_hover
\"
onclick=
\"
file_DIV_delete_61('"
+
file_list_2
[
i
].
id
+
"')
\"
>删除</label>"
;
html
+=
"</div>"
;
html
+=
"</div>"
;
}
...
...
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