Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsApp
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
65cc8837
authored
Dec 07, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
注释优化
parent
8c931cf6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
pages/putaway/index.vue
pages/putaway/index.vue
View file @
65cc8837
...
...
@@ -193,6 +193,11 @@
this
.
getData
();
},
methods
:
{
/**
* @param {Object} e
* @param {Object} type
* 搜索切换
*/
bindPickerChange
:
function
(
e
,
type
)
{
console
.
log
(
'picker发送选择改变,携带值为'
,
e
.
detail
.
value
);
if
(
type
==
1
)
{
...
...
@@ -232,6 +237,9 @@
},
1000
);
this
.
getData
();
},
/**
* 打开上架窗口
*/
showDrawer
()
{
if
(
this
.
filter_id
.
length
==
0
)
{
uni
.
showToast
({
...
...
@@ -261,6 +269,9 @@
return
false
;
}
},
/**
* 关闭窗口
*/
closeDrawer
()
{
this
.
$refs
.
showRight
.
close
();
},
...
...
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