SupplierAttachment.blade.php
589 Bytes
<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_attachment">上传</button>
<button type="button" class="layui-btn layui-btn-sm" id="update_attachment">修改</button>
<button type="button" class="layui-btn layui-btn-sm" id="delete_attachment">删除</button>
</div>
@endif
<table class="layui-table" lay-filter="attachmentList" id="attachmentList"></table>
</div>
@include('script.supplier.SupplierAttachmentScript')