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
a55ffb55
authored
Sep 23, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
自营列表添加ERP订单号
parent
e0e60fca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
resources/views/selfOrder/content.blade.php
resources/views/selfOrder/content.blade.php
View file @
a55ffb55
...
@@ -216,6 +216,7 @@
...
@@ -216,6 +216,7 @@
<th
class=
"pl30"
>
会员账号
</th>
<th
class=
"pl30"
>
会员账号
</th>
<th
class=
"pl30"
>
公司
</th>
<th
class=
"pl30"
>
公司
</th>
<th
class=
"pl30"
>
订单编号
</th>
<th
class=
"pl30"
>
订单编号
</th>
<th
class=
"pl30"
>
ERP单号
</th>
<th
class=
"pl30"
>
应付金额
</th>
<th
class=
"pl30"
>
应付金额
</th>
<th
class=
"pl30"
>
订单状态
</th>
<th
class=
"pl30"
>
订单状态
</th>
<th
class=
"pl30"
>
付款类型
</th>
<th
class=
"pl30"
>
付款类型
</th>
...
@@ -249,6 +250,8 @@
...
@@ -249,6 +250,8 @@
@endif
@endif
</td>
</td>
<td
class=
"show-list"
>
{{$v['order_sn']}}
</td>
<td
class=
"show-list"
>
{{$v['order_sn']}}
</td>
<?php
$order_extend
=
App\Http\Controllers\getOrderExtend
(
$v
[
'order_id'
]);
?>
<td
class=
"show-list"
>
{{ $order_extend ? $order_extend->erp_sn : '' }}
</td>
<td
class=
"show-list"
>
<td
class=
"show-list"
>
<?php
<?php
$currencySign
=
$v
[
'currency'
]
==
1
?
'¥'
:
'$'
;
$currencySign
=
$v
[
'currency'
]
==
1
?
'¥'
:
'$'
;
...
...
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