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
b949ae81
authored
May 25, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
移动端-标签补打无法输入打印机IP打印
parent
bce1cd53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
pages/repairPrint/index.vue
pages/repairPrint/index.vue
View file @
b949ae81
...
...
@@ -140,7 +140,7 @@ export default {
latePrint
()
{
if
(
!
this
.
formParams
.
sn
)
{
uni
.
showToast
({
title
:
'
输入入库批次号
'
,
title
:
'
请输入标签
'
,
icon
:
'error'
});
return
false
;
...
...
@@ -161,6 +161,7 @@ export default {
// company_id == 1 ? '深圳市猎芯科技有限公司' : '深贸电子有限公司'
this
.
company_id
=
uni
.
getStorageSync
(
'company_id'
)
||
1
;
// 7 深圳仓, 10 香港仓
if
(
this
.
company_id
==
1
)
{
this
.
formParams
.
warehouse_id
=
7
;
...
...
@@ -171,7 +172,7 @@ export default {
this
.
request
(
API
.
latePrint
,
'POST'
,
this
.
formParams
,
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showLoading
({
title
:
'正在打印中
,请检查打印机
'
title
:
'正在打印中
...
'
});
setTimeout
(()
=>
{
uni
.
hideLoading
();
...
...
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