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
7f6c6a7f
authored
Nov 14, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
8a5d98bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
pages/picking/me.vue
pages/picking/sort.vue
pages/transfer/quick.vue
pages/picking/me.vue
View file @
7f6c6a7f
...
...
@@ -112,6 +112,7 @@
this
.
getData
();
},
onShow
()
{
this
.
list
=
[];
this
.
getData
();
},
methods
:
{
...
...
@@ -155,6 +156,7 @@
icon
:
'success'
});
setTimeout
(()
=>
{
this
.
list
=
[];
this
.
getData
();
this
.
filter_id
=
[];
},
2000
);
...
...
pages/picking/sort.vue
View file @
7f6c6a7f
...
...
@@ -1071,11 +1071,10 @@
}
this
.
rePrintTagParams
.
stock_out_item_id
=
this
.
rePrintTagParams
.
stock_out_item_id
.
join
(
','
);
//出库明细ids
}
this
.
request
(
API
.
RePrintTag
,
'POST'
,
this
.
rePrintTagParams
,
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
title
:
'
操作
成功'
,
title
:
'
打印
成功'
,
icon
:
'success'
});
}
else
{
...
...
@@ -1101,12 +1100,12 @@
title
:
'拣货成功'
,
icon
:
'success'
});
//如果勾选了打印则触发打印
if
(
is_print
)
{
//如果勾选了打印则触发打印必须自营仓
if
(
this
.
is_print
&&
this
.
warehouse_id
==
9
)
{
this
.
rePrintTag
(
1
);
}
// 根据 is_print 的值设置 setTimeout 的延迟时间
const
timeoutDuration
=
(
this
.
is_print
&&
this
.
warehouse_id
==
9
)
?
4000
:
2000
;
setTimeout
(()
=>
{
this
.
getData
();
if
(
pick_qty_num
==
num
)
{
...
...
@@ -1115,7 +1114,7 @@
}
else
{
this
.
picked_num
=
Number
(
this
.
picked_num
)
-
pick_qty_num
;
}
},
4000
);
},
timeoutDuration
);
}
else
{
uni
.
showModal
({
itle
:
'提示'
,
...
...
pages/transfer/quick.vue
View file @
7f6c6a7f
...
...
@@ -18,7 +18,7 @@
</
template
>
<!-- 旧标签-->
<
template
v-else-if=
"index == 1"
>
<input
class=
"uni-input"
placeholder=
"请输入旧标签查询"
placeholder-style=
"color:#919399"
focus
v-model=
"searchParams.stock_in_batch_sn"
@
input=
"handleInput($event)"
maxlength=
"8"
/>
<input
class=
"uni-input"
placeholder=
"请输入旧标签查询"
placeholder-style=
"color:#919399"
:focus=
"is_focus"
v-model=
"searchParams.stock_in_batch_sn"
@
input=
"handleInput($event)"
maxlength=
"8"
/>
</
template
>
</view>
<text
class=
"iconfont icon-a-juxing11"
@
click=
"clearInput()"
v-if=
"input_flag"
></text>
...
...
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