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
e512d37c
authored
Sep 27, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/zhujilai/Order
into zjl_new_order_20210926
parents
a322fafb
18103875
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
resources/views/detail/detail_items_info.php
resources/views/orderlist/content.blade.php
resources/views/detail/detail_items_info.php
View file @
e512d37c
...
...
@@ -103,7 +103,7 @@
<td>
<?php
if
(
$v
[
'order_goods_type'
]
==
1
)
{
echo
'
联
营'
;
echo
'
专
营'
;
}
else
{
echo
$v
[
'sale_type'
]
==
1
?
'现货'
:
'预售'
;
}
...
...
resources/views/orderlist/content.blade.php
View file @
e512d37c
...
...
@@ -324,7 +324,7 @@
<td
class=
"show-list"
>
@if ($v['is_type'] == 1)
<p
class=
"show-title"
title=
"{{ preg_match('/\d/', $v['order_remark']) ? '' : $v['order_remark'] }}"
style=
"width: 200px;"
>
{{ preg_match('/^\d$/', $v['order_remark']) ? '' : $v['order_remark'] }}
</p>
@else
if ($v['order_type'] == 1)
@else
<p
class=
"show-title"
title=
"{{App\Http\Controllers\getCompanyName($v['order_id'], $v['user_id'])}}"
style=
"width: 200px;"
>
{{App\Http\Controllers\getCompanyName($v['order_id'], $v['user_id'])}}
</p>
@endif
</td>
...
...
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