Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
liexin_supplier
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
d05ff3df
authored
Jul 18, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
详情也可以查看操作检测记录
parent
84c407e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
resources/views/web/SupplierDetail.blade.php
resources/views/web/SupplierDetail.blade.php
View file @
d05ff3df
...
...
@@ -113,6 +113,12 @@
@if (checkPerm('UpdateSkuRuler'))
<li
id=
"ruler"
>
SKU概况
</li>
@endif
<li
@
if
(!
checkPerm
('
ViewSupplierExamination
'))
style=
"display: none"
@
endif
@
if
(
request
()
-
>
get('tab')=='examination')
class="layui-this"
@endif
id="examination">检测记录
</li>
</ul>
<div
class=
"layui-tab-content"
>
<div
class=
"layui-tab-item layui-show"
>
...
...
@@ -470,6 +476,9 @@
@include('web.supplier.SkuUploadStatus');
<hr>
</div>
<div
class=
"layui-tab-item @if(request()->get('tab')=='examination') layui-show @endif"
>
@include('web.SupplierExaminationList')
</div>
</div>
</div>
</div>
...
...
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