Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
lumastoreapp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xieyishang
lumastoreapp
Commits
fa6d4493
Commit
fa6d4493
authored
Jun 28, 2020
by
piwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
绑定打印机限制长度
parent
1fdda8a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
pages/Printer/AddPrinter.scss
pages/Printer/AddPrinter.scss
+2
-2
pages/Printer/AddPrinter.vue
pages/Printer/AddPrinter.vue
+2
-1
No files found.
pages/Printer/AddPrinter.scss
View file @
fa6d4493
...
...
@@ -77,8 +77,8 @@ page{
bottom
:
200upx
;
}
.wz
{
margin
:
20px
40
px
;
font-size
:
15
px
;
margin
:
40upx
80u
px
;
font-size
:
30u
px
;
}
.switch
{
...
...
pages/Printer/AddPrinter.vue
View file @
fa6d4493
...
...
@@ -13,7 +13,7 @@
<view
class=
"inoutlist"
>
<view
class=
"inputitem flex"
>
<view
class=
"names"
>
填写编码
</view>
<input
type=
"text"
placeholder=
"打印机编码"
v-model=
"parameter.print_SN"
class=
"inputs"
>
<input
type=
"text"
placeholder=
"打印机编码"
v-model=
"parameter.print_SN"
class=
"inputs"
maxlength=
"20"
>
</view>
<view
class=
"wz"
>
请查看打印机上对应的设备编码,并正确填写(不区分大小写)
</view>
</view>
...
...
@@ -75,6 +75,7 @@
icon
:
"
success
"
,
title
:
res
.
msg
})
this
.
taggleTab
(
2
);
//this.$api.msg(res.msg);
}
else
{
this
.
$api
.
msg
(
res
.
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