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
c1317f7b
authored
Oct 12, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_order_20200923'
parents
27b41e50
8600c65d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
resources/views/orderlist/content.blade.php
resources/views/selfOrder/content.blade.php
resources/views/orderlist/content.blade.php
View file @
c1317f7b
...
...
@@ -278,7 +278,9 @@
<tr
data-oid=
"{{ $v['order_id'] }}"
data-type=
"1"
>
<td
class=
"show-list"
>
<?php
print_r
(
App\Http\Controllers\getAccountName
(
$v
[
'user_id'
]));
?>
</td>
<td
class=
"show-list"
>
@if ($v['order_type'] == 1)
@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>
@elseif ($v['order_type'] == 1)
<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>
...
...
resources/views/selfOrder/content.blade.php
View file @
c1317f7b
...
...
@@ -298,7 +298,9 @@
@endif
</td>
<td
class=
"show-list"
>
@if ($v['order_type'] == 1)
@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>
@elseif ($v['order_type'] == 1)
<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