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
4148c8ff
authored
Nov 17, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端--快速移位--移位成功后,移下一次货品时,库位输入框自动将上一个移位的保存下来了
parent
af04ab66
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
pages/transfer/quick.vue
pages/transfer/quick.vue
View file @
4148c8ff
...
...
@@ -338,7 +338,10 @@
this
.
list
=
[];
this
.
is_focus
=
false
;
setTimeout
(()
=>
{
this
.
searchParams
.
stock_in_batch_sn
=
''
;
this
.
formParams
.
position_code
=
''
;
//清除目标库位
this
.
formParams
.
stock_id
=
''
;
//清除表单的信息
this
.
formParams
.
transfer_qty
=
''
;
//清除表单的信息
this
.
searchParams
.
stock_in_batch_sn
=
''
;
//清除入库批次号 旧标签
this
.
is_focus
=
true
;
},
500
);
}
...
...
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