Commit ef26d162 authored by Asjoker's avatar Asjoker

问卷管理-详情细化

parent a191c75a
......@@ -92,7 +92,7 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div class="col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5 style="margin-left: 20px; font-size: 20px">2021年度天津市高众创空间绩效评估</h5>
<h5 style="margin-left: 20px; font-size: 20px">2021年度天津市高众创空间绩效评估</h5>
</div>
<div class="ibox-content">
<form method="get" class="form-horizontal">
......
......@@ -559,6 +559,7 @@ function passQuestionnaire(){
}
function rejectQuestionnaire(){
formData = []
var rejectReason = '';
if($('#rejectReason')[0].value == ''){
swal("失败!", '未填写驳回原因', "error");
......
......@@ -16,9 +16,11 @@ function searchMessage(title, status) {
var url=webroot+"questionnaire/selectRecordList?questionnaireUuid=1&createBy="+title;
} else if (status !== null && status !== ''){
var url=webroot+"questionnaire/selectRecordList?questionnaireUuid=1&processStatus="+status;
} else {
var url=webroot+"questionnaire/selectRecordList?questionnaireUuid=1";
}
$('#hidden-table-info').DataTable().ajax.url(url).load();
$('#hidden-table-info').DataTable().ajax.url( url).load();
}
function testListApi() {
......
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