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
5fbf44e3
authored
Mar 13, 2024
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
删除按钮
parent
ba8331a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
resources/views/web/supplier/SupplierReceipt.blade.php
resources/views/web/supplier/SupplierReceipt.blade.php
View file @
5fbf44e3
<div
class=
"layui-row"
>
@if($operate == 'update')
<div
class=
"layui-btn-group demoTable"
style=
"margin-top: 5px"
>
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"add_bank"
>
新增
</button>
{{--
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"add_bank"
>
新增
</button>
--}}
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"update_bank"
>
修改
</button>
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"delete_bank"
>
删除
</button>
{{--
<button
type=
"button"
class=
"layui-btn layui-btn-sm"
id=
"delete_bank"
>
删除
</button>
--}}
</div>
@endif
<table
class=
"layui-table"
lay-filter=
"receiptList"
id=
"receiptList"
></table>
</div>
@include('script.supplier.SupplierReceiptScript')
\ No newline at end of file
@include('script.supplier.SupplierReceiptScript')
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