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
201c6c8d
authored
Sep 26, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
bug
parent
726934e8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
assets/css/stocktake/operate.scss
pages/stocktake/operate.vue
assets/css/stocktake/operate.scss
View file @
201c6c8d
...
...
@@ -302,7 +302,6 @@
.text
{
font-size
:
16rpx
;
color
:
#484b59
;
font-weight
:
bold
;
}
}
}
...
...
@@ -334,6 +333,7 @@
font-size
:
20rpx
;
color
:
#292b33
;
font-weight
:
bold
;
margin-bottom
:
18rpx
;
}
.bor
{
height
:
1px
;
...
...
pages/stocktake/operate.vue
View file @
201c6c8d
...
...
@@ -568,6 +568,7 @@ export default {
* 盘点标签补打
*/
printLabelChange
()
{
//选中一条数据的时候
if
(
this
.
filter_id
.
length
==
1
)
{
if
(
!
this
.
formParams
.
label_num
)
{
uni
.
showToast
({
...
...
@@ -578,14 +579,6 @@ export default {
}
}
if
(
!
this
.
formParams
.
ip
)
{
uni
.
showToast
({
title
:
'请填写目标打印机'
,
icon
:
'none'
});
return
false
;
}
this
.
request
(
API
.
printLabel
,
'POST'
,
this
.
formParams
,
true
).
then
(
res
=>
{
if
(
res
.
code
===
0
)
{
uni
.
showToast
({
...
...
@@ -636,6 +629,7 @@ export default {
resetChange
()
{
this
.
list
=
[];
this
.
page
=
1
;
this
.
filter_id
=
[];
}
}
};
...
...
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