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
2cf060fd
authored
Dec 07, 2017
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
5f6503c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
public/js/Message/manualhistorylist.js
resources/views/message/templatelist.blade.php
public/js/Message/manualhistorylist.js
View file @
2cf060fd
...
@@ -15,5 +15,5 @@ $('#search-btn').click(function () {
...
@@ -15,5 +15,5 @@ $('#search-btn').click(function () {
var
search_desc
=
$
(
'#search-desc'
).
val
();
var
search_desc
=
$
(
'#search-desc'
).
val
();
var
search_channel
=
$
(
'#choose-tpl option:selected'
).
val
();
var
search_channel
=
$
(
'#choose-tpl option:selected'
).
val
();
var
search_sendtime
=
$
(
'#Choice_start'
).
val
();
var
search_sendtime
=
$
(
'#Choice_start'
).
val
();
window
.
location
.
href
=
"/message/manualhistory
L
ist?search_desc="
+
search_desc
+
"&search_channel="
+
search_channel
+
"&search_sendtime="
+
search_sendtime
;
window
.
location
.
href
=
"/message/manualhistory
l
ist?search_desc="
+
search_desc
+
"&search_channel="
+
search_channel
+
"&search_sendtime="
+
search_sendtime
;
})
})
\ No newline at end of file
resources/views/message/templatelist.blade.php
View file @
2cf060fd
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<td>
{{ $info[$i]->title }}
</td>
<td>
{{ $info[$i]->title }}
</td>
<td>
{{ $info[$i]->description }}
</td>
<td>
{{ $info[$i]->description }}
</td>
<td>
{{ $info[$i]->show_channels_str }}
</td>
<td>
{{ $info[$i]->show_channels_str }}
</td>
<td><a
href=
"{{url('message/add
T
emplate')}}?tpl_id={{$info[$i]->tpl_id}}"
class=
"btn btn-xs btn-outline btn-primary"
>
编辑
</a></td>
<td><a
href=
"{{url('message/add
t
emplate')}}?tpl_id={{$info[$i]->tpl_id}}"
class=
"btn btn-xs btn-outline btn-primary"
>
编辑
</a></td>
</tr>
</tr>
@endfor
@endfor
</tbody>
</tbody>
...
...
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