|
|
@@ -227,7 +227,7 @@ export default {
|
|
|
line.width=40; //mm
|
|
|
line.height=50; //mm
|
|
|
line.gap=2; //条码纸之间,间隙长度 mm
|
|
|
- line.page=2; //打印几份
|
|
|
+ line.page=1; //打印几份
|
|
|
data.push(line); //每添加一个,代表一行字
|
|
|
|
|
|
//添加文字
|
|
|
@@ -235,7 +235,7 @@ export default {
|
|
|
line.text= '======';
|
|
|
line.rotation=0;
|
|
|
line.x=290;
|
|
|
- line.y=15;
|
|
|
+ line.y=80;
|
|
|
line.xscal=2;
|
|
|
line.yscal=2;
|
|
|
data.push(line); //每添加一个,代表一行字
|