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
65a3beb4
authored
Jan 15, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
购物车添加赠品
parent
e6acc26d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
1 deletions
public/js/add_order.js
resources/views/addOrder/content.blade.php
resources/views/detail/detail_items_info.php
public/js/add_order.js
View file @
65a3beb4
This diff is collapsed.
Click to expand it.
resources/views/addOrder/content.blade.php
View file @
65a3beb4
...
@@ -461,6 +461,27 @@
...
@@ -461,6 +461,27 @@
<textarea
name=
"remark"
id=
"remark"
class=
"form-control"
placeholder=
"填写订单备注信息"
></textarea>
<textarea
name=
"remark"
id=
"remark"
class=
"form-control"
placeholder=
"填写订单备注信息"
></textarea>
</div>
</div>
</div>
</div>
<div
class=
"order-gift-info"
>
<div
class=
"ibox-title"
>
<h3>
赠品信息
</h3>
</div>
<div
class=
"ibox-content"
>
<table
class=
"table table-bordered table-hover gift-table"
>
<thead>
<tr>
<th
width=
"10%"
>
活动ID
</th>
<th
width=
"20%"
>
赠品图片
</th>
<th
width=
"20%"
>
赠品名称
</th>
<th
width=
"20%"
>
赠品数量
</th>
<th
width=
"30%"
>
赠品说明
</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
</div>
<div
class=
"order-info"
>
<div
class=
"order-info"
>
<div
class=
"ibox-title"
>
<div
class=
"ibox-title"
>
...
...
resources/views/detail/detail_items_info.php
View file @
65a3beb4
...
@@ -228,7 +228,7 @@
...
@@ -228,7 +228,7 @@
<tbody>
<tbody>
<?php
foreach
(
$order_gift
as
$k
=>
$v
)
{
?>
<?php
foreach
(
$order_gift
as
$k
=>
$v
)
{
?>
<tr>
<tr>
<td>
<?=
$v
[
'activity_id'
]
?>
</td>
<td>
<?=
$v
[
'
gift_info'
][
'
activity_id'
]
?>
</td>
<td>
<td>
<div
class=
"layer-photos-demo"
>
<div
class=
"layer-photos-demo"
>
<a><img
src=
"
<?=
$v
[
'gift_info'
][
'pic'
]
?>
"
width=
"20"
height=
"20"
></a>
<a><img
src=
"
<?=
$v
[
'gift_info'
][
'pic'
]
?>
"
width=
"20"
height=
"20"
></a>
...
...
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