Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
Warehouse
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
ea0d0871
authored
May 15, 2020
by
施宇
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1
parent
73e9f651
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
pages/inventoryQuery/inventoryQuery.js
pages/receivinggoods/receivinggoods.js
pages/inventoryQuery/inventoryQuery.js
View file @
ea0d0871
...
...
@@ -11,7 +11,7 @@ Page({
* 页面的初始数据
*/
data
:
{
xhVal
:
""
,
xhVal
:
''
,
rcVal
:
""
,
xVal
:
""
,
kbVal
:
""
,
...
...
pages/receivinggoods/receivinggoods.js
View file @
ea0d0871
...
...
@@ -928,7 +928,7 @@ onUnload:function(){
let
data
=
"! 0 200 200 400 1 \n"
+
"B QR 200 0 M 2 2 10 \n"
+
// "MA,"+formData.xh+","+formData.pp+","+formData.sl+","+formData.cd+","+(formData.dc||'--')+","+(formData.pc||'--')+"\n"+
'MA,{
MODEL:"'
+
formData
.
xh
+
'",BRAND:"'
+
formData
.
pp
+
'",QTY:"'
+
formData
.
sl
+
'",ORIGN:"'
+
formData
.
cd
+
'",DC:"'
+
(
formData
.
dc
||
"--"
)
+
'",LOT
:"'
+
(
formData
.
pc
||
"--"
)
+
'"} \n'
+
'MA,{
"MODEL":"'
+
formData
.
xh
+
'","BRAND":"'
+
formData
.
pp
+
'","QTY":"'
+
formData
.
sl
+
'","ORIGN":"'
+
formData
.
cd
+
'","DC":"'
+
(
formData
.
dc
||
"--"
)
+
'","LOT"
:"'
+
(
formData
.
pc
||
"--"
)
+
'"} \n'
+
"ENDQR \n"
+
"TEXT 55 1 480 0 型号 \n"
+
"TEXT 55 1 480 40 品牌 \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