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
3fc5ea5f
Commit
3fc5ea5f
authored
Mar 03, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题8
parent
bd0481a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
Application/Admin/Controller/InveController.class.php
+5
-1
Application/Admin/View/inve/details.html
+3
-4
No files found.
Application/Admin/Controller/InveController.class.php
View file @
3fc5ea5f
...
@@ -179,7 +179,11 @@ class InveController extends AdminController
...
@@ -179,7 +179,11 @@ class InveController extends AdminController
$log
=
$this
->
getLogistics
(
$rows
[
'order_num'
],
$this
->
group_id
);
$log
=
$this
->
getLogistics
(
$rows
[
'order_num'
],
$this
->
group_id
);
$rows
[
'log'
]
=
$log
;
$rows
[
'log'
]
=
$log
;
$dist
=
$this
->
getDist
(
$_GET
[
'id'
]);
$dist
=
$this
->
getDist
(
$_GET
[
'id'
]);
$rows
[
'dist'
]
=
$dist
;
$ttt
=
[
$dist
[
0
],
$dist
[
0
]
];
$rows
[
'dist'
]
=
$ttt
;
}
}
$this
->
meta_title
=
'订单详情'
;
$this
->
meta_title
=
'订单详情'
;
$this
->
assign
(
'rows'
,
$rows
);
$this
->
assign
(
'rows'
,
$rows
);
...
...
Application/Admin/View/inve/details.html
View file @
3fc5ea5f
...
@@ -277,7 +277,7 @@
...
@@ -277,7 +277,7 @@
<th
style=
"border: 1px grey dashed;text-align: center;"
>
提交时间
</th>
<th
style=
"border: 1px grey dashed;text-align: center;"
>
提交时间
</th>
</tr>
</tr>
<notempty
name=
"rows.dist"
>
<notempty
name=
"rows.dist"
>
<volist
name=
"rows.dist"
id=
"vo"
>
<volist
name=
"rows.dist"
id=
"vo"
key=
"voi"
>
<tr>
<tr>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.id}
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.id}
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.u_name}
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.u_name}
</td>
...
@@ -289,7 +289,7 @@
...
@@ -289,7 +289,7 @@
<eq
name=
"vo.dist_type"
value=
"2"
>
配送中
</eq>
<eq
name=
"vo.dist_type"
value=
"2"
>
配送中
</eq>
<eq
name=
"vo.dist_type"
value=
"3"
>
已完成
</eq>
<eq
name=
"vo.dist_type"
value=
"3"
>
已完成
</eq>
</td>
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
第{$vo
.dist_c
i}次
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
第{$voi}次
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.s_sum}
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.s_sum}
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.dist_time|date='Y-m-d H:i',###}
</td>
<td
style=
"border: 1px grey dashed;text-align: center;"
>
{$vo.dist_time|date='Y-m-d H:i',###}
</td>
</tr>
</tr>
...
@@ -385,4 +385,4 @@
...
@@ -385,4 +385,4 @@
document
.
getElementById
(
"time"
).
innerHTML
=
showLocale
();
document
.
getElementById
(
"time"
).
innerHTML
=
showLocale
();
},
1000
);
},
1000
);
</script>
</script>
</block>
</block>
\ 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