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
e050cc59
authored
Jul 15, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_self_return_20200706'
parents
4e9aa2d2
f10c8a62
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/changeOrder/content.blade.php
resources/views/changeOrder/content.blade.php
View file @
e050cc59
...
...
@@ -223,7 +223,7 @@
<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"
style=
"margin-top:10px;"
>
<
!--<
table class="table table-bordered table-hover" style="margin-top:10px;">
<tr>
<th width="20%">批量调价</th>
<td>
...
...
@@ -231,7 +231,7 @@
<span class="text-danger">(批量设置单价,默认值1,折扣范围 0 < 值 <= 1)</span>
</td>
</tr>
</table>
</table>
-->
@endif
<?php
$extend_fee_items
=
json_decode
(
$order_temp_info
[
'extend_fee_items'
],
true
);
?>
...
...
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