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
17da1d8e
authored
Jun 30, 2023
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
优化按钮显示
parent
1bf54d9f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
resources/views/web/supplier/SupplierRuler.blade.php
resources/views/web/supplier/SupplierRuler.blade.php
View file @
17da1d8e
...
...
@@ -5,7 +5,9 @@
{{--运费规则--}}
<div
class=
"layui-form-item"
>
@if($operate==='update')
<button
class=
"layui-btn layui-btn-sm"
type=
"button"
id=
"saveShippingCostRuler"
>
添加运费规则
</button>
@endif
<table
class=
"layui-table"
lay-filter=
"shippingCostRulerList"
id=
"shippingCostRulerList"
></table>
</div>
...
...
@@ -17,11 +19,13 @@
{{--采购备注--}}
<div
class=
"layui-form-item"
>
<button
class=
"layui-btn layui-btn-sm"
type=
"button"
id=
"savePurchaserRemark"
>
添加备注
</button>
@if($operate==='update')
<button
class=
"layui-btn layui-btn-sm"
type=
"button"
id=
"savePurchaserRemark"
>
添加备注
</button>
\
@endif
<table
class=
"layui-table"
lay-filter=
"purchaseRemarkList"
id=
"purchaseRemarkList"
></table>
</div>
<div
@
if
($
operate=
="detail")
style=
"display: none"
@
endif
>
<div
@
if
($
operate=
=
=
"detail")
style=
"display: none"
@
endif
>
<blockquote
class=
"layui-elem-quote layui-text"
>
<b>
采购附加费设置
</b>
</blockquote>
...
...
@@ -122,17 +126,16 @@
</div>
</div>
</div>
</div>
<script
type=
"text/html"
id=
"shippingCostOperate"
>
</div>
<script
type=
"text/html"
id=
"shippingCostOperate"
>
<
button
class
=
"layui-btn layui-btn-xs"
type
=
"button"
lay
-
event
=
"edit"
>
查看
<
/button
>
<
button
class
=
"layui-btn layui-btn-xs layui-btn-danger"
type
=
"button"
lay
-
event
=
"delete"
>
删除
<
/button
>
</script>
</script>
<script
type=
"text/html"
id=
"operate"
>
<script
type=
"text/html"
id=
"operate"
>
<
button
class
=
"layui-btn layui-btn-xs"
type
=
"button"
lay
-
event
=
"edit"
>
查看
<
/button
>
<
button
class
=
"layui-btn layui-btn-xs layui-btn-danger"
type
=
"button"
lay
-
event
=
"delete"
>
删除
<
/button
>
</script>
</div>
</script>
@include('script.supplier.SupplierRulerScript')
\ No newline at end of file
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