Commit 1ac5190c by 孙龙

init

parent 61e69319
...@@ -131,13 +131,15 @@ ...@@ -131,13 +131,15 @@
<div class="col-sm-10 form-inline layui-form-item" style="margin-top: 20px"> <div class="col-sm-10 form-inline layui-form-item" style="margin-top: 20px">
<label class="col-sm-4 control-label layui-form-label" style="width: 100px;font-weight: bold"> *选择模板:</label> <label class="col-sm-4 control-label layui-form-label" style="width: 100px;font-weight: bold"> *选择模板:</label>
<div class="col-sm-3 layui-input-block" style=" margin-left: 2%;"> <div class="col-sm-3 layui-input-block" style=" margin-left: 6%;">
<select lay-verify="required" class="form-control select2" name="inner-choose-type" id="choose-tpl"> <select lay-verify="required" class="form-control select2" name="inner-choose-type" id="choose-tpl">
@if(empty($info->tpl_id)) @if(empty($info->tpl_id))
<option value="0" selected>请选择消息模板</option> <option value="0" selected>请选择消息模板</option>
@endif @endif
@for($i=0;$i<count($all_msg_tpl);$i++) @for($i=0;$i<count($all_msg_tpl);$i++)
@if(in_array($all_msg_tpl[$i]->description,["zhanhui-001-email","zhanhui-001-duanxin","batch_send_inside_letter"]))
<option value="{{ $all_msg_tpl[$i]->tpl_id }}" @if($info->tpl_id==$all_msg_tpl[$i]->tpl_id) selected @endif>{{ $all_msg_tpl[$i]->description }}</option> <option value="{{ $all_msg_tpl[$i]->tpl_id }}" @if($info->tpl_id==$all_msg_tpl[$i]->tpl_id) selected @endif>{{ $all_msg_tpl[$i]->description }}</option>
@endif
@endfor @endfor
</select> </select>
</div> </div>
...@@ -245,7 +247,7 @@ ...@@ -245,7 +247,7 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>批量发送站内信</td> <td>batch_send_inside_letter</td>
<td>站内信</td> <td>站内信</td>
<td>其它</td> <td>其它</td>
<td>展会活动</td> <td>展会活动</td>
...@@ -260,7 +262,7 @@ ...@@ -260,7 +262,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td>批量发送邮件</td> <td>zhanhui-001-email</td>
<td>邮件</td> <td>邮件</td>
<td>其它</td> <td>其它</td>
<td>展会活动</td> <td>展会活动</td>
...@@ -273,7 +275,7 @@ ...@@ -273,7 +275,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td>批量发送短信</td> <td>zhanhui-001-duanxin</td>
<td>短信</td> <td>短信</td>
<td>其它</td> <td>其它</td>
<td>展会活动</td> <td>展会活动</td>
......
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 sign in to comment