|
@@ -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)
|