Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
wmsMin
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
8adac34e
authored
Jul 26, 2024
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add
parent
094a0da5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
4 deletions
pages/tally/abnormalTally.vue
pages/tally/closeBox.vue
pages/tally/index.vue
pages/tally/printBox.vue
pages/tally/abnormalTally.vue
View file @
8adac34e
...
...
@@ -546,7 +546,10 @@
content
:
'打印成功,请查看打印机'
,
showCancel
:
false
});
this
.
updateTagPrintTimes
(
this
.
box_sn
);
setTimeout
(()
=>
{
this
.
updateTagPrintTimes
(
this
.
box_sn
);
},
2000
)
}
else
{
uni
.
showToast
({
title
:
res
.
err_msg
,
...
...
pages/tally/closeBox.vue
View file @
8adac34e
...
...
@@ -379,8 +379,8 @@
title
:
'打印箱号成功'
,
icon
:
'success'
})
this
.
updateTagPrintTimes
(
data
.
join
(
','
));
setTimeout
(()
=>
{
this
.
updateTagPrintTimes
(
data
.
join
(
','
));
this
.
close
();
this
.
flag
=
false
;
this
.
resetChange
();
...
...
pages/tally/index.vue
View file @
8adac34e
...
...
@@ -1250,8 +1250,8 @@
title
:
'打印箱号成功'
,
icon
:
'success'
})
this
.
updateTagPrintTimes
(
data
.
join
(
','
));
setTimeout
(()
=>
{
this
.
updateTagPrintTimes
(
data
.
join
(
','
));
this
.
close
();
},
2000
)
}
else
{
...
...
pages/tally/printBox.vue
View file @
8adac34e
...
...
@@ -42,7 +42,9 @@
content
:
'打印成功,请查看打印机'
,
showCancel
:
false
});
this
.
updateTagPrintTimes
(
this
.
box_sn
);
setTimeout
(()
=>
{
this
.
updateTagPrintTimes
(
this
.
box_sn
);
},
2000
)
}
else
{
uni
.
showToast
({
title
:
res
.
err_msg
,
...
...
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