Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
note-library
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
5c0db04c
authored
May 19, 2020
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
317f001d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
resources/views/web/record.blade.php
resources/views/web/record.blade.php
View file @
5c0db04c
<form
class=
"layui-form layui-box"
method=
"post"
>
<div
class=
"layui-form-item"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
订
单号
</label>
<label
class=
"layui-form-label"
>
销售
单号
</label>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
name=
"sale_order_sn"
value=
""
autocomplete=
"off"
placeholder=
"请填写订单号"
class=
"layui-input"
>
</div>
...
...
@@ -14,17 +14,17 @@
</div>
</div>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
状态
</label>
<div
class=
"layui-input-inline"
>
<select
name=
"status"
lay-verify=
""
lay-search
>
<option
value=
""
></option>
@foreach (\App\Model\TemplateListModel::$STATUS as $k=>$v)
<option
value=
"{{$k}}"
>
{{$v}}
</option>
@endforeach
</select>
</div>
</div>
{{--
<div
class=
"layui-inline"
>
--}}
{{--
<label
class=
"layui-form-label"
>
状态
</label>
--}}
{{--
<div
class=
"layui-input-inline"
>
--}}
{{--
<select
name=
"status"
lay-verify=
""
lay-search
>
--}}
{{--
<option
value=
""
></option>
--}}
{{--@foreach (\App\Model\TemplateListModel::$STATUS as $k=>$v)--}}
{{--
<option
value=
"{{$k}}"
>
{{$v}}
</option>
--}}
{{--@endforeach--}}
{{--
</select>
--}}
{{--
</div>
--}}
{{--
</div>
--}}
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
使用时间
</label>
...
...
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