shish 4 лет назад
Родитель
Сommit
c2dcdb0ed6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      ghsApp/src/pagesPurchase/info.vue

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

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