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
065858df
authored
Aug 27, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
merge
parents
16f92801
be9a9476
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
resources/views/changeOrder/tempSave.blade.php
resources/views/changeOrder/tempSave.blade.php
View file @
065858df
...
...
@@ -46,8 +46,8 @@
<td>
{{ isset($v['standard_brand_name']) ? $v['standard_brand_name'] : '' }}
</td>
<td>
{{$v['goods_number']}}
</td>
<td>
{{$v['goods_price']}}
</td>
<td>
{{
App\Http\Controllers\getSalesName($v['buyer_id'])
}}
</td>
<td>
{{
$v['batch']
}}
</td>
<td>
{{
isset($v['buyer_id']) ? App\Http\Controllers\getSalesName($v['buyer_id']) : ''
}}
</td>
<td>
{{
isset($v['batch']) ? $v['batch'] : ''
}}
</td>
<td>
<?=
$v
[
'status'
]
==
1
?
'正常'
:
'<i style="color: red;">已取消</i>'
?>
...
...
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