Commit ea0d0871 by 施宇

1

parent 73e9f651
......@@ -11,7 +11,7 @@ Page({
* 页面的初始数据
*/
data: {
xhVal:"",
xhVal:'',
rcVal:"",
xVal:"",
kbVal:"",
......
......@@ -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"+
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment