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
ecebdf9e
authored
May 17, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
打印效果优化
parent
09e4cd70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
15 deletions
pages/tallyReceive/record.vue
pages/tallyReceive/record.vue
View file @
ecebdf9e
...
...
@@ -802,24 +802,17 @@
});
return
false
;
}
this
.
request
(
API
.
padTallyPrint
,
'POST'
,
{
tally_ids
:
this
.
filter_id
.
join
(
','
),
warehouse_id
:
warehouse_id
.
join
(
','
)
},
true
).
then
(
res
=>
{
uni
.
showLoading
({
title
:
'正在打印中...'
});
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
title
:
'打印成功'
,
icon
:
'success'
});
setTimeout
(()
=>
{
uni
.
hideLoading
();
uni
.
showToast
({
title
:
'打印成功'
,
icon
:
'success'
});
setTimeout
(()
=>
{
this
.
resetChange
();
this
.
filter_id
=
[];
this
.
getData
();
},
2000
)
},
5000
);
this
.
resetChange
();
this
.
filter_id
=
[];
this
.
getData
();
},
2000
)
}
else
{
uni
.
showModal
({
title
:
'提示'
,
...
...
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