优化及修改
This commit is contained in:
parent
de0cb9860b
commit
8119babcb1
|
|
@ -48,7 +48,7 @@ public class VipAction {
|
|||
@RequestMapping("/sendSms.do")
|
||||
@ResponseBody
|
||||
public Object vipSendSms(HttpServletRequest request) throws ClientException {
|
||||
final String noticeType = "SMS_153716473";
|
||||
final String noticeType = "SMS_153795101";
|
||||
final String noticeTypeCertif = "SMS_143712160";
|
||||
final String noticeTypeMember = "SMS_143717029";
|
||||
final String noticeTypeStudent = "SMS_142146106";
|
||||
|
|
@ -541,7 +541,7 @@ public class VipAction {
|
|||
public ModelAndView downloadActivityImportToExcel(@RequestParam("fileUpload") MultipartFile fileUpload,HttpServletRequest request){
|
||||
SecurityContextImpl securityContextImpl = (SecurityContextImpl) request.getSession().getAttribute("SPRING_SECURITY_CONTEXT");
|
||||
|
||||
final String noticeType = "SMS_153716473";
|
||||
final String noticeType = "SMS_153795101";
|
||||
final String noticeTypeCertif = "SMS_143712160";
|
||||
final String noticeTypeMember = "SMS_143717029";
|
||||
final String noticeTypeStudent = "SMS_142146106";
|
||||
|
|
|
|||
|
|
@ -240,12 +240,12 @@
|
|||
<label class="col-xs-2 control-label no-padding-right">短信类型<span style="color:red;">*</span></label>
|
||||
<div class="col-xs-8">
|
||||
<select id="smsType" name="smsType" class="form-control" onchange="changeSmsContent();">
|
||||
<option value="SMS_153716473">活动通知</option>
|
||||
<option value="SMS_153795101">活动通知</option>
|
||||
<option value="SMS_142146106">学员培训通知</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div id="SMS_153716473" style="display: block;">
|
||||
<div id="SMS_153795101" style="display: block;">
|
||||
<div class="space-4"></div>
|
||||
<div class="form-group" >
|
||||
<label class="col-xs-2 control-label no-padding-right">会议名称<span style="color:red;">*</span></label>
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="space-4" ></div>
|
||||
<div class="form-group" id="SMS_153716473_smsTime">
|
||||
<div class="form-group" id="SMS_153795101_smsTime">
|
||||
<label class="col-xs-2 control-label no-padding-right">会议时间<span style="color:red;">*</span></label>
|
||||
<div class="col-xs-8">
|
||||
<input type="text" id='smsTime' name="smsTime" maxlength="20" class="input-medium" />
|
||||
|
|
@ -264,8 +264,8 @@
|
|||
<div class="form-group" >
|
||||
<label class="col-xs-2 control-label no-padding-right">会议地址<span style="color:red;">*</span></label>
|
||||
<div class="col-xs-8">
|
||||
<input type="text" id='smsAddress' name="smsAddress" maxlength="20" class="input-medium" style="width: 300px;"/><br/>
|
||||
<input type="text" id='smsAddress1' name="smsAddress1" maxlength="20" class="input-medium" style="width: 300px;"/><br/>
|
||||
<input type="text" id='smsAddress' name="smsAddress" maxlength="20" class="input-medium" style="width: 300px;"/>市<br/>
|
||||
<input type="text" id='smsAddress1' name="smsAddress1" maxlength="20" class="input-medium" style="width: 300px;"/>区/县<br/>
|
||||
<input type="text" id='smsAddress2' name="smsAddress2" maxlength="20" class="input-medium" style="width: 300px;"/><br/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -420,14 +420,14 @@
|
|||
<label class="col-xs-2 control-label no-padding-right">短信类型<span style="color:red;">*</span></label>
|
||||
<div class="col-xs-8">
|
||||
<select id="smsType" name="smsType" class="form-control" onchange="changeSmsContent();">
|
||||
<option value="SMS_153716473">活动通知</option>
|
||||
<option value="SMS_153795101">活动通知</option>
|
||||
<option value="SMS_143712160">证书到期通知</option>
|
||||
<option value="SMS_143717029">会员到期通知</option>
|
||||
<option value="SMS_142146106">学员培训通知</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div id="SMS_153716473" style="display: block;">
|
||||
<div id="SMS_153795101" style="display: block;">
|
||||
<div class="space-4" ></div>
|
||||
<div class="form-group" >
|
||||
<label class="col-xs-2 control-label no-padding-right">会议名称<span style="color:red;">*</span></label>
|
||||
|
|
@ -446,8 +446,8 @@
|
|||
<div class="form-group" >
|
||||
<label class="col-xs-2 control-label no-padding-right">会议地址<span style="color:red;">*</span></label>
|
||||
<div class="col-xs-8">
|
||||
<input type="text" id='smsAddress' name="smsAddress" maxlength="20" class="input-medium" style="width: 300px;"/><br/>
|
||||
<input type="text" id='smsAddress1' name="smsAddress1" maxlength="20" class="input-medium" style="width: 300px;"/><br/>
|
||||
<input type="text" id='smsAddress' name="smsAddress" maxlength="20" class="input-medium" style="width: 300px;"/>市<br/>
|
||||
<input type="text" id='smsAddress1' name="smsAddress1" maxlength="20" class="input-medium" style="width: 300px;"/>区/县<br/>
|
||||
<input type="text" id='smsAddress2' name="smsAddress2" maxlength="20" class="input-medium" style="width: 300px;"/><br/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue