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
b0d1f12c
authored
Jan 14, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_iteration_20191226'
parents
f27a1624
71571292
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
app/Http/Controllers/OrderController.php
resources/views/detail/content.blade.php
app/Http/Controllers/OrderController.php
View file @
b0d1f12c
...
...
@@ -2114,6 +2114,7 @@ Class OrderController extends Controller
$data
[
'toUser'
]
=
$send_mail_array
;
// 收件人
$cc_send_mail_array
=
Config
(
'config.cc_email'
);
// 固定抄送人
$cc_send_mail_array
[]
=
$request
->
user
->
email
;
// 默认抄送给自己
$cc_email_arr
=
[];
...
...
resources/views/detail/content.blade.php
View file @
b0d1f12c
...
...
@@ -1125,8 +1125,8 @@
html
+=
'
<
option
value
=
"'+cc_sales[i].userId+'"
>
'+cc_sales[i].name+'
<
/option>'
;
}
var
content
=
'
<
div
class
=
"form-group"
>\
<
label
class
=
"col-sm-
3 control-label"
>
请选择
抄送人:
<
/label>
\
<
div
class
=
"col-sm-
9
"
>\
<
label
class
=
"col-sm-
4 control-label"
>
请选择额外
抄送人:
<
/label>
\
<
div
class
=
"col-sm-
8
"
>\
<
select
id
=
"cc_email"
name
=
"cc_email"
class
=
"form-control cc_email selectpicker"
data
-
live
-
search
=
"true"
data
-
size
=
"7"
title
=
"全部"
multiple
>\
'+html+'
\
<
/select>
\
...
...
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