|
@@ -203,6 +203,11 @@
|
|
|
command.setLeftMargin(30)
|
|
|
command.setText("客户姓名:" + that.gridList.customerName);
|
|
|
command.setPrint();
|
|
|
+ //客户身份证
|
|
|
+ command.setSelectJustification(0); //居左
|
|
|
+ command.setLeftMargin(30)
|
|
|
+ command.setText("客户身份证:" + that.gridList.customerNumberCard);
|
|
|
+ command.setPrint();
|
|
|
//客户电话
|
|
|
command.setSelectJustification(0); //居左
|
|
|
command.setLeftMargin(30)
|