Browse Source

打印小票添加客服身份证

wangchao 3 năm trước cách đây
mục cha
commit
14dae43077
2 tập tin đã thay đổi với 10 bổ sung0 xóa
  1. 5 0
      pages/erpbusiness/jjsendCommand.vue
  2. 5 0
      pages/erpbusiness/sendCommand.vue

+ 5 - 0
pages/erpbusiness/jjsendCommand.vue

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

+ 5 - 0
pages/erpbusiness/sendCommand.vue

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