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
8d206b45
authored
Jul 26, 2021
by
朱继来
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'zjl_brand_20210715'
parents
f5200fa3
ac25508b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
resources/views/selfOrder/content.blade.php
resources/views/selfOrder/content.blade.php
View file @
8d206b45
...
...
@@ -404,6 +404,12 @@
@if ($username == 'vpadmin@ichunt.com')
<a
class=
"btn btn-info edit_erp_sn"
data-oid=
"{{$v['order_id']}}"
data-erp_sn=
"{{ $order_extend ? $order_extend->erp_sn : '' }}"
>
编辑ERP单号
</a>
@endif
<!-- 解锁审单 -->
<?php
$is_lock_check
=
App\Http\Controllers\isLockCheck
(
$v
[
'order_id'
]);
?>
@if (in_array($role, [1, 2])
&&
$is_lock_check
&&
in_array($v['status'], [1, 2])
&&
$order_extend->is_manager_audit != 3)
<a
class=
"btn btn-danger unlock_check"
data-oid=
"{{$v['order_id']}}"
>
解锁审单
</a>
@endif
</div>
</td>
</tr>
...
...
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