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
474a72b3
authored
May 16, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
b8d2c21f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
pages/putaway/single.vue
pages/putaway/single.vue
View file @
474a72b3
...
@@ -193,7 +193,7 @@ export default {
...
@@ -193,7 +193,7 @@ export default {
*/
*/
inputNumChange
:
debounce
(
function
(
event
,
pending_shelf_qty
)
{
inputNumChange
:
debounce
(
function
(
event
,
pending_shelf_qty
)
{
//如果是退货入库就不请求推荐规则
//如果是退货入库就不请求推荐规则
if
(
this
.
formParams
.
position_code
&&
this
.
formParams
.
qty_on_shelf
&&
this
.
detail
.
stock_in_type
!=
2
)
{
if
(
this
.
formParams
.
position_code
&&
this
.
formParams
.
qty_on_shelf
&&
this
.
detail
.
stock_in_type
!=
2
&&
this
.
detail
.
quality
==
1
)
{
this
.
getWorkingRuleList
();
this
.
getWorkingRuleList
();
}
}
var
pending_shelf_qty
=
Number
(
pending_shelf_qty
);
var
pending_shelf_qty
=
Number
(
pending_shelf_qty
);
...
@@ -208,7 +208,7 @@ export default {
...
@@ -208,7 +208,7 @@ export default {
inputPositionCodeChange
:
debounce
(
function
(
event
)
{
inputPositionCodeChange
:
debounce
(
function
(
event
)
{
this
.
getWhPositionList
();
this
.
getWhPositionList
();
//如果是退货入库就不请求推荐规则
//如果是退货入库就不请求推荐规则
if
(
this
.
formParams
.
position_code
&&
this
.
formParams
.
qty_on_shelf
&&
this
.
detail
.
stock_in_type
!=
2
)
{
if
(
this
.
formParams
.
position_code
&&
this
.
formParams
.
qty_on_shelf
&&
this
.
detail
.
stock_in_type
!=
2
&&
this
.
detail
.
quality
==
1
)
{
this
.
getWorkingRuleList
();
this
.
getWorkingRuleList
();
}
}
},
500
),
},
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