Commit 1aede14e authored by Asjoker's avatar Asjoker

问卷管理-详情细化

parent ca0354e0
......@@ -192,7 +192,7 @@ public class QuestionnaireCtrl {
*/
@RequestMapping({"/selectRecordList"})
@ResponseBody
public Map<String, Object> selectRecordList( Record record){
public Map<String, Object> selectRecordList(Record record){
List<Record> recordList= this.questionnaireService.selectRecordList(record);
Map<String, Object> map = new HashMap();
Map<String, Object> data = new HashMap();
......
......@@ -145,13 +145,10 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div class="row" style="margin-top: 15px">
<%-- 此处为option_8 --%>
<label class="col-sm-3 control-label">每块场地实景照片1张 <span class="text-danger">*</span></label>
<%-- <div class="col-sm-10" id="demo1">--%>
<%-- <input type="hidden" id="material_img" value="<%=request.getContextPath()%>/res/image/a8e5f2d84a324822886b39c74b460288.jpg">--%>
<%-- <img src="<%=request.getContextPath()%>/res/image/a8e5f2d84a324822886b39c74b460288.jpg" width="150px" height="100px" id="img" >--%>
<%-- <a class="btn btn-primary" onclick="upImg()">上传图片</a>--%>
<%-- </div>--%>
<div class="col-sm-4">
<a class="btn btn-primary" onclick="file_DIV_Show('0')" id="upload_place"><strong>添加</strong></a>
<div class="col-sm-4" id="demo1">
<input type="hidden" id="material_img" value="<%=request.getContextPath()%>/res/image/a8e5f2d84a324822886b39c74b460288.jpg">
<img src="<%=request.getContextPath()%>/res/image/a8e5f2d84a324822886b39c74b460288.jpg" width="150px" height="100px" id="img" >
<a class="btn btn-primary" onclick="upImg()">上传图片</a>
</div>
</div>
</div>
......@@ -1424,10 +1421,10 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div class="row">
<label class="col-sm-3" style="font-size: 18px;padding-left: 40px">20.是否为国家级备案众创空间 <span class="text-danger">*</span></label>
<div style="margin: 0 20px">
<input type="radio" name="last_two" value="是">
<input type="radio" name="last_two" id="radio_1" value="是" checked>
</div>
<div style="margin: 0 20px">
<input type="radio" name="last_two" value="否">
<input type="radio" name="last_two" id="radio_2" value="否">
</div>
</div>
</div>
......@@ -1441,10 +1438,10 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div class="row">
<label class="col-sm-3" style="font-size: 18px;padding-left: 40px">21.是否为国家创业孵化示范基地 <span class="text-danger">*</span></label>
<div style="margin: 0 20px">
<input type="radio" name="last_one" value="是">
<input type="radio" name="last_one" id="radio_3" value="是" checked>
</div>
<div style="margin: 0 20px">
<input type="radio" name="last_one" value="否">
<input type="radio" name="last_one" id="radio_4" value="否">
</div>
</div>
</div>
......@@ -1475,21 +1472,20 @@ String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="myModalLabel">附件</h4>
<h4 class="modal-title" id="myModalLabel">场地照片</h4>
</div>
<div class="modal-body">
<div class="form-group">
<form method="get" class="form-horizontal">
<label class="col-sm-3 control-label">选择附件:</label>
<div class="form-group">
<label class="col-sm-3 control-label">选择场地照片:</label>
<div class="col-sm-9" id="projectPlanbookFile_file_div">
<input type="file" id="projectPlanbookFile_file" name="mainfile" class="form-control" >
</div>
<span class="help-block m-b-none" style="text-align: center;color: #ff0000">上传的文件最大10M</span>
</div>
<span class="help-block m-b-none" style="text-align: center;color: #ff0000">请上传后缀名为jpeg、jpg、gif、png的文件,最大1M</span>
</form>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" onclick="projectPlanbookFile_update()" id="projectPlanbookFile_DIV_SC">上传</button>
<button type="button" class="btn btn-default" id="projectPlanbookFile_DIV_ZZSC" style="display: none;">正在上传</button>
......
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