Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1ac5190c
authored
Aug 29, 2019
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
init
parent
61e69319
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
resources/views/message/sendmanualmessage.blade.php
resources/views/message/sendmanualmessage.blade.php
View file @
1ac5190c
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment