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
6a71a8be
authored
May 16, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
a341cf4f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
5 deletions
pages/arrivalRegister/index.vue
pages/putaway/record.vue
pages/putaway/single.vue
pages/tallyReceive/index.vue
pages/tallyReceive/record.vue
pages/transfer/task.vue
pages/arrivalRegister/index.vue
View file @
6a71a8be
...
...
@@ -299,6 +299,7 @@ export default {
* @param {Object} event
*/
handleInput
:
debounce
(
function
(
type
,
event
)
{
this
.
list
=
[];
var
val
=
event
.
target
.
value
;
this
.
searchParams
.
tracking_no
=
''
;
this
.
searchParams
.
stock_in_sn
=
''
;
...
...
pages/putaway/record.vue
View file @
6a71a8be
...
...
@@ -360,6 +360,7 @@ export default {
* @param {Object} event
*/
handleInput
:
debounce
(
function
(
event
)
{
this
.
list
=
[];
var
val
=
event
.
target
.
value
;
if
(
val
)
{
this
.
input_flag
=
true
;
...
...
pages/putaway/single.vue
View file @
6a71a8be
...
...
@@ -228,7 +228,9 @@ export default {
if
(
res
.
data
.
stock_in_type
!=
2
)
{
this
.
getWorkingRuleList
();
}
else
{
this
.
getWhPositionList
(
1
);
if
(
res
.
data
.
quality
==
1
)
{
this
.
getWhPositionList
(
1
);
}
}
}
});
...
...
pages/tallyReceive/index.vue
View file @
6a71a8be
...
...
@@ -309,6 +309,7 @@ export default {
*/
handleInput
:
debounce
(
function
(
type
,
event
)
{
var
val
=
event
.
target
.
value
;
this
.
list
=
[];
if
(
val
)
{
if
(
type
==
1
)
{
this
.
searchParams
.
tracking_no
=
''
;
...
...
pages/tallyReceive/record.vue
View file @
6a71a8be
...
...
@@ -336,6 +336,7 @@ export default {
*/
handleInput
:
debounce
(
function
(
type
,
event
)
{
var
val
=
event
.
target
.
value
;
this
.
list
=
[];
this
.
searchParams
.
tracking_no
=
''
;
this
.
searchParams
.
stock_in_sn
=
''
;
this
.
searchParams
.
stock_in_with_stock_in_items_inhouse
=
''
;
...
...
pages/transfer/task.vue
View file @
6a71a8be
...
...
@@ -165,7 +165,7 @@
<text
class=
"arrow"
>
*
</text>
<text
class=
"input-title-t1"
>
目标库位:
</text>
</view>
<view
class=
"input-box-search row bothSide verCenter"
:class=
"
{ 'error-style': !is_submit }"
>
<view
class=
"input-box-search row bothSide verCenter"
>
<view
class=
"row verCenter"
>
<text
class=
"iconfont icon-juxing1"
></text>
<input
class=
"uni-input"
placeholder=
"请扫描或输入目标库位"
placeholder-style=
"color:#919399"
v-model=
"formParams.position_code"
@
input=
"handleInput(3, formParams.position_code)"
/>
...
...
@@ -287,8 +287,6 @@ export default {
getData
()
{
this
.
request
(
API
.
getTransferDetail
,
'GET'
,
{
page
:
this
.
page
,
limit
:
this
.
limit
,
...
this
.
searchParams
},
false
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
this
.
warehouse_id
=
res
.
data
.
warehouse_id
;
this
.
stock_in_type
=
res
.
data
.
stock_in_type
;
this
.
list
=
res
.
data
.
trans_items
;
}
else
{
uni
.
showToast
({
...
...
@@ -332,7 +330,6 @@ export default {
this
.
getData
();
}
else
if
(
type
==
3
)
{
this
.
input_flag_position_code
=
true
;
this
.
getWhPositionList
();
}
else
if
(
type
==
4
)
{
this
.
input_flag_container_sn
=
true
;
}
...
...
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