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
2adf481c
authored
Feb 11, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
cc89de3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
pages.json
pages/mine/login.vue
pages/tag/print.vue
pages.json
View file @
2adf481c
...
...
@@ -2,7 +2,7 @@
"pages"
:
[{
"path"
:
"pages/home/index"
,
"style"
:
{
"navigationBarTitleText"
:
"供应链
面单
系统"
,
"navigationBarTitleText"
:
"供应链
WMS
系统"
,
"enablePullDownRefresh"
:
true
}
},
{
...
...
pages/mine/login.vue
View file @
2adf481c
<
template
>
<view
class=
"page-auth column rowCenter verCenter"
>
<text
class=
"logo"
></text>
<text
class=
"title"
>
猎芯面单
系统
</text>
<text
class=
"title"
>
供应链WMS
系统
</text>
<view
class=
"form-box column rowCenter verCenter"
>
<view
class=
"input-box row verCenter"
>
<text
class=
"iconfont icon-riqi"
></text>
...
...
pages/tag/print.vue
View file @
2adf481c
...
...
@@ -60,7 +60,7 @@
form
:
{
erp_order_sn_pre
:
''
,
print_type
:
1
,
erp_order_sn_number
:
'
05093
'
,
erp_order_sn_number
:
''
,
label_num
:
'1'
,
tray_remark
:
''
}
...
...
@@ -273,7 +273,7 @@
}
data
.
push
(
"T 8 0 10 120 时间:"
+
this
.
printLabelData
[
this
.
print_number
].
create_time_cn
+
"\r\n"
);
data
.
push
(
"T 8 0 10 170 仓库代码:"
+
this
.
printLabelData
[
this
.
print_number
].
warehouse_code
+
"\r\n"
);
data
.
push
(
"B QR 2
9
0 20 M 2 U 8\r\n"
);
data
.
push
(
"B QR 2
6
0 20 M 2 U 8\r\n"
);
data
.
push
(
"MA,"
+
this
.
printLabelData
[
this
.
print_number
].
erp_order_sn
+
"\r\n"
);
data
.
push
(
"ENDQR\r\n"
);
data
.
push
(
"FORM\r\n"
);
...
...
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