Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bds
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
bds
Commits
60f2be24
Commit
60f2be24
authored
Mar 02, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题1
parent
3bde8968
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
Application/Admin/Controller/GroupStatiController.class.php
+0
-0
Application/Admin/View/GroupStati/sales.html
+17
-5
Application/Admin/View/Public/base.html
+1
-1
No files found.
Application/Admin/Controller/GroupStatiController.class.php
View file @
60f2be24
This diff is collapsed.
Click to expand it.
Application/Admin/View/GroupStati/sales.html
View file @
60f2be24
...
@@ -33,27 +33,39 @@
...
@@ -33,27 +33,39 @@
<th
class=
""
>
销售日期
</th>
<th
class=
""
>
销售日期
</th>
<th
class=
""
>
订单条数
</th>
<th
class=
""
>
订单条数
</th>
<th
class=
""
>
商品总价
</th>
<th
class=
""
>
商品总价
</th>
<th
class=
""
>
优惠金额
</th>
<th
class=
""
>
待发货
</th>
<th
class=
""
>
实际金额
</th>
<th
class=
""
>
待收货
</th>
<th
class=
""
>
退换货
</th>
<th
class=
""
>
已完成
</th>
<th
class=
""
>
销售总额
</th>
<th
class=
""
>
赠送金额
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
<notempty
name=
"rows.list"
>
<notempty
name=
"rows.list"
>
<volist
name=
"rows.list"
id=
"vo"
>
<volist
name=
"rows.list"
id=
"vo"
>
<tr>
<tr>
<td>
{$vo.t
ime
}
</td>
<td>
{$vo.t}
</td>
<td>
{$vo.sum}(条)
</td>
<td>
{$vo.sum}(条)
</td>
<td>
{$vo.z_price} ¥
</td>
<td>
{$vo.z_price} ¥
</td>
<td>
{$vo.cou_price} ¥
</td>
<td>
{$vo.send_price} ¥
</td>
<td>
{$vo.give_price} ¥
</td>
<td>
{$vo.rollback_price} ¥
</td>
<td>
{$vo.complete_price} ¥
</td>
<td>
{$vo.s_price} ¥
</td>
<td>
{$vo.s_price} ¥
</td>
<td>
{$vo.y_price} ¥
</td>
</tr>
</tr>
</volist>
</volist>
<tr
style=
"background: #bce8f1;"
>
<tr
style=
"background: #bce8f1;"
>
<td>
合计:
</td>
<td>
合计:
</td>
<td>
{$rows.sum}(条)
</td>
<td>
{$rows.sum}(条)
</td>
<td>
{$rows.z_price} ¥
</td>
<td>
{$rows.z_price} ¥
</td>
<td>
{$rows.cou_price} ¥
</td>
<td>
{$rows.send_price} ¥
</td>
<td>
{$rows.give_price} ¥
</td>
<td>
{$rows.rollback_price} ¥
</td>
<td>
{$rows.complete_price} ¥
</td>
<td>
{$rows.s_price} ¥
</td>
<td>
{$rows.s_price} ¥
</td>
<td>
{$rows.y_price} ¥
</td>
</tr>
</tr>
<else/>
<else/>
<td
colspan=
"9"
class=
"text-center"
>
aOh! 暂时还没有内容!
</td>
<td
colspan=
"9"
class=
"text-center"
>
aOh! 暂时还没有内容!
</td>
...
...
Application/Admin/View/Public/base.html
View file @
60f2be24
...
@@ -121,7 +121,7 @@
...
@@ -121,7 +121,7 @@
if
(
data
>
0
){
if
(
data
>
0
){
$
(
'#order'
).
show
();
$
(
'#order'
).
show
();
playSound
();
playSound
();
$
(
'#order'
).
html
(
"<a href='
http://yhctvip.com
/Admin/GroupOrder/index.html'>亲!您有新订单,请尽快处理。("
+
data
+
")</a>"
);
$
(
'#order'
).
html
(
"<a href='/Admin/GroupOrder/index.html'>亲!您有新订单,请尽快处理。("
+
data
+
")</a>"
);
}
else
{
}
else
{
$
(
'#order'
).
hide
();
$
(
'#order'
).
hide
();
}
}
...
...
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