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
b3d57bda
authored
Nov 20, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
单个上架时,按上架规则推荐的库位时,直接自动将库位编码填入【库位】输入框中
parent
4f431fe7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pages/putaway/single.vue
pages/putaway/single.vue
View file @
b3d57bda
...
...
@@ -363,6 +363,10 @@
if
(
res
.
data
.
list
.
length
>
0
)
{
this
.
workingRuleList
=
res
.
data
;
this
.
workingRule
=
res
.
data
.
list
.
map
(
item
=>
item
.
position_code
).
join
(
','
);
//默认自动填充到库位
if
(
this
.
workingRule
)
{
this
.
formParams
.
position_code
=
this
.
workingRule
;
}
}
else
{
this
.
workingRuleList
=
''
;
this
.
workingRule
=
''
;
...
...
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