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
d35882fb
authored
May 13, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
33f49487
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
pages/tag/repairPrint.vue
pages/tag/repairPrint.vue
View file @
d35882fb
...
@@ -176,9 +176,11 @@ export default {
...
@@ -176,9 +176,11 @@ export default {
this
.
wstyptll_id
=
res
.
data
[
0
].
wstyptll_id
;
this
.
wstyptll_id
=
res
.
data
[
0
].
wstyptll_id
;
this
.
sendDataChange
();
//发送数据
this
.
sendDataChange
();
//发送数据
}
else
{
}
else
{
uni
.
showToast
({
uni
.
showModal
({
title
:
res
.
err_msg
,
title
:
'提示'
,
icon
:
'error'
content
:
res
.
err_msg
,
showCancel
:
false
,
confirmText
:
'关闭'
});
});
}
}
});
});
...
@@ -263,7 +265,7 @@ export default {
...
@@ -263,7 +265,7 @@ export default {
content
:
'打印失败,请重新进入打印页面'
,
content
:
'打印失败,请重新进入打印页面'
,
showCancel
:
false
,
showCancel
:
false
,
confirmText
:
'关闭'
,
confirmText
:
'关闭'
,
success
:
function
(
res
)
{
success
:
res
=>
{
if
(
res
.
confirm
)
{
if
(
res
.
confirm
)
{
this
.
characteristics
=
''
;
//连接蓝牙信息清空
this
.
characteristics
=
''
;
//连接蓝牙信息清空
this
.
deviceId
=
''
;
//连接蓝牙信息清空
this
.
deviceId
=
''
;
//连接蓝牙信息清空
...
...
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