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
db5b1062
authored
Feb 16, 2022
by
liangjianmin
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加标识符
parent
e49bf3ea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
pages/tag/print.vue
pages/tag/repairPrint.vue
util/api.js
pages/tag/print.vue
View file @
db5b1062
...
...
@@ -251,7 +251,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 260 20 M 2 U 8\r\n"
);
data
.
push
(
"MA,"
+
this
.
printLabelData
[
this
.
print_number
].
erp_order_sn
+
"\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"
);
data
.
push
(
"PRINT\r\n"
);
...
...
pages/tag/repairPrint.vue
View file @
db5b1062
...
...
@@ -250,7 +250,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 290 20 M 2 U 8\r\n"
);
data
.
push
(
"MA,"
+
this
.
printLabelData
[
this
.
print_number
].
erp_order_sn
+
"\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"
);
data
.
push
(
"PRINT\r\n"
);
...
...
util/api.js
View file @
db5b1062
//
const API_BASE = 'https://api.ichunt.com';
const
API_BASE
=
'http://api.liexin.com'
const
API_BASE
=
'https://api.ichunt.com'
;
//
const API_BASE = 'http://api.liexin.com'
const
API
=
{
/**
* 上传数据
...
...
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