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
821f464e
authored
Jun 08, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
兼容跳转
parent
a6dfdf07
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
resources/views/script/SkuListScript.blade.php
resources/views/web/sku/SkuListCommon.blade.php
resources/views/script/SkuListScript.blade.php
View file @
821f464e
...
@@ -34,6 +34,13 @@
...
@@ -34,6 +34,13 @@
}
}
});
});
@
if
(
request
()
->
get
(
'search'
)
==
1
)
setTimeout
(
function
()
{
$
(
'#getSupplierListButton'
).
click
();
},
500
);
@
endif
let
cols
=
[
let
cols
=
[
{
type
:
'checkbox'
},
{
type
:
'checkbox'
},
{
{
...
...
resources/views/web/sku/SkuListCommon.blade.php
View file @
821f464e
...
@@ -63,8 +63,8 @@
...
@@ -63,8 +63,8 @@
<div
class=
"layui-inline"
>
<div
class=
"layui-inline"
>
<label
class=
"layui-form-label"
>
供应商编码
</label>
<label
class=
"layui-form-label"
>
供应商编码
</label>
<div
class=
"layui-input-inline"
>
<div
class=
"layui-input-inline"
>
<input
type=
"text"
value=
""
name=
"canal/condition"
placeholder=
"请输入供应商编码"
autocomplete=
"off"
<input
type=
"text"
name=
"canal/condition"
placeholder=
"请输入供应商编码"
autocomplete=
"off"
class=
"layui-input"
>
class=
"layui-input"
value=
"{{request()->input('supplier_code')}}"
>
</div>
</div>
</div>
</div>
<div
class=
"layui-inline"
>
<div
class=
"layui-inline"
>
...
...
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