Commit f033238b by 施宇

1

parent 825324ef
Showing with 1 additions and 1 deletions
......@@ -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