shish 4 anni fa
parent
commit
ed6def8449
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 2 2
      ghsApp/src/admin/item/list.vue
  2. 2 2
      ghsApp/src/pagesPurchase/info.vue

+ 2 - 2
ghsApp/src/admin/item/list.vue

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

+ 2 - 2
ghsApp/src/pagesPurchase/info.vue

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