|
|
@@ -218,7 +218,7 @@ export default {
|
|
|
line={};
|
|
|
line.text= '======';
|
|
|
line.rotation=0;
|
|
|
- line.x=260;
|
|
|
+ line.x=290;
|
|
|
line.y=15;
|
|
|
line.xscal=2;
|
|
|
line.yscal=2;
|
|
|
@@ -243,7 +243,7 @@ export default {
|
|
|
line={};
|
|
|
line.text= itemName;
|
|
|
line.rotation=0;
|
|
|
- line.x=260;
|
|
|
+ line.x=290;
|
|
|
line.y=15;
|
|
|
line.xscal=2;
|
|
|
line.yscal=2;
|
|
|
@@ -252,7 +252,7 @@ export default {
|
|
|
//添加条型码
|
|
|
line={};
|
|
|
line.barcode=itemId;
|
|
|
- line.x=260;
|
|
|
+ line.x=290;
|
|
|
line.y=80;
|
|
|
line.type="CODE128";
|
|
|
line.width=2;//条型宽度,这里的宽指的是 条型码 竖条的宽度,不是整个条型码的宽度
|