切换导航条
此项目
正在载入...
登录
root
/
jysh
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
王晓刚
6 years ago
提交
7559794eda9ee930f5cf75c44ad95ee8a1fa2736
1 个父辈
a5bfeaf8
1 个管道 的构建
通过
耗费 1 秒
统计
变更
1
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
8 行增加
和
18 行删除
public/themes/admin_simpleboot3/admin/order/index.html
public/themes/admin_simpleboot3/admin/order/index.html
查看文件 @
7559794
...
...
@@ -9,24 +9,14 @@
<form
class=
"well form-inline margin-top-20"
method=
"post"
action=
"{:url('Order/index')}"
>
订单状态:
<label><input
type=
"checkbox"
class=
"js-check-all all"
data-direction=
"y"
data-checklist=
"js-check-y"
name=
"status[]"
value=
"1"
<
empty
name=
"$status"
>
checked
</empty>
/>全部
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"1"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq 1"
>
checked
</if></foreach></notempty>
/>已下单
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"2"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq 2"
>
checked
</if></foreach></notempty>
/>已取货
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"3"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq 3"
>
checked
</if></foreach></notempty>
/>已到达
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"4"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq 4"
>
checked
</if></foreach></notempty>
/>到达分拣厂
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"5"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq 5"
>
checked
</if></foreach></notempty>
/>已分类
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"6"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq 6"
>
checked
</if></foreach></notempty>
/>已再生
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"-1"
<
notempty
name=
"$status"
><foreach
name=
"$status"
item=
"s"
><if
condition=
"$s eq -1"
>
checked
</if></foreach></notempty>
/>已取消
</label>
<!--<select class="form-control" name="status" >-->
<!--<option value=''>全部</option>-->
<!--<option value="1" <if condition="$status eq 1">selected</if>>已下单</option>-->
<!--<option value="2" <if condition="$status eq 2">selected</if>>已取货</option>-->
<!--<option value="3" <if condition="$status eq 3">selected</if>>已到达</option>-->
<!--<option value="4" <if condition="$status eq 4">selected</if>>已到达绿色分拣厂</option>-->
<!--<option value="5" <if condition="$status eq 5">selected</if>>已分类</option>-->
<!--<option value="6" <if condition="$status eq 6">selected</if>>已再生利用</option>-->
<!--<option value="-1" <if condition="$status eq -1">selected</if>>已取消</option>-->
<!--</select> -->
<php>
dump($status);exit();
</php>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"1"
<
if
condition=
"$status eq 1"
>
checked
</if>
/>已下单
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"2"
<
if
condition=
"$status eq 2"
>
checked
</if>
/>已取货
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"3"
<
if
condition=
"$status eq 3"
>
checked
</if>
/>已到达
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"4"
<
if
condition=
"$status eq 4"
>
checked
</if>
/>到达分拣厂
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"5"
<
if
condition=
"$status eq 5"
>
checked
</if>
/>已分类
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"6"
<
if
condition=
"$status eq 6"
>
checked
</if>
/>已再生
</label>
<label><input
type=
"checkbox"
class=
"js-check one"
data-yid=
"js-check-y"
name=
"status[]"
value=
"-1"
<
if
condition=
"$status eq -1"
>
checked
</if>
/>已取消
</label>
收货地址:
<select
class=
"form-control"
name=
"receiver"
style=
"width: 140px;"
>
<option
value=
''
>
全部
</option>
...
...
请
注册
或
登录
后发表评论