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
c28d30e3
authored
Oct 23, 2019
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
1ac5190c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
5 deletions
resources/views/message/sendmanualmessage.blade.php
resources/views/message/sendmanualmessage.blade.php
View file @
c28d30e3
...
...
@@ -137,7 +137,7 @@
<option
value=
"0"
selected
>
请选择消息模板
</option>
@endif
@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"]))
@
if
(
in_array
($
all_msg_tpl
[$
i
]
-
>
description,["zhanhui-001-email","zhanhui-001-duanxin","batch_send_inside_letter"
,"batch_send_inside_letter_any"
]))
<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
...
...
@@ -212,7 +212,7 @@
<div
class=
"layui-col-md12"
style=
"margin-top: 50px"
>
<div
class=
"layui-card"
>
<div
class=
"layui-card-header"
>
通用模板下载(
<span
style=
"color: #ff0000"
>
表头字段禁止修改
</span>
)
</div>
<div
class=
"layui-card-body"
style=
"height:
5
00px;"
>
<div
class=
"layui-card-body"
style=
"height:
6
00px;"
>
<div
class=
"layui-table-header"
>
<table
cellspacing=
"0"
cellpadding=
"0"
border=
"0"
class=
"layui-table"
>
...
...
@@ -247,7 +247,7 @@
</thead>
<tbody>
<tr>
<td>
batch_send_inside_letter
</td>
<td
style=
"color:#ff0000;font-weight: bold"
>
batch_send_inside_letter
</td>
<td>
站内信
</td>
<td>
其它
</td>
<td>
展会活动
</td>
...
...
@@ -262,7 +262,7 @@
</td>
</tr>
<tr>
<td>
zhanhui-001-email
</td>
<td
style=
"color:#ff0000;font-weight: bold"
>
zhanhui-001-email
</td>
<td>
邮件
</td>
<td>
其它
</td>
<td>
展会活动
</td>
...
...
@@ -275,12 +275,13 @@
</td>
</tr>
<tr>
<td>
zhanhui-001-duanxin
</td>
<td
style=
"color:#ff0000;font-weight: bold"
>
zhanhui-001-duanxin
</td>
<td>
短信
</td>
<td>
其它
</td>
<td>
展会活动
</td>
<td><a
class=
"layui-btn"
href=
"/export/zh-duanxin.xlsx"
>
下载
</a></td>
</tr>
<tr>
<td
colspan=
"4"
>
<div><span
style=
"color: #ff0000"
>
备注:
</span></div>
...
...
@@ -289,6 +290,21 @@
</div>
</td>
</tr>
<tr>
<td
style=
"color:#ff0000;font-weight: bold"
>
batch_send_inside_letter_any
</td>
<td>
站内信
</td>
<td>
其它
</td>
<td>
展会活动
</td>
<td><a
class=
"layui-btn"
href=
"/export/batch_send_inside_letter_any.xlsx"
>
下载
</a></td>
</tr>
<tr>
<td
colspan=
"4"
>
<div><span
style=
"color: #ff0000"
>
备注:
</span></div>
<div>
列字段:[1:用户(消息接收者)] [ ...arg 自己自定义字段名称(必须和模板里面一致)]
</div>
</td>
</tr>
</tbody>
</table>
</div>
...
...
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