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
38c297b4
authored
Jun 04, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整地址信息
parent
2573ebfa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
41 deletions
resources/views/detail/content.blade.php
resources/views/detail/detail_address_info.php
resources/views/detail/detail_invoice_address_info.php
resources/views/detail/content.blade.php
View file @
38c297b4
...
...
@@ -69,7 +69,7 @@
?>
<!-- 收货、发票等信息 -->
<div
class=
"tabs-box table-responsive"
>
<div
class=
"tabs-box table-responsive"
style=
"width: 100%;"
>
@include('detail.detail_multi_info')
</div>
...
...
resources/views/detail/detail_address_info.php
View file @
38c297b4
...
...
@@ -15,30 +15,33 @@
?>
</div>
<table
class=
"table table-bordered"
>
<tr>
<th
width=
"15%"
>
收货人
</th>
<th
width=
"15%"
>
联系电话/手机
</th>
<th
width=
"10%"
>
配送方式
</th>
<?php
if
(
$order_info
[
'order_shipping_type'
]
==
2
)
{
?>
<th>
自提地址
</th>
<?php
}
else
{
?>
<th>
收货地址
</th>
<?php
}
?>
</tr>
<tr>
<td>
<?=
$order_address_info
[
'consignee'
]
?>
</td>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered text-nowrap"
>
<tr>
<th
width=
"15%"
>
收货人
</th>
<th
width=
"18%"
>
联系电话/手机
</th>
<th
width=
"15%"
>
配送方式
</th>
<?php
if
(
$order_info
[
'order_shipping_type'
]
==
2
)
{
?>
<th>
自提地址
</th>
<?php
}
else
{
?>
<th>
收货地址
</th>
<?php
}
?>
</tr>
<tr>
<td>
<?=
$order_address_info
[
'consignee'
]
?>
</td>
<td>
<?=
$order_address_info
[
'mobile'
]
?>
</td>
<td>
<?=
$order_address_info
[
'mobile'
]
?>
</td>
<?php
if
(
$order_info
[
'order_shipping_type'
]
==
2
)
{
?>
<td>
客户自提
</td>
<td>
<?=
$order_address_info
[
'address'
]
?>
</td>
<?php
}
else
{
?>
<td>
快递送货
</td>
<td>
<?=
$order_address_info
[
'province_val'
]
?>
<?=
$order_address_info
[
'city_val'
]
?>
<?=
$order_address_info
[
'district_val'
]
?>
<?=
$order_address_info
[
'address'
]
?>
</td>
<?php
}
?>
</tr>
</table>
</div>
<?php
if
(
$order_info
[
'order_shipping_type'
]
==
2
)
{
?>
<td>
客户自提
</td>
<td>
<?=
$order_address_info
[
'address'
]
?>
</td>
<?php
}
else
{
?>
<td>
快递送货
</td>
<td>
<?=
$order_address_info
[
'province_val'
]
?>
<?=
$order_address_info
[
'city_val'
]
?>
<?=
$order_address_info
[
'district_val'
]
?>
<?=
$order_address_info
[
'address'
]
?>
</td>
<?php
}
?>
</tr>
</table>
resources/views/detail/detail_invoice_address_info.php
View file @
38c297b4
...
...
@@ -2,18 +2,20 @@
<h3
style=
"float: left; width: 100px;"
>
发票收货信息
</h3>
</div>
<table
class=
"table table-bordered"
>
<tr>
<th
width=
"15%"
>
收票人
</th>
<th
width=
"15%"
>
联系电话/手机
</th>
<th>
收票地址
</th>
</tr>
<div
class=
"table-responsive"
>
<table
class=
"table table-bordered text-nowrap"
>
<tr>
<th
width=
"15%"
>
收票人
</th>
<th
width=
"18%"
>
联系电话/手机
</th>
<th>
收票地址
</th>
</tr>
<tr>
<td>
<?=
$order_invoice_address_info
[
'consignee'
]
?>
</td>
<td>
<?=
$order_invoice_address_info
[
'mobile'
]
?>
</td>
<td>
<?=
$order_invoice_address_info
[
'province_val'
]
?>
<?=
$order_invoice_address_info
[
'city_val'
]
?>
<?=
$order_invoice_address_info
[
'district_val'
]
?>
<?=
$order_invoice_address_info
[
'address'
]
?>
</td>
</tr>
</table>
\ No newline at end of file
<tr>
<td>
<?=
$order_invoice_address_info
[
'consignee'
]
?>
</td>
<td>
<?=
$order_invoice_address_info
[
'mobile'
]
?>
</td>
<td>
<?=
$order_invoice_address_info
[
'province_val'
]
?>
<?=
$order_invoice_address_info
[
'city_val'
]
?>
<?=
$order_invoice_address_info
[
'district_val'
]
?>
<?=
$order_invoice_address_info
[
'address'
]
?>
</td>
</tr>
</table>
</div>
\ No newline at end of file
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