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
68021581
authored
Jan 03, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--按货品上架--批量扫描模式上架完成,已操作上架任务未去掉还保留着
parent
b7ac2d11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
pages/putaway/index.vue
pages/putaway/index.vue
View file @
68021581
...
...
@@ -200,10 +200,7 @@
// 重置全局变量或执行其他操作
getApp
().
globalData
.
fromPage
=
null
;
//再次获取焦点
that
.
is_focus
=
false
;
setTimeout
(()
=>
{
that
.
is_focus
=
true
;
},
1000
);
this
.
clearInputAndFocus
();
}
this
.
resetChange
();
this
.
getData
();
...
...
@@ -550,20 +547,16 @@
icon
:
'success'
});
setTimeout
(()
=>
{
this
.
resetChange
();
//清空
this
.
filter_id
=
[];
this
.
formParams
.
position_code
=
''
;
//清空一键上架输入的库位
this
.
is_submit
=
true
;
this
.
search_keyword
=
''
;
this
.
searchParams
.
search_keyword
=
''
;
this
.
history_id
=
[];
this
.
closeDrawer
();
this
.
getData
();
//再次获取焦点
this
.
is_focus
=
false
;
setTimeout
(()
=>
{
this
.
is_focus
=
true
;
},
500
);
this
.
clearInputAndFocus
();
//再次获取焦点
},
2000
);
}
else
{
uni
.
showModal
({
...
...
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