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
a3a660e6
authored
Apr 16, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
审单时添加客服备注
parent
e928d2ca
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
0 deletions
app/Http/Controllers/OrderController.php
resources/views/detail/changeOrder.blade.php
resources/views/detail/content.blade.php
app/Http/Controllers/OrderController.php
View file @
a3a660e6
...
...
@@ -752,6 +752,7 @@ Class OrderController extends Controller
"k2"
=>
$check
[
'k2'
],
"client_source"
=>
$client_source
,
"change_extend_fee"
=>
$request
->
input
(
'change_extend_fee'
,
''
),
"kefu_remark"
=>
$request
->
input
(
'kefu_remark'
,
''
),
];
$temp
=
json_decode
(
curlApi
(
$url
,
$resData
,
"POST"
),
true
);
...
...
resources/views/detail/changeOrder.blade.php
View file @
a3a660e6
...
...
@@ -147,6 +147,8 @@
</tbody>
</table>
<textarea
name=
"kefu_remark"
id=
"kefu_remark"
class=
"form-control"
placeholder=
"客服备注信息"
style=
"resize: none;"
>
{{$order_temp_info['kefu_remark']}}
</textarea>
@if ($order_info['order_goods_type'] == 2)
<table
class=
"table table-bordered table-hover"
>
<tr>
...
...
resources/views/detail/content.blade.php
View file @
a3a660e6
...
...
@@ -478,6 +478,13 @@
<td
colspan=
"10"
>
{{$order_info['order_remark']}}
</td>
</tr>
@endif
@if ($order_temp_info['kefu_remark'])
<tr>
<td>
客服备注信息:
</td>
<td
colspan=
"10"
>
{{$order_temp_info['kefu_remark']}}
</td>
</tr>
@endif
</tfoot>
</table>
...
...
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