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