修改样式
parent
9132b59478
commit
49e2f63429
|
@ -993,10 +993,11 @@ public class ProjectController extends BaseController {
|
|||
@RequestMapping("/saveApprove")
|
||||
@ResponseBody
|
||||
public ResponseMsg saveApprove(int id) throws Exception {
|
||||
Project project = projectRepository.findOne(id);
|
||||
projectService.saveApprove(project, InterfaceUtil.getAdmin());
|
||||
|
||||
return ResponseMsg.buildSuccessMsg("提交成功");
|
||||
// Project project = projectRepository.findOne(id);
|
||||
// projectService.saveApprove(project, InterfaceUtil.getAdmin());
|
||||
//
|
||||
// return ResponseMsg.buildSuccessMsg("提交成功");
|
||||
return ResponseMsg.buildFailedMsg("请到编辑页面提交审核");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -274,7 +274,7 @@
|
|||
<div class="am-g am-form-group am-margin-top">
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right"><span style="color: red;">*</span>行业场景应用</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<select data-am-selected id="industryScene" name="industryScene">
|
||||
<select data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 200,searchBox: 1}" id="industryScene" name="industryScene">
|
||||
<#if project.industryScene??>
|
||||
<option value="1" <#if project.industryScene=1>selected</#if>>信息安全</option>
|
||||
<option value="2" <#if project.industryScene=2>selected</#if>>政府</option>
|
||||
|
|
|
@ -222,7 +222,7 @@
|
|||
<div class="am-g am-form-group am-margin-top">
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right"><span style="color: red;">*</span>行业场景应用</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<select data-am-selected id="industryScene" name="industryScene">
|
||||
<select data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 200,searchBox: 1}" id="industryScene" name="industryScene">
|
||||
<option value="1" >信息安全</option>
|
||||
<option value="2" >政府</option>
|
||||
<option value="3" >公安</option>
|
||||
|
|
|
@ -243,7 +243,7 @@
|
|||
<div class="am-g am-form-group am-margin-top">
|
||||
<div class="am-u-sm-4 am-u-md-2 am-text-right"><span style="color: red;">*</span>行业场景应用</div>
|
||||
<div class="am-u-sm-6 am-u-md-6">
|
||||
<select data-am-selected id="industryScene" name="industryScene">
|
||||
<select data-am-selected="{btnSize: 'sm',btnWidth: '150px',maxHeight: 200,searchBox: 1}" id="industryScene" name="industryScene">
|
||||
<#if project.industryScene??>
|
||||
<option value="1" <#if project.industryScene=1>selected</#if>>信息安全</option>
|
||||
<option value="2" <#if project.industryScene=2>selected</#if>>政府</option>
|
||||
|
|
Loading…
Reference in New Issue