mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index_search.html
This commit is contained in:
parent
d4e9c0ed21
commit
39d219903b
@ -78,11 +78,11 @@
|
||||
</div>
|
||||
|
||||
<div class="layui-form-item layui-inline">
|
||||
<label class="layui-form-label">物流发货</label>
|
||||
<label class="layui-form-label">物流配送</label>
|
||||
<label class="layui-input-inline">
|
||||
<select class="layui-select" name="truck_type">
|
||||
<option value=''>-- 全部状态 --</option>
|
||||
{foreach ['无需物流发货','需要物流发货'] as $k=>$v}
|
||||
{foreach ['无需物流配送', '需要物流配送'] as $k=>$v}
|
||||
{if input('truck_type','-') eq $k.''}
|
||||
<option selected value="{$k}">{$v}</option>
|
||||
{else}
|
||||
|
Loading…
x
Reference in New Issue
Block a user