Przeglądaj źródła

添加小票仓位,删除客户签名

wangchao 3 lat temu
rodzic
commit
24834faa33

+ 6 - 6
pages/erpbusiness/exsendCommand.vue

@@ -258,12 +258,12 @@
 				}
 
 				//客户签名
-				command.rowSpace(100);
-				command.setSelectJustification(0); //居左
-				command.setLeftMargin(30)
-				command.setText("客户签名:");
-				command.setPrint();
-				command.rowSpace(100);
+				// command.rowSpace(100);
+				// command.setSelectJustification(0); //居左
+				// command.setLeftMargin(30)
+				// command.setText("客户签名:");
+				// command.setPrint();
+				// command.rowSpace(100);
 				//收货单位签名或盖章
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)

+ 5 - 0
pages/erpbusiness/jjsendCommand.vue

@@ -219,6 +219,11 @@
 				command.setLeftMargin(30)
 				command.setText("车牌号:" + that.gridList.carNumber);
 				command.setPrint();
+				//仓位号
+				command.setSelectJustification(0); //居左
+				command.setLeftMargin(30)
+				command.setText("仓位号:" + that.gridList.binNumber);
+				command.setPrint();
 				//收货单位
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)

+ 11 - 6
pages/erpbusiness/sendCommand.vue

@@ -246,6 +246,11 @@
 					command.setText("封号-2:" + that.gridList.titleNoOther);
 					command.setPrint();
 				}
+				//仓位号
+				command.setSelectJustification(0); //居左
+				command.setLeftMargin(30)
+				command.setText("仓位号:" + that.gridList.binNumber);
+				command.setPrint();
 				//收货单位
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)
@@ -336,12 +341,12 @@
 				command.setText("质检员:" + that.gridList.qualityInspector);
 				command.setPrint();
 				//客户签名
-				command.rowSpace(100);
-				command.setSelectJustification(0); //居左
-				command.setLeftMargin(30)
-				command.setText("客户签名:");
-				command.setPrint();
-				command.rowSpace(100);
+				// command.rowSpace(100);
+				// command.setSelectJustification(0); //居左
+				// command.setLeftMargin(30)
+				// command.setText("客户签名:");
+				// command.setPrint();
+				// command.rowSpace(100);
 				//收货单位签名或盖章
 				command.setSelectJustification(0); //居左
 				command.setLeftMargin(30)