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
030f9b9c
authored
Oct 26, 2018
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_adjust_20181026' into development
parents
b47b410b
54aa24ca
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
resources/views/detail/content.blade.php
resources/views/selfOrder/content.blade.php
resources/views/detail/content.blade.php
View file @
030f9b9c
...
...
@@ -202,7 +202,6 @@
@else
<th>
收货地址
</th>
@endif
<th>
客户备注
</th>
</tr>
<tr>
<td>
...
...
@@ -230,8 +229,6 @@
{{$order_address_info['province_val']}}
{{$order_address_info['city_val']}}
{{$order_address_info['district_val']}}
{{$order_address_info['address']}}
</td>
@endif
<td>
{{$order_info['order_remark']}}
</td>
</tr>
</table>
</div>
...
...
resources/views/selfOrder/content.blade.php
View file @
030f9b9c
...
...
@@ -18,6 +18,7 @@
<li
class=
"order_type_tab active"
data-val=
""
>
会员账号
</li>
<li
class=
"order_type_tab"
data-val=
"1"
>
订单编号
</li>
<li
class=
"order_type_tab"
data-val=
"2"
>
型号名称
</li>
<li
class=
"order_type_tab"
data-val=
"3"
>
发票抬头
</li>
</ul>
</div>
</dd>
...
...
@@ -47,7 +48,7 @@
</div>
</dd>
</dl>
<dl>
<
!-- <
dl>
<dt>客服:</dt>
<dd style="width: 115px;">
<div class="droplist" data-default="{{$condition['order_send']}}" id="order_send" name="order_send" >
...
...
@@ -59,7 +60,7 @@
</ul>
</div>
</dd>
</dl>
</dl>
-->
<!-- 京东自营角色不显示订单来源 -->
@if ($role != 6)
<dl>
...
...
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